summaryrefslogtreecommitdiff
path: root/runtime/doc/various.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-11-19 20:38:09 +0100
committerBram Moolenaar <Bram@vim.org>2015-11-19 20:38:09 +0100
commite392eb41f8dfc01bd13634e534ac6b4d505326f4 (patch)
tree188e4d4e8ebeb50089cca09785475e4cfd72734b /runtime/doc/various.txt
parent97b0b0ec764d3a247ef600d809b965d5ab37155d (diff)
downloadvim-git-e392eb41f8dfc01bd13634e534ac6b4d505326f4.tar.gz
Update runtime files.
Diffstat (limited to 'runtime/doc/various.txt')
-rw-r--r--runtime/doc/various.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt
index 4ad328773..282ccc694 100644
--- 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: