comparison runtime/doc/usr_25.txt @ 236:4707450c2b33

updated for version 7.0066
author vimboss
date Fri, 15 Apr 2005 21:00:38 +0000
parents 3fc0f57ecb91
children 6beb2c667935
comparison
equal deleted inserted replaced
235:23d380e32c95 236:4707450c2b33
1 *usr_25.txt* For Vim version 7.0aa. Last change: 2003 Jun 21 1 *usr_25.txt* For Vim version 7.0aa. Last change: 2005 Apr 01
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
196 package that does the job. To use this package, execute the following 196 package that does the job. To use this package, execute the following
197 command: > 197 command: >
198 198
199 :runtime macros/justify.vim 199 :runtime macros/justify.vim
200 200
201 This Vim script file defines a new visual command "_j". To justify a block of 201 This Vim script file defines a new visual command "_j". To justify a block of
202 text, highlight the text in Visual mode and then execute "_j". 202 text, highlight the text in Visual mode and then execute "_j".
203 Look in the file for more explanations. To go there, do "gf" on this name: 203 Look in the file for more explanations. To go there, do "gf" on this name:
204 $VIMRUNTIME/macros/justify.vim. 204 $VIMRUNTIME/macros/justify.vim.
205 205
206 An alternative is to filter the text through an external program. Example: > 206 An alternative is to filter the text through an external program. Example: >