svn commit: r53987 - head/en_US.ISO8859-1/books/fdp-primer/editor-config

Benedict Reuschling bcr at FreeBSD.org
Mon Mar 16 14:21:40 UTC 2020


Author: bcr
Date: Mon Mar 16 14:21:39 2020
New Revision: 53987
URL: https://svnweb.freebsd.org/changeset/doc/53987

Log:
  To be consistent, add the missing comment for the Set_Highlights()
  function after the endfunction just like it is done for the other
  functions and if statements shown.  No functional change.

Modified:
  head/en_US.ISO8859-1/books/fdp-primer/editor-config/chapter.xml

Modified: head/en_US.ISO8859-1/books/fdp-primer/editor-config/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/fdp-primer/editor-config/chapter.xml	Sun Mar 15 18:43:03 2020	(r53986)
+++ head/en_US.ISO8859-1/books/fdp-primer/editor-config/chapter.xml	Mon Mar 16 14:21:39 2020	(r53987)
@@ -70,7 +70,7 @@ function Set_Highlights()
     highlight default link OverLength ErrorMsg
     match OverLength /\%71v.\+/
     return 0
-endfunction
+endfunction " Set_Highlights()
 
 function ShowSpecial()
     setlocal list listchars=tab:>>,trail:*,eol:$


More information about the svn-doc-all mailing list