comparison runtime/doc/map.txt @ 13551:1fd0f8392946 v8.0.1649

patch 8.0.1649: no completion for argument list commands commit https://github.com/vim/vim/commit/cd43effecab02c6c28b1c4a3a14f91b8c3f26c0d Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 29 15:55:38 2018 +0200 patch 8.0.1649: no completion for argument list commands Problem: No completion for argument list commands. Solution: Add arglist completion. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/2706)
author Christian Brabandt <cb@256bit.org>
date Thu, 29 Mar 2018 16:00:07 +0200
parents 34c8ec888122
children e751b5c9dff3
comparison
equal deleted inserted replaced
13550:30faaab193e0 13551:1fd0f8392946
1270 *E180* *E181* *:command-complete* 1270 *E180* *E181* *:command-complete*
1271 By default, the arguments of user defined commands do not undergo completion. 1271 By default, the arguments of user defined commands do not undergo completion.
1272 However, by specifying one or the other of the following attributes, argument 1272 However, by specifying one or the other of the following attributes, argument
1273 completion can be enabled: 1273 completion can be enabled:
1274 1274
1275 -complete=arglist file names in argument list
1275 -complete=augroup autocmd groups 1276 -complete=augroup autocmd groups
1276 -complete=buffer buffer names 1277 -complete=buffer buffer names
1277 -complete=behave :behave suboptions 1278 -complete=behave :behave suboptions
1278 -complete=color color schemes 1279 -complete=color color schemes
1279 -complete=command Ex command (and arguments) 1280 -complete=command Ex command (and arguments)