diff options
Diffstat (limited to 'vim/after/plugin')
-rw-r--r-- | vim/after/plugin/surround.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/after/plugin/surround.vim b/vim/after/plugin/surround.vim index b1face5f..800bc38d 100644 --- a/vim/after/plugin/surround.vim +++ b/vim/after/plugin/surround.vim @@ -1,4 +1,7 @@ " Remove surround.vim's insert mode maps +if !exists('g:loaded_surround') + finish +endif iunmap <Plug>ISurround iunmap <Plug>Isurround iunmap <C-G>S |