comparison runtime/doc/change.txt @ 9:4102fb4ea781 v7.0002

updated for version 7.0002
author vimboss
date Sun, 20 Jun 2004 12:51:53 +0000
parents 7edf9b6e4c36
children 404aac550f35
comparison
equal deleted inserted replaced
8:7edf9b6e4c36 9:4102fb4ea781
1 *change.txt* For Vim version 7.0aa. Last change: 2004 Jun 15 1 *change.txt* For Vim version 7.0aa. Last change: 2004 Jun 16
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1046 The read-only "~ register stores the dropped text from the last drag'n'drop 1046 The read-only "~ register stores the dropped text from the last drag'n'drop
1047 operation. When something has been dropped onto Vim, the "~ register is 1047 operation. When something has been dropped onto Vim, the "~ register is
1048 filled in and the <Drop> pseudo key is sent for notification. You can remap 1048 filled in and the <Drop> pseudo key is sent for notification. You can remap
1049 this key if you want; the default action (for all modes) is to insert the 1049 this key if you want; the default action (for all modes) is to insert the
1050 contents of the "~ register at the cursor position. {not in Vi} 1050 contents of the "~ register at the cursor position. {not in Vi}
1051 {only available when compiled with the |+dnd| feature, curently only with the 1051 {only available when compiled with the |+dnd| feature, currently only with the
1052 GTK GUI} 1052 GTK GUI}
1053 1053
1054 Note: The "~ register is only used when dropping plain text onto Vim. 1054 Note: The "~ register is only used when dropping plain text onto Vim.
1055 Drag'n'drop of URI lists is handled internally. 1055 Drag'n'drop of URI lists is handled internally.
1056 1056
1135 *gw* 1135 *gw*
1136 gw{motion} Format the lines that {motion} moves over. Similar to 1136 gw{motion} Format the lines that {motion} moves over. Similar to
1137 |gq| but puts the cursor back at the same position in 1137 |gq| but puts the cursor back at the same position in
1138 the text. However, 'formatprg' is not used. 1138 the text. However, 'formatprg' is not used.
1139 {not in Vi} 1139 {not in Vi}
1140
1141 gwgw *gwgw* *gww*
1142 gww Format the current line as with "gw". {not in Vi}
1143
1144 *v_gw*
1145 {Visual}gw Format the highlighted text as with "gw". (for
1146 {Visual} see |Visual-mode|). {not in Vi}
1140 1147
1141 Example: To format the current paragraph use: *gqap* > 1148 Example: To format the current paragraph use: *gqap* >
1142 gqap 1149 gqap
1143 1150
1144 The "gq" command leaves the cursor in the line where the motion command takes 1151 The "gq" command leaves the cursor in the line where the motion command takes