comparison runtime/doc/editing.txt @ 6647:3af822eb4da5

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Sat, 28 Feb 2015 13:11:45 +0100
parents a88d4dc02bf4
children b2673982c625
comparison
equal deleted inserted replaced
6646:22d190c6dfd3 6647:3af822eb4da5
1 *editing.txt* For Vim version 7.4. Last change: 2015 Jan 04 1 *editing.txt* For Vim version 7.4. Last change: 2015 Feb 27
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
302 *gf* *E446* *E447* 302 *gf* *E446* *E447*
303 [count]gf Edit the file whose name is under or after the cursor. 303 [count]gf Edit the file whose name is under or after the cursor.
304 Mnemonic: "goto file". 304 Mnemonic: "goto file".
305 Uses the 'isfname' option to find out which characters 305 Uses the 'isfname' option to find out which characters
306 are supposed to be in a file name. Trailing 306 are supposed to be in a file name. Trailing
307 punctuation characters ".,:;!" are ignored. 307 punctuation characters ".,:;!" are ignored. Escaped
308 spaces "\ " are reduced to a single space.
308 Uses the 'path' option as a list of directory names to 309 Uses the 'path' option as a list of directory names to
309 look for the file. See the 'path' option for details 310 look for the file. See the 'path' option for details
310 about relative directories and wildcards. 311 about relative directories and wildcards.
311 Uses the 'suffixesadd' option to check for file names 312 Uses the 'suffixesadd' option to check for file names
312 with a suffix added. 313 with a suffix added.