comparison runtime/doc/change.txt @ 2434:86532ee3ea41 vim73

Updated runtime files. Add logcheck filetype plugin. (James Vega)
author Bram Moolenaar <bram@vim.org>
date Thu, 29 Jul 2010 22:33:18 +0200
parents f766a1c87f69
children 150b5dbccff9
comparison
equal deleted inserted replaced
2433:98b9a6b9e7d5 2434:86532ee3ea41
1 *change.txt* For Vim version 7.3c. Last change: 2010 Mar 23 1 *change.txt* For Vim version 7.3c. Last change: 2010 Jul 29
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1243 function. If you still want to use "Q" for 1243 function. If you still want to use "Q" for
1244 formatting, use this mapping: > 1244 formatting, use this mapping: >
1245 :nnoremap Q gq 1245 :nnoremap Q gq
1246 1246
1247 gqgq *gqgq* *gqq* 1247 gqgq *gqgq* *gqq*
1248 gqq Format the current line. {not in Vi} 1248 gqq Format the current line. With a count format that
1249 many lines. {not in Vi}
1249 1250
1250 *v_gq* 1251 *v_gq*
1251 {Visual}gq Format the highlighted text. (for {Visual} see 1252 {Visual}gq Format the highlighted text. (for {Visual} see
1252 |Visual-mode|). {not in Vi} 1253 |Visual-mode|). {not in Vi}
1253 1254