diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-12 15:14:36 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-12 15:14:36 +0000 |
commit | 1b826e540c769efb75987614f27f12d83516f4cc (patch) | |
tree | 9f5e0ab921adb9e1e85a6597efdfeced9c751780 /runtime/doc/usr_05.txt | |
parent | d38c6c9aaed1134be4330f559bdc05d4e3b18e5f (diff) | |
download | vim-git-1b826e540c769efb75987614f27f12d83516f4cc.tar.gz |
updated for version 7.1
Diffstat (limited to 'runtime/doc/usr_05.txt')
-rw-r--r-- | runtime/doc/usr_05.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/usr_05.txt b/runtime/doc/usr_05.txt index ee90eda97..5486810a6 100644 --- a/runtime/doc/usr_05.txt +++ b/runtime/doc/usr_05.txt @@ -1,4 +1,4 @@ -*usr_05.txt* For Vim version 7.1b. Last change: 2006 Jul 10 +*usr_05.txt* For Vim version 7.1. Last change: 2007 May 11 VIM USER MANUAL - by Bram Moolenaar @@ -567,7 +567,7 @@ visible: > :set list -Now every Tab is displayed as ^I. And a $ is displayed at the end of each +Now every tab is displayed as ^I. And a $ is displayed at the end of each line, so that you can spot trailing spaces that would otherwise go unnoticed. A disadvantage is that this looks ugly when there are many Tabs in a file. If you have a color terminal, or are using the GUI, Vim can show the spaces |