comparison runtime/doc/editing.txt @ 11914:4f7081eb1e26

Updated runtime files commit https://github.com/vim/vim/commit/f55e4c867f774d1f27973d06b07b97c0a4d6b968 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 1 20:44:53 2017 +0200 Updated runtime files
author Christian Brabandt <cb@256bit.org>
date Tue, 01 Aug 2017 21:00:06 +0200
parents f87c43fca41d
children 8d76a56861ec
comparison
equal deleted inserted replaced
11913:ea1271bbe63f 11914:4f7081eb1e26
1 *editing.txt* For Vim version 8.0. Last change: 2017 Jul 16 1 *editing.txt* For Vim version 8.0. Last change: 2017 Aug 01
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1735 /u/user_x/work/release/** ~ 1735 /u/user_x/work/release/** ~
1736 /u/user_x/** ~ 1736 /u/user_x/** ~
1737 This searches the same directories, but in a different order. 1737 This searches the same directories, but in a different order.
1738 1738
1739 Note that completion for ":find", ":sfind", and ":tabfind" commands do not 1739 Note that completion for ":find", ":sfind", and ":tabfind" commands do not
1740 currently work with 'path' items that contain a url or use the double star 1740 currently work with 'path' items that contain a URL or use the double star
1741 with depth limiter (/usr/**2) or upward search (;) notations. 1741 with depth limiter (/usr/**2) or upward search (;) notations.
1742 1742
1743 vim:tw=78:ts=8:ft=help:norl: 1743 vim:tw=78:ts=8:ft=help:norl: