]> git.pld-linux.org Git - packages/vim.git/blame - 020_all_vim-7.0-fstab-tmpfs-size.patch
- rebuild with ruby 2.4
[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 @@
5 syn keyword fsOptionsReiserHash contained rupasov tea r5 detect
6 syn keyword fsOptionsKeywords contained hashed_relocation noborder nolog notail no_unhashed_relocation replayonly
7
8+" Options: tmpfs
9+syn match fsOptionsKeywords contained /size=/ nextgroup=fsOptionsString
10+
11 " Options: udf
12 syn match fsOptionsKeywords contained /\%(anchor\|partition\|lastblock\|fileset\|rootdir\)=/ nextgroup=fsOptionsString
13 syn keyword fsOptionsKeywords contained unhide undelete strict novrs
This page took 0.037999 seconds and 4 git commands to generate.