This commit is contained in:
Adam Stankiewicz
2015-03-08 21:32:50 -07:00
parent 1c21231175
commit 23913e0598
24 changed files with 1038 additions and 1244 deletions

View File

@@ -43,7 +43,7 @@ setlocal define=[^A-Za-z_]
" after/ftplugin/perl6.vim file that contains
" set isfname-=:
set isfname+=:
setlocal iskeyword=48-57,_,A-Z,a-z,:,-
setlocal iskeyword=@,48-57,_,192-255,:,-,'
" Set this once, globally.
if !exists("perlpath")