comparison runtime/doc/autocmd.txt @ 2377:878562053ba3 vim73

Update Fortran indent and syntax file. (Ajit Thakkar)
author Bram Moolenaar <bram@vim.org>
date Thu, 22 Jul 2010 22:30:23 +0200
parents 12b829477c60
children f766a1c87f69
comparison
equal deleted inserted replaced
2376:fc58ade2ad7e 2377:878562053ba3
1 *autocmd.txt* For Vim version 7.3b. Last change: 2010 May 14 1 *autocmd.txt* For Vim version 7.3b. Last change: 2010 Jul 22
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1278 For file read and write commands the |v:cmdarg| variable holds the "++enc=" 1278 For file read and write commands the |v:cmdarg| variable holds the "++enc="
1279 and "++ff=" argument that are effective. These should be used for the command 1279 and "++ff=" argument that are effective. These should be used for the command
1280 that reads/writes the file. The |v:cmdbang| variable is one when "!" was 1280 that reads/writes the file. The |v:cmdbang| variable is one when "!" was
1281 used, zero otherwise. 1281 used, zero otherwise.
1282 1282
1283 See the $VIMRUNTIME/plugin/netrw.vim for examples. 1283 See the $VIMRUNTIME/plugin/netrwPlugin.vim for examples.
1284 1284
1285 ============================================================================== 1285 ==============================================================================
1286 11. Disabling autocommands *autocmd-disable* 1286 11. Disabling autocommands *autocmd-disable*
1287 1287
1288 To disable autocommands for some time use the 'eventignore' option. Note that 1288 To disable autocommands for some time use the 'eventignore' option. Note that