comparison runtime/doc/editing.txt @ 681:9364d114ed8d v7.0204

updated for version 7.0204
author vimboss
date Wed, 22 Feb 2006 21:25:37 +0000
parents 4b8583e82cb8
children d7e33248b9c8
comparison
equal deleted inserted replaced
680:5b101ff9d4c4 681:9364d114ed8d
332 Leading blanks are skipped, otherwise all blanks and 332 Leading blanks are skipped, otherwise all blanks and
333 special characters are included in the file name. 333 special characters are included in the file name.
334 (For {Visual} see |Visual-mode|.) 334 (For {Visual} see |Visual-mode|.)
335 {not in VI} 335 {not in VI}
336 336
337 *gF*
338 [count]gF Same as "gf", except if a number follows the file
339 name, then the cursor is positioned on that line in
340 the file. The file name and the number must be
341 separated by a non-filename (see 'isfname') and
342 non-numeric character. White space between the
343 filename, the separator and the number are ignored.
344 Examples: >
345 eval.c:10
346 eval.c @ 20
347 eval.c (30)
348 eval.c 40
349 <
350 *v_gF*
351 {Visual}[count]gF Same as "v_gf".
352
337 These commands are used to start editing a single file. This means that the 353 These commands are used to start editing a single file. This means that the
338 file is read into the buffer and the current file name is set. The file that 354 file is read into the buffer and the current file name is set. The file that
339 is opened depends on the current directory, see |:cd|. 355 is opened depends on the current directory, see |:cd|.
340 356
341 See |read-messages| for an explanation of the message that is given after the 357 See |read-messages| for an explanation of the message that is given after the