Skip to content
This repository has been archived by the owner on Aug 20, 2022. It is now read-only.

use standard definition for iskeyword, as for other shells #2

Merged
merged 1 commit into from
Mar 30, 2020

Commits on Feb 12, 2019

  1. use standard definition for iskeyword, as for other shells

    This effectively removes "-", "." and "/" from the set of word characters.
    
    Prior to this, a `w` would skip over the entirety of /some/long/path-name. This
    is probably not what users expect, since they can use `W` for that.
    krobelus committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    534d451 View commit details
    Browse the repository at this point in the history