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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to