comparison runtime/doc/usr_22.txt @ 3920:c53344bacabf

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Thu, 15 Nov 2012 21:28:22 +0100
parents 073ff46fe397
children 6ec6b7ff2d43
comparison
equal deleted inserted replaced
3919:23fc3dc4317e 3920:c53344bacabf
1 *usr_22.txt* For Vim version 7.3. Last change: 2010 Feb 21 1 *usr_22.txt* For Vim version 7.3. Last change: 2012 Nov 15
2 2
3 VIM USER MANUAL - by Bram Moolenaar 3 VIM USER MANUAL - by Bram Moolenaar
4 4
5 Finding the file to edit 5 Finding the file to edit
6 6
324 324
325 :ls 325 :ls
326 326
327 The output could look like this: 327 The output could look like this:
328 328
329 1 #h "help.txt" line 62 ~ 329 1 #h "help.txt" line 62 ~
330 2 %a+ "usr_21.txt" line 1 ~ 330 2 %a + "usr_21.txt" line 1 ~
331 3 "usr_toc.txt" line 1 ~ 331 3 "usr_toc.txt" line 1 ~
332 332
333 The first column contains the buffer number. You can use this to edit the 333 The first column contains the buffer number. You can use this to edit the
334 buffer without having to type the name, see below. 334 buffer without having to type the name, see below.
335 After the buffer number come the flags. Then the name of the file 335 After the buffer number come the flags. Then the name of the file
336 and the line number where the cursor was the last time. 336 and the line number where the cursor was the last time.