diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-07-06 19:13:39 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-07-06 19:13:39 +0200 |
commit | 8500ae8bb9f4da69273eace4d9cef54ae7f18627 (patch) | |
tree | 85acb09cdf450251a775e23a76a42db7003303d0 /ftplugin/eruby.vim | |
parent | d09a56a494863afd789cba1850e123dfc1dd26cf (diff) | |
download | vim-polyglot-8500ae8bb9f4da69273eace4d9cef54ae7f18627.tar.gz vim-polyglot-8500ae8bb9f4da69273eace4d9cef54ae7f18627.zip |
Update
Diffstat (limited to 'ftplugin/eruby.vim')
-rw-r--r-- | ftplugin/eruby.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/eruby.vim b/ftplugin/eruby.vim index 2add9e90..342283b0 100644 --- a/ftplugin/eruby.vim +++ b/ftplugin/eruby.vim @@ -119,7 +119,7 @@ endif " TODO: comments= setlocal commentstring=<%#%s%> -let b:undo_ftplugin = "setl cms< " +let b:undo_ftplugin = "setl cms< " . \ " | unlet! b:browsefilter b:match_words | " . s:undo_ftplugin let &cpo = s:save_cpo |