patch-runtime_syntax_fstab_vim 585 B

12345678910111213
  1. $OpenBSD: patch-runtime_syntax_fstab_vim,v 1.3 2016/10/12 09:31:16 sthen Exp $
  2. --- runtime/syntax/fstab.vim.orig Sun Oct 9 16:28:01 2016
  3. +++ runtime/syntax/fstab.vim Wed Oct 12 10:01:36 2016
  4. @@ -137,7 +137,7 @@ syn match fsOptionsKeywords contained /\<\%(dir\|file\
  5. syn match fsOptionsKeywords contained /\<\%(session\|part\)=/ nextgroup=fsOptionsNumber
  6. " Options: ffs
  7. -syn keyword fsOptionsKeyWords contained softdep
  8. +syn keyword fsOptionsKeyWords contained noperm softdep wxallowed
  9. " Options: hpfs
  10. syn match fsOptionsKeywords contained /\<case=/ nextgroup=fsOptionsHpfsCase