aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_getln.c
diff options
context:
space:
mode:
authorMatthieu Coudron <teto@users.noreply.github.com>2021-01-03 10:10:10 +0100
committerGitHub <noreply@github.com>2021-01-03 10:10:10 +0100
commit7a81a0c073704505b420d02420f0c6b64f031983 (patch)
tree16bb875f081a6250a97c62c1f1de228e0cc21d0e /src/nvim/ex_getln.c
parent84d08358b7c4af1d92c7d47edc2c7ae9594ffae4 (diff)
parent215aa83b2af85939900739a94f0d4d00902a2fed (diff)
downloadrneovim-7a81a0c073704505b420d02420f0c6b64f031983.tar.gz
rneovim-7a81a0c073704505b420d02420f0c6b64f031983.tar.bz2
rneovim-7a81a0c073704505b420d02420f0c6b64f031983.zip
Merge pull request #13665 from janlazo/vim-8.2.0917
vim-patch:8.1.{1667,1672,1822},8.2.{407,917}
Diffstat (limited to 'src/nvim/ex_getln.c')
-rw-r--r--src/nvim/ex_getln.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ex_getln.c b/src/nvim/ex_getln.c
index 0f50d5153d..626b840798 100644
--- a/src/nvim/ex_getln.c
+++ b/src/nvim/ex_getln.c
@@ -4780,7 +4780,7 @@ char_u *addstar(char_u *fname, size_t len, int context)
* EXPAND_COMMANDS Cursor is still touching the command, so complete
* it.
* EXPAND_BUFFERS Complete file names for :buf and :sbuf commands.
- * EXPAND_FILES After command with XFILE set, or after setting
+ * 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