From e23d7a9f7363bdc69e95a1df31e093db15459fcf Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Wed, 5 Jun 2013 09:34:53 -0500 Subject: A whole bunch of new additions to the submodules --- vim/plugin/endwise.vim | 134 ------------------------------------------------- 1 file changed, 134 deletions(-) delete mode 100644 vim/plugin/endwise.vim (limited to 'vim/plugin/endwise.vim') diff --git a/vim/plugin/endwise.vim b/vim/plugin/endwise.vim deleted file mode 100644 index dca90ff..0000000 --- a/vim/plugin/endwise.vim +++ /dev/null @@ -1,134 +0,0 @@ -" endwise.vim - EndWise -" Author: Tim Pope -" Version: 1.0 -" License: Same as Vim itself. See :help license -" GetLatestVimScripts: 2386 1 :AutoInstall: endwise.vim - -if exists("g:loaded_endwise") || &cp - finish -endif -let g:loaded_endwise = 1 - -augroup endwise " {{{1 - autocmd! - autocmd FileType lua - \ let b:endwise_addition = '\=submatch(0)=="{" ? "}" : "end"' | - \ let b:endwise_words = 'function,do,then' | - \ let b:endwise_pattern = '^\s*\zs\%(function\|do\|then\)\>\%(.*[^.:@$]\\)\@!\|\DiscretionaryEnd") == "" - inoremap DiscretionaryEnd =crend(0) - inoremap AlwaysEnd =crend(1) - imap