From 23913e0598d23ec5948b71ea78c549b39cecf764 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sun, 8 Mar 2015 21:32:50 -0700 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 ebb39555..9a21122b 100644 --- a/ftplugin/perl6.vim +++ b/ftplugin/perl6.vim @@ -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") -- cgit v1.2.3