diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-08-13 12:09:22 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-08-13 12:09:22 +0200 |
commit | f354981d4b6f242a84b8b057301b640937db6995 (patch) | |
tree | 183aae18b4bd860530f96c2dcba3bbd3659d6075 /runtime/ftplugin | |
parent | 7900f14991ab7abfe77fb53e416ac5c189cc3577 (diff) | |
download | vim-f354981d4b6f242a84b8b057301b640937db6995.zip |
Update to Perl runtime files. (Andy Lester)
Diffstat (limited to 'runtime/ftplugin')
-rw-r--r-- | runtime/ftplugin/perl6.vim | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/ftplugin/perl6.vim b/runtime/ftplugin/perl6.vim index 70339ff6b..49d829b76 100644 --- 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 |