]> git.pld-linux.org Git - packages/vim.git/blame - 020_all_vim-7.0-fstab-tmpfs-size.patch
Up to 9.0.0392.
[packages/vim.git] / 020_all_vim-7.0-fstab-tmpfs-size.patch
CommitLineData
99890e04
ER
1# Handle size= in fstab highlighting properly.
2--- vim7/runtime/syntax/fstab.vim.orig 2005-03-19 16:14:59.057091856 +0000
3+++ vim7/runtime/syntax/fstab.vim 2005-03-19 16:17:17.036115856 +0000
4@@ -120,6 +120,9 @@
1eeb3fe4
JP
5 " Options: tmpfs
6 syn match fsOptionsKeywords contained /\<nr_\%(blocks\|inodes\)=/ nextgroup=fsOptionsNumber
99890e04
ER
7
8+" Options: tmpfs
9+syn match fsOptionsKeywords contained /size=/ nextgroup=fsOptionsString
10+
11 " Options: udf
1eeb3fe4 12 syn match fsOptionsKeywords contained /\<\%(anchor\|partition\|lastblock\|fileset\|rootdir\)=/ nextgroup=fsOptionsString
99890e04 13 syn keyword fsOptionsKeywords contained unhide undelete strict novrs
This page took 0.216858 seconds and 4 git commands to generate.