comparison runtime/doc/editing.txt @ 3750:536aa8b0c934

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Wed, 15 Aug 2012 17:43:31 +0200
parents 11d40fc82f11
children 61bcafd8c648
comparison
equal deleted inserted replaced
3749:270bb87555db 3750:536aa8b0c934
1 *editing.txt* For Vim version 7.3. Last change: 2012 Jul 10 1 *editing.txt* For Vim version 7.3. Last change: 2012 Aug 08
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
391 is to use "path\[[]abc]". Then the file "path[abc]" literally. 391 is to use "path\[[]abc]". Then the file "path[abc]" literally.
392 392
393 *starstar-wildcard* 393 *starstar-wildcard*
394 Expanding "**" is possible on Unix, Win32, Mac OS/X and a few other systems. 394 Expanding "**" is possible on Unix, Win32, Mac OS/X and a few other systems.
395 This allows searching a directory tree. This goes up to 100 directories deep. 395 This allows searching a directory tree. This goes up to 100 directories deep.
396 Note there are some commands where this works slightly different, see 396 Note there are some commands where this works slightly differently, see
397 |file-searching|. 397 |file-searching|.
398 Example: > 398 Example: >
399 :n **/*.txt 399 :n **/*.txt
400 Finds files: 400 Finds files:
401 ttt.txt 401 ttt.txt