From 0de043adbc144510635702dadedc946e3c69f64e Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sat, 10 Oct 2015 16:56:22 +0200 Subject: Update --- ftplugin/perl6.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftplugin/perl6.vim') 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") -- cgit v1.2.3