diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2015-10-10 16:56:22 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2015-10-10 16:56:22 +0200 |
commit | 0de043adbc144510635702dadedc946e3c69f64e (patch) | |
tree | 78e5d363305935cf5653a3f510ab86bb019c3199 /ftplugin/perl6.vim | |
parent | 67fcbd2a8632d5ab7895e34acb084117e5d0ea17 (diff) | |
download | vim-polyglot-0de043adbc144510635702dadedc946e3c69f64e.tar.gz vim-polyglot-0de043adbc144510635702dadedc946e3c69f64e.zip |
Update
Diffstat (limited to 'ftplugin/perl6.vim')
-rw-r--r-- | ftplugin/perl6.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/perl6.vim b/ftplugin/perl6.vim index 4d0446af..969eca96 100644 --- a/ftplugin/perl6.vim +++ b/ftplugin/perl6.vim @@ -45,7 +45,7 @@ setlocal define=[^A-Za-z_] " after/ftplugin/perl6.vim file that contains " set isfname-=: set isfname+=: -setlocal iskeyword=@,48-57,_,192-255,:,-,' +setlocal iskeyword=@,48-57,_,192-255,- " Set this once, globally. if !exists("perlpath") |