]> git.pld-linux.org Git - packages/vim.git/blame - vim-syntax-sshconfig.patch
- new
[packages/vim.git] / vim-syntax-sshconfig.patch
CommitLineData
6ea26f92 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.029499 seconds and 4 git commands to generate.