]> git.pld-linux.org Git - packages/vim.git/blame - 020_all_vim-7.0-fstab-tmpfs-size.patch
Up to 9.1.0168
[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 @@
9632f23a 5 syn match fsOptionsKeywords contained /\<\%(size\|mpol\)=/ nextgroup=fsOptionsString
1eeb3fe4 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
9632f23a 13 syn keyword fsOptionsKeywords contained unhide undelete strict nostrict novrs adinicb noadinicb shortad longad
This page took 0.108366 seconds and 4 git commands to generate.