Add the new 'noperm' mount option to the fstab syntax file.

OK sthen
This commit is contained in:
rpe 2016-09-13 22:38:14 +00:00
parent ae472e7459
commit 983e0d0105
2 changed files with 6 additions and 5 deletions

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.150 2016/08/10 15:54:29 sthen Exp $
# $OpenBSD: Makefile,v 1.151 2016/09/13 22:38:14 rpe Exp $
COMMENT-main= vi clone, many additional features
COMMENT-lang= vi clone, NLS subpackage
V= 7.4.2181
REVISION= 0
DISTNAME= vim-$V
DISTFILES= vim-$V{v$V}.tar.gz
PKGNAME-main= vim-$V

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-runtime_syntax_fstab_vim,v 1.1 2016/05/29 12:26:23 natano Exp $
--- runtime/syntax/fstab.vim.orig Mon Feb 29 23:12:49 2016
+++ runtime/syntax/fstab.vim Sun May 29 13:54:01 2016
$OpenBSD: patch-runtime_syntax_fstab_vim,v 1.2 2016/09/13 22:38:14 rpe Exp $
--- runtime/syntax/fstab.vim.orig Sun Aug 7 20:20:50 2016
+++ runtime/syntax/fstab.vim Sun Sep 11 23:25:13 2016
@@ -138,7 +138,7 @@ syn match fsOptionsKeywords contained /\<\%(dir\|file\
syn match fsOptionsKeywords contained /\<\%(session\|part\)=/ nextgroup=fsOptionsNumber
" Options: ffs
-syn keyword fsOptionsKeyWords contained softdep
+syn keyword fsOptionsKeyWords contained softdep wxallowed
+syn keyword fsOptionsKeyWords contained noperm softdep wxallowed
" Options: hpfs
syn match fsOptionsKeywords contained /\<case=/ nextgroup=fsOptionsHpfsCase