Pair completion in Vim -


i coding in vim , have been getting more annoyed pair completion features. don't see need pair completion in general tend naturally try close pairs myself (by pair here mean type closing ')' of set of parentheses, example). annoys me when have text written , surround quotes example i'll @ beginning of word, type ' , 2 pop right on there rather 1 , me pivoting end of word , typing other exclamation point. anyways, that's rant, on stopping vim doing appreciated. use spfvim-13 (https://github.com/spf13/spf13-vim) , have modified .vimrc slightly. wasn't able pinpoint specific issue arises.

this not native vim behavior, it's plugin causing it. can't pin-point particular plugin spf13 might having this, looked popular ones know, simple_pairs, delimitmate etc.

best way investigate what's causing see output of :verbose imap ' , you'll come know it's being set , remove plugin / setting.


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -