comparison runtime/doc/usr_25.txt @ 1121:e63691e7c504

updated for version 7.1a
author vimboss
date Sat, 05 May 2007 17:54:07 +0000
parents 4bac29d27e2f
children e9a34b503432
comparison
equal deleted inserted replaced
1120:e6db096b07a1 1121:e63691e7c504
1 *usr_25.txt* For Vim version 7.0. Last change: 2006 Apr 24 1 *usr_25.txt* For Vim version 7.1a. Last change: 2006 Jun 21
2 2
3 VIM USER MANUAL - by Bram Moolenaar 3 VIM USER MANUAL - by Bram Moolenaar
4 4
5 Editing formatted text 5 Editing formatted text
6 6
120 "gg" to move to the first line, "gqG" to format until the last line. 120 "gg" to move to the first line, "gqG" to format until the last line.
121 Warning: If your paragraphs are not properly separated, they will be joined 121 Warning: If your paragraphs are not properly separated, they will be joined
122 together. A common mistake is to have a line with a space or Tab. That's a 122 together. A common mistake is to have a line with a space or Tab. That's a
123 blank line, but not an empty line. 123 blank line, but not an empty line.
124 124
125 Vim is able format more than just plain text. See |fo-table| for how to 125 Vim is able to format more than just plain text. See |fo-table| for how to
126 change this. See the 'joinspaces' option to change the number of spaces used 126 change this. See the 'joinspaces' option to change the number of spaces used
127 after a full stop. 127 after a full stop.
128 It is possible to use an external program for formatting. This is useful 128 It is possible to use an external program for formatting. This is useful
129 if your text can't be properly formatted with Vim's builtin command. See the 129 if your text can't be properly formatted with Vim's builtin command. See the
130 'formatprg' option. 130 'formatprg' option.