diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-05-30 22:33:36 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-05-30 22:38:56 +1200 |
commit | 9f3a6174b536ac709c1f873d7b5cb21fbb9407ac (patch) | |
tree | 4dde7e015d264648773f70a6586c5826ae4170c6 /vim/plugin | |
parent | Merge branch 'hotfix/v0.34.1' into develop (diff) | |
download | dotfiles-9f3a6174b536ac709c1f873d7b5cb21fbb9407ac.tar.gz dotfiles-9f3a6174b536ac709c1f873d7b5cb21fbb9407ac.zip |
Remove untidy comment
Diffstat (limited to 'vim/plugin')
-rw-r--r-- | vim/plugin/insert_suspend_hlsearch.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vim/plugin/insert_suspend_hlsearch.vim b/vim/plugin/insert_suspend_hlsearch.vim index e7e2664d..e82fd00a 100644 --- a/vim/plugin/insert_suspend_hlsearch.vim +++ b/vim/plugin/insert_suspend_hlsearch.vim @@ -9,7 +9,6 @@ if exists('g:loaded_insert_suspend_hlsearch') || &compatible finish endif -" InsertEnter isn't an autocmd event until 7.0 if !has('autocmd') || v:version < 700 finish endif |