mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 9.0.1479: small source file problems; outdated list of distrib. files
Problem: Small source file problems; outdated list of distributed files. Solution: Small updates to source files and list of distributed files.
This commit is contained in:
@@ -1484,8 +1484,8 @@ addstar(
|
||||
* EXPAND_FILES After command with EX_XFILE set, or after setting
|
||||
* with P_EXPAND set. eg :e ^I, :w>>^I
|
||||
* EXPAND_DIRECTORIES In some cases this is used instead of the latter
|
||||
* when we know only directories are of interest. eg
|
||||
* :set dir=^I
|
||||
* when we know only directories are of interest.
|
||||
* E.g. :set dir=^I and :cd ^I
|
||||
* EXPAND_SHELLCMD After ":!cmd", ":r !cmd" or ":w !cmd".
|
||||
* EXPAND_SETTINGS Complete variable names. eg :set d^I
|
||||
* EXPAND_BOOL_SETTINGS Complete boolean variables only, eg :set no^I
|
||||
|
Reference in New Issue
Block a user