comparison runtime/doc/cmdline.txt @ 19574:d4deb2e50667

Update runtime files Commit: https://github.com/vim/vim/commit/eab6dff19f387469a200011bc6cf3508f5e43a4a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 1 19:06:45 2020 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 01 Mar 2020 19:15:04 +0100
parents a7a24d06d7ce
children 56265f711890
comparison
equal deleted inserted replaced
19573:9d0db06b6ad2 19574:d4deb2e50667
1 *cmdline.txt* For Vim version 8.2. Last change: 2020 Feb 15 1 *cmdline.txt* For Vim version 8.2. Last change: 2020 Feb 29
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
474 emulate it. For example, this mimics autolist=ambiguous: 474 emulate it. For example, this mimics autolist=ambiguous:
475 :set wildmode=longest,list 475 :set wildmode=longest,list
476 This will find the longest match with the first 'wildchar', then list all 476 This will find the longest match with the first 'wildchar', then list all
477 matching files with the next. 477 matching files with the next.
478 478
479 *complete-script-local-functions*
480 When completing user function names, prepend "s:" to find script-local
481 functions.
482
479 *suffixes* 483 *suffixes*
480 For file name completion you can use the 'suffixes' option to set a priority 484 For file name completion you can use the 'suffixes' option to set a priority
481 between files with almost the same name. If there are multiple matches, 485 between files with almost the same name. If there are multiple matches,
482 those files with an extension that is in the 'suffixes' option are ignored. 486 those files with an extension that is in the 'suffixes' option are ignored.
483 The default is ".bak,~,.o,.h,.info,.swp,.obj", which means that files ending 487 The default is ".bak,~,.o,.h,.info,.swp,.obj", which means that files ending