]> git.pld-linux.org Git - packages/vim.git/blame - vim-dosini.vim-hash_comment.patch
- updated to 7.2.102
[packages/vim.git] / vim-dosini.vim-hash_comment.patch
CommitLineData
362fd9d2
ER
1Index: vim/runtime/syntax/dosini.vim
2===================================================================
3--- vim/runtime/syntax/dosini.vim.orig
4+++ vim/runtime/syntax/dosini.vim
5@@ -17,7 +17,7 @@
6
7 syn match dosiniLabel "^.\{-}="
8 syn region dosiniHeader start="\[" end="\]"
9-syn match dosiniComment "^;.*$"
10+syn match dosiniComment "^[;#].*$"
11
12 " Define the default highlighting.
13 " For version 5.7 and earlier: only when not done already
This page took 0.039761 seconds and 4 git commands to generate.