comparison runtime/doc/editing.txt @ 161:6df0106fc595

updated for version 7.0049
author vimboss
date Mon, 07 Feb 2005 22:01:03 +0000
parents a217baa06d43
children c93c9cad9618
comparison
equal deleted inserted replaced
160:7c0820eed232 161:6df0106fc595
1 *editing.txt* For Vim version 7.0aa. Last change: 2005 Jan 26 1 *editing.txt* For Vim version 7.0aa. Last change: 2005 Feb 07
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
67 {count}CTRL-G Like CTRL-G, but prints the current file name with 67 {count}CTRL-G Like CTRL-G, but prints the current file name with
68 full path. If the count is higher than 1 the current 68 full path. If the count is higher than 1 the current
69 buffer number is also given. {not in Vi} 69 buffer number is also given. {not in Vi}
70 70
71 *g_CTRL-G* *word-count* *byte-count* 71 *g_CTRL-G* *word-count* *byte-count*
72 g CTRL-G Prints the current position of the cursor in four 72 g CTRL-G Prints the current position of the cursor in five
73 ways: Column, Line, Word and Byte. If there are 73 ways: Column, Line, Word, Character and Byte. If the
74 characters in the line that take more than one 74 number of Characters and Bytes is the same then the
75 position on the screen (<Tab> or special character), 75 Character position is omitted.
76 both the "real" column and the screen column are 76 If there are characters in the line that take more
77 shown, separated with a dash. See also 'ruler' 77 than one position on the screen (<Tab> or special
78 option. {not in Vi} 78 character), both the "real" column and the screen
79 column are shown, separated with a dash.
80 See also 'ruler' option. {not in Vi}
79 81
80 *v_g_CTRL-G* 82 *v_g_CTRL-G*
81 {Visual}g CTRL-G Similar to "g CTRL-G", but Word, Line, and Byte counts 83 {Visual}g CTRL-G Similar to "g CTRL-G", but Word, Character, Line, and
82 for the visually selected region are displayed. In 84 Byte counts for the visually selected region are
83 Blockwise mode, Column count is also shown. (For 85 displayed.
86 In Blockwise mode, Column count is also shown. (For
84 {Visual} see |Visual-mode|.) 87 {Visual} see |Visual-mode|.)
85 {not in VI} 88 {not in VI}
86 89
87 *:file_f* 90 *:file_f*
88 :f[ile][!] {name} Sets the current file name to {name}. The optional ! 91 :f[ile][!] {name} Sets the current file name to {name}. The optional !