diff runtime/ftplugin/perl6.vim @ 2548:0bb74f626ba7 vim73

Update to Perl runtime files. (Andy Lester)
author Bram Moolenaar <bram@vim.org>
date Fri, 13 Aug 2010 12:09:22 +0200
parents c9022997af9e
children f718404597a6
line wrap: on
line diff
--- a/runtime/ftplugin/perl6.vim
+++ b/runtime/ftplugin/perl6.vim
@@ -2,7 +2,7 @@
 " Language:     Perl 6
 " Maintainer:   Andy Lester <andy@petdance.com>
 " URL:          http://github.com/petdance/vim-perl/tree/master
-" Last Change:  2009-04-18
+" Last Change:  2010-08-10
 " Contributors: Hinrik Örn Sigurðsson <hinrik.sig@gmail.com>
 "
 " Based on ftplugin/perl.vim by Dan Sharp <dwsharp at hotmail dot com>
@@ -32,7 +32,6 @@ endif
 setlocal include=\\<\\(use\\\|require\\)\\>
 setlocal includeexpr=substitute(substitute(v:fname,'::','/','g'),'$','.pm','')
 setlocal define=[^A-Za-z_]
-setlocal iskeyword=@,48-57,_,192-255
 
 " The following line changes a global variable but is necessary to make
 " gf and similar commands work. Thanks to Andrew Pimlott for pointing out