comparison runtime/doc/editing.txt @ 5510:d7d7bac1a163

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Thu, 28 Nov 2013 13:53:34 +0100
parents 359743c1f59a
children 32de51778c27
comparison
equal deleted inserted replaced
5509:7adbbf32444e 5510:d7d7bac1a163
1 *editing.txt* For Vim version 7.4. Last change: 2013 Aug 03 1 *editing.txt* For Vim version 7.4. Last change: 2013 Nov 25
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
36 *alternate-file* 36 *alternate-file*
37 If there already was a current file name, then that one becomes the alternate 37 If there already was a current file name, then that one becomes the alternate
38 file name. It can be used with "#" on the command line |:_#| and you can use 38 file name. It can be used with "#" on the command line |:_#| and you can use
39 the |CTRL-^| command to toggle between the current and the alternate file. 39 the |CTRL-^| command to toggle between the current and the alternate file.
40 However, the alternate file name is not changed when |:keepalt| is used. 40 However, the alternate file name is not changed when |:keepalt| is used.
41 An alternate file name is remembered for each window.
41 42
42 *:keepalt* *:keepa* 43 *:keepalt* *:keepa*
43 :keepalt {cmd} Execute {cmd} while keeping the current alternate file 44 :keepalt {cmd} Execute {cmd} while keeping the current alternate file
44 name. Note that commands invoked indirectly (e.g., 45 name. Note that commands invoked indirectly (e.g.,
45 with a function) may still set the alternate file 46 with a function) may still set the alternate file