]> git.pld-linux.org Git - packages/vim.git/blob - vim-syntax-sshconfig.patch
- new
[packages/vim.git] / vim-syntax-sshconfig.patch
1 --- vim72/runtime/syntax/sshconfig.vim~ 2006-03-05 22:55:08.000000000 +0100
2 +++ vim72/runtime/syntax/sshconfig.vim  2010-02-26 20:30:51.000000000 +0100
3 @@ -23,7 +23,7 @@
4  syn case ignore
5  
6  " Comments
7 -syn match sshconfigComment "#.*$" contains=sshconfigTodo
8 +syn match sshconfigComment "^[[:space:]]*#.*$" contains=sshconfigTodo
9  syn keyword sshconfigTodo TODO FIXME NOT contained
10  
11  " Constants
This page took 0.056433 seconds and 3 git commands to generate.