svn commit: r326333 - in head/sys: amd64/linux amd64/linux32 compat/freebsd32 i386/ibcs2 i386/linux kern

Brooks Davis brooks at FreeBSD.org
Tue Nov 28 18:23:18 UTC 2017


Author: brooks
Date: Tue Nov 28 18:23:17 2017
New Revision: 326333
URL: https://svnweb.freebsd.org/changeset/base/326333

Log:
  Disable vim syntax highlighting.
  
  Vim's default pick doesn't understand that ';' is a comment character
  and the result looks horrible.
  
  Reviewed by:	emaste

Modified:
  head/sys/amd64/linux/syscalls.master
  head/sys/amd64/linux32/syscalls.master
  head/sys/compat/freebsd32/syscalls.master
  head/sys/i386/ibcs2/syscalls.master
  head/sys/i386/linux/syscalls.master
  head/sys/kern/syscalls.master

Modified: head/sys/amd64/linux/syscalls.master
==============================================================================
--- head/sys/amd64/linux/syscalls.master	Tue Nov 28 18:18:39 2017	(r326332)
+++ head/sys/amd64/linux/syscalls.master	Tue Nov 28 18:23:17 2017	(r326333)
@@ -598,3 +598,4 @@
 
 ; please, keep this line at the end.
 332	AUE_NULL	UNIMPL	nosys
+; vim: syntax=off

Modified: head/sys/amd64/linux32/syscalls.master
==============================================================================
--- head/sys/amd64/linux32/syscalls.master	Tue Nov 28 18:18:39 2017	(r326332)
+++ head/sys/amd64/linux32/syscalls.master	Tue Nov 28 18:23:17 2017	(r326333)
@@ -690,3 +690,4 @@
 
 ; please, keep this line at the end.
 383	AUE_NULL	UNIMPL	nosys
+; vim: syntax=off

Modified: head/sys/compat/freebsd32/syscalls.master
==============================================================================
--- head/sys/compat/freebsd32/syscalls.master	Tue Nov 28 18:18:39 2017	(r326332)
+++ head/sys/compat/freebsd32/syscalls.master	Tue Nov 28 18:23:17 2017	(r326333)
@@ -1119,3 +1119,4 @@
 				    struct kevent32 *eventlist, \
 				    int nevents, \
 				    const struct timespec32 *timeout); }
+; vim: syntax=off

Modified: head/sys/i386/ibcs2/syscalls.master
==============================================================================
--- head/sys/i386/ibcs2/syscalls.master	Tue Nov 28 18:18:39 2017	(r326332)
+++ head/sys/i386/ibcs2/syscalls.master	Tue Nov 28 18:23:17 2017	(r326333)
@@ -202,3 +202,4 @@
 125	AUE_NULL	UNIMPL	nosys
 126	AUE_NULL	UNIMPL	nosys
 127	AUE_NULL	UNIMPL	nosys
+; vim: syntax=off

Modified: head/sys/i386/linux/syscalls.master
==============================================================================
--- head/sys/i386/linux/syscalls.master	Tue Nov 28 18:18:39 2017	(r326332)
+++ head/sys/i386/linux/syscalls.master	Tue Nov 28 18:23:17 2017	(r326333)
@@ -697,3 +697,4 @@
 
 ; please, keep this line at the end.
 383	AUE_NULL	UNIMPL	nosys
+; vim: syntax=off

Modified: head/sys/kern/syscalls.master
==============================================================================
--- head/sys/kern/syscalls.master	Tue Nov 28 18:18:39 2017	(r326332)
+++ head/sys/kern/syscalls.master	Tue Nov 28 18:23:17 2017	(r326333)
@@ -1026,3 +1026,4 @@
 
 ; Please copy any additions and changes to the following compatability tables:
 ; sys/compat/freebsd32/syscalls.master
+; vim: syntax=off


More information about the svn-src-all mailing list