Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Digraphs: Allow input in reverse order (fixes #3599) #3635

Merged
merged 1 commit into from
Mar 28, 2019

Conversation

jbaiter
Copy link
Contributor

@jbaiter jbaiter commented Mar 28, 2019

What this PR does / why we need it:

Allows the input of the digraph characters in reverse order. The author was not aware of this short passage in the vim documentation and thus did not implement the feature in the original PR (#3407).

If a digraph with {char1}{char2} does not exist, Vim searches for a digraph {char2}{char1}. This helps when you don't remember which character comes first.
http://vimdoc.sourceforge.net/htmldoc/digraph.html#digraphs-use

Which issue(s) this PR fixes: #3599

@jbaiter jbaiter force-pushed the digraphs-arbitrary-order branch from dfe4231 to 3b39a37 Compare March 28, 2019 17:16
@jpoon
Copy link
Member

jpoon commented Mar 28, 2019

Dope. Thanks @jbaiter .

@jpoon jpoon merged commit 39609da into VSCodeVim:master Mar 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants