mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-24 07:40:52 +00:00
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:
parent
cd9ef49f4f
commit
5cd667e65f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326333
@ -598,3 +598,4 @@
|
||||
|
||||
; please, keep this line at the end.
|
||||
332 AUE_NULL UNIMPL nosys
|
||||
; vim: syntax=off
|
||||
|
@ -690,3 +690,4 @@
|
||||
|
||||
; please, keep this line at the end.
|
||||
383 AUE_NULL UNIMPL nosys
|
||||
; vim: syntax=off
|
||||
|
@ -1119,3 +1119,4 @@
|
||||
struct kevent32 *eventlist, \
|
||||
int nevents, \
|
||||
const struct timespec32 *timeout); }
|
||||
; vim: syntax=off
|
||||
|
@ -202,3 +202,4 @@
|
||||
125 AUE_NULL UNIMPL nosys
|
||||
126 AUE_NULL UNIMPL nosys
|
||||
127 AUE_NULL UNIMPL nosys
|
||||
; vim: syntax=off
|
||||
|
@ -697,3 +697,4 @@
|
||||
|
||||
; please, keep this line at the end.
|
||||
383 AUE_NULL UNIMPL nosys
|
||||
; vim: syntax=off
|
||||
|
@ -1026,3 +1026,4 @@
|
||||
|
||||
; Please copy any additions and changes to the following compatability tables:
|
||||
; sys/compat/freebsd32/syscalls.master
|
||||
; vim: syntax=off
|
||||
|
Loading…
Reference in New Issue
Block a user