mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 01:08:20 +00:00
vim-patch:9.0.1479: small source file problems; outdated list of distrib. files (#23272)
Problem: Small source file problems; outdated list of distributed files.
Solution: Small updates to source files and list of distributed files.
f39d9e9dca
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
@@ -1328,8 +1328,8 @@ char *addstar(char *fname, size_t len, int context)
|
||||
/// 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