diff runtime/doc/various.txt @ 7245:8896150aba23

commit https://github.com/vim/vim/commit/e392eb41f8dfc01bd13634e534ac6b4d505326f4 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 19 20:38:09 2015 +0100 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Thu, 19 Nov 2015 20:45:05 +0100
parents 1e8ebf870720
children 3012eaddb6b2
line wrap: on
line diff
--- a/runtime/doc/various.txt
+++ b/runtime/doc/various.txt
@@ -1,4 +1,4 @@
-*various.txt*   For Vim version 7.4.  Last change: 2014 Aug 06
+*various.txt*   For Vim version 7.4.  Last change: 2015 Nov 15
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -665,4 +665,12 @@ highlighting.
 
 The "h" key will give you a short overview of the available commands.
 
+If you want to set options differently when using less, define the
+LessInitFunc in your vimrc, for example: >
+
+	func LessInitFunc()
+	  set nocursorcolumn nocursorline
+	endfunc
+<
+
  vim:tw=78:ts=8:ft=help:norl: