diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2015-05-11 15:05:13 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2015-05-11 15:05:13 +0200 |
commit | 271b63d71707720ad0d35590b8cb50f8f8f43014 (patch) | |
tree | 1b71daa457afc68465f66ee2afc9a00c1380f23d /ftplugin/perl6.vim | |
parent | acd7ce59503b22ac7663fc25776efe25e266f1d4 (diff) | |
download | vim-polyglot-1.13.2.tar.gz vim-polyglot-1.13.2.zip |
Updatev1.13.2
Diffstat (limited to 'ftplugin/perl6.vim')
-rw-r--r-- | ftplugin/perl6.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/perl6.vim b/ftplugin/perl6.vim index 9a21122b..c32ef43e 100644 --- a/ftplugin/perl6.vim +++ b/ftplugin/perl6.vim @@ -20,7 +20,7 @@ setlocal formatoptions-=t setlocal formatoptions+=crqol setlocal keywordprg=p6doc -setlocal comments=:# +setlocal comments=:#\|,:#=,:# setlocal commentstring=#%s " Change the browse dialog on Win32 to show mainly Perl-related files |