diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2013-11-02 23:27:57 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2013-11-02 23:27:57 +0100 |
commit | 30c1920e4fa4e612238e1f435907c40ecfa47f33 (patch) | |
tree | f88ffb408895a5baf93fe81fdd12acba17f32d44 /syntax/perl.vim | |
parent | 57cfac7ae384466c3ff2543a9200319dc1d459a0 (diff) | |
download | vim-polyglot-1.4.1.tar.gz vim-polyglot-1.4.1.zip |
Massive update :)v1.4.1
Diffstat (limited to 'syntax/perl.vim')
-rw-r--r-- | syntax/perl.vim | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/syntax/perl.vim b/syntax/perl.vim index bb19a41f..fc8f4472 100644 --- a/syntax/perl.vim +++ b/syntax/perl.vim @@ -371,13 +371,6 @@ syn match perlSubName +\%(\h\|::\|'\w\)\%(\w\|::\|'\w\)*\_s*\|+ contained nextgr syn match perlFunction +\<sub\>\_s*+ nextgroup=perlSubName -if !exists("perl_no_scope_in_variables") - syn match perlFunctionPRef "\h\w*::" contained - syn match perlFunctionName "\h\w*[^:]" contained -else - syn match perlFunctionName "\h[[:alnum:]_:]*" contained -endif - " The => operator forces a bareword to the left of it to be interpreted as " a string syn match perlString "\I\@<!-\?\I\i*\%(\s*=>\)\@=" |