summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-11-16 11:03:14 -0600
committerJesse Luehrs <doy@tozt.net>2011-11-16 11:03:47 -0600
commitd7ef00ae9371f023c787f0b3220ddbe7665de1ca (patch)
tree6baed9fce9e3b013d5ef705d2a07ec80b1936244
parent3e752f51456485e69b5c0faae36cfe8515dced41 (diff)
downloadconf-d7ef00ae9371f023c787f0b3220ddbe7665de1ca.tar.gz
conf-d7ef00ae9371f023c787f0b3220ddbe7665de1ca.zip
get rid of duplicate definition warnings
-rw-r--r--vim/after/ftplugin/perl.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/after/ftplugin/perl.vim b/vim/after/ftplugin/perl.vim
index 8072813..7f13313 100644
--- a/vim/after/ftplugin/perl.vim
+++ b/vim/after/ftplugin/perl.vim
@@ -1,7 +1,7 @@
" the perl ftplugin hard-sets path, so this has to go in after/
setlocal path+=lib
-function s:SID()
+function! s:SID()
return matchstr(expand('<sfile>'), '<SNR>\d\+_\zeSID$')
endfun
fun! s:StringFilter(list,string)