svn commit: r346810 - in stable/11/sys: amd64/linux amd64/linux32 i386/linux

Dmitry Chagin dchagin at FreeBSD.org
Sun Apr 28 09:47:35 UTC 2019


Author: dchagin
Date: Sun Apr 28 09:47:33 2019
New Revision: 346810
URL: https://svnweb.freebsd.org/changeset/base/346810

Log:
  MFC Linuxulator part of r326333 (by brooks@):
  
  Disable vim syntax highlighting.
  
  Vim's default pick doesn't understand that ';' is a comment character
  and the result looks horrible.

Modified:
  stable/11/sys/amd64/linux/syscalls.master
  stable/11/sys/amd64/linux32/syscalls.master
  stable/11/sys/i386/linux/syscalls.master
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/amd64/linux/syscalls.master
==============================================================================
--- stable/11/sys/amd64/linux/syscalls.master	Sun Apr 28 09:41:46 2019	(r346809)
+++ stable/11/sys/amd64/linux/syscalls.master	Sun Apr 28 09:47:33 2019	(r346810)
@@ -598,3 +598,4 @@
 
 ; please, keep this line at the end.
 332	AUE_NULL	UNIMPL	nosys
+; vim: syntax=off

Modified: stable/11/sys/amd64/linux32/syscalls.master
==============================================================================
--- stable/11/sys/amd64/linux32/syscalls.master	Sun Apr 28 09:41:46 2019	(r346809)
+++ stable/11/sys/amd64/linux32/syscalls.master	Sun Apr 28 09:47:33 2019	(r346810)
@@ -690,3 +690,4 @@
 
 ; please, keep this line at the end.
 383	AUE_NULL	UNIMPL	nosys
+; vim: syntax=off

Modified: stable/11/sys/i386/linux/syscalls.master
==============================================================================
--- stable/11/sys/i386/linux/syscalls.master	Sun Apr 28 09:41:46 2019	(r346809)
+++ stable/11/sys/i386/linux/syscalls.master	Sun Apr 28 09:47:33 2019	(r346810)
@@ -697,3 +697,4 @@
 
 ; please, keep this line at the end.
 383	AUE_NULL	UNIMPL	nosys
+; vim: syntax=off


More information about the svn-src-all mailing list