"Patch view" for Karl Guertin, if he wants to import these changes#2
Open
blueyed wants to merge 3 commits intovim-scripts:masterfrom
Open
"Patch view" for Karl Guertin, if he wants to import these changes#2blueyed wants to merge 3 commits intovim-scripts:masterfrom
blueyed wants to merge 3 commits intovim-scripts:masterfrom
Conversation
I wanted to add support for `` and <> pairs, which I've added and then
ran into a problem when deleting the closing counterpart after
triggering the insertion, e.g. pressing "(" and then del.
This should be fixed/improved now.
Another issue I've found is '"=>', which will become '"="' instead of
the expected "=>". I've started debugging this, but then jumped ship to
another autoclose plugin (https://github.com/Townk/vim-autoclose/),
which works better for me.
I just wanted to provide you the work I've done so far, in case you're
interested.
Thanks - also for the vt100-cursor-keys fix, which I've ported!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request is not meant for the vim-script maintainers of course, but I will forward a link to the plugin's author.