Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Nov 2017 18:23:17 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r326333 - in head/sys: amd64/linux amd64/linux32 compat/freebsd32 i386/ibcs2 i386/linux kern
Message-ID:  <201711281823.vASINH2P012987@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711281823.vASINH2P012987>