summaryrefslogtreecommitdiff
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-07-09 15:44:17 +0200
committerBram Moolenaar <Bram@vim.org>2013-07-09 15:44:17 +0200
commitdd007ed5853507f2071c3a152645088abf3c910b (patch)
tree52681c85f6f0c36a0f1e8332ea19d2fa675c967e /runtime/doc/options.txt
parent4ca8d5fefd047aad898c7a09c619cd69314741f5 (diff)
downloadvim-git-dd007ed5853507f2071c3a152645088abf3c910b.tar.gz
Updated runtime files. Fix NL translations.
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 72eaeefe4..cf2299b92 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1,4 +1,4 @@
-*options.txt* For Vim version 7.4a. Last change: 2013 Jun 29
+*options.txt* For Vim version 7.4a. Last change: 2013 Jul 07
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -4646,7 +4646,7 @@ A jump table for the options with a short description can be found at |Q_op|.
The cursor is displayed at the start of the space a Tab character
occupies, not at the end as usual in Normal mode. To get this cursor
position while displaying Tabs with spaces, use: >
- :set list lcs=tab\ \
+ :set list lcs=tab:\ \
<
Note that list mode will also affect formatting (set with 'textwidth'
or 'wrapmargin') when 'cpoptions' includes 'L'. See 'listchars' for