Disable vim syntax highlighting.

Vim's default pick doesn't understand that ';' is a comment character
and the result looks horrible.

Reviewed by:	emaste
This commit is contained in:
Brooks Davis 2017-11-28 18:23:17 +00:00
parent cd9ef49f4f
commit 5cd667e65f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326333
6 changed files with 6 additions and 0 deletions

View file

@ -598,3 +598,4 @@
; please, keep this line at the end.
332 AUE_NULL UNIMPL nosys
; vim: syntax=off

View file

@ -690,3 +690,4 @@
; please, keep this line at the end.
383 AUE_NULL UNIMPL nosys
; vim: syntax=off

View file

@ -1119,3 +1119,4 @@
struct kevent32 *eventlist, \
int nevents, \
const struct timespec32 *timeout); }
; vim: syntax=off

View file

@ -202,3 +202,4 @@
125 AUE_NULL UNIMPL nosys
126 AUE_NULL UNIMPL nosys
127 AUE_NULL UNIMPL nosys
; vim: syntax=off

View file

@ -697,3 +697,4 @@
; please, keep this line at the end.
383 AUE_NULL UNIMPL nosys
; vim: syntax=off

View file

@ -1026,3 +1026,4 @@
; Please copy any additions and changes to the following compatability tables:
; sys/compat/freebsd32/syscalls.master
; vim: syntax=off