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

Conversation

cstyles
Copy link

@cstyles cstyles commented Mar 17, 2020

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.


This is just a copy of this PR by @krobelus which was opened against the upstream repository before this fork was created. I ran into the same issue recently and seeing how this fork is being used by vim-polyglot, I figured I'd try to get it merged here.

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.
@georgewitteman georgewitteman merged commit f52328a into georgewitteman:master Mar 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants