diff runtime/doc/usr_41.txt @ 11262:214f228718cf

Update runtime files. commit https://github.com/vim/vim/commit/e0720cbf63eb3045be8d965e3182c0c392c7b5e9 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 29 13:48:40 2017 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Wed, 29 Mar 2017 14:00:06 +0200
parents 146a1e213b60
children 21f3930dfe6e
line wrap: on
line diff
--- a/runtime/doc/usr_41.txt
+++ b/runtime/doc/usr_41.txt
@@ -1,4 +1,4 @@
-*usr_41.txt*	For Vim version 8.0.  Last change: 2017 Mar 18
+*usr_41.txt*	For Vim version 8.0.  Last change: 2017 Mar 28
 
 		     VIM USER MANUAL - by Bram Moolenaar
 
@@ -2277,8 +2277,8 @@ plugin for the mail filetype: >
 	endif
 
 Two global variables are used:
-no_plugin_maps		disables mappings for all filetype plugins
-no_mail_maps		disables mappings for a specific filetype
+|no_plugin_maps|	disables mappings for all filetype plugins
+|no_mail_maps|		disables mappings for the "mail" filetype
 
 
 USER COMMANDS