summaryrefslogtreecommitdiffstats
path: root/src/vim.h
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-07-23 06:25:29 +0100
committerBram Moolenaar <Bram@vim.org>2022-07-23 06:25:29 +0100
commitbb404f5ad5ec909318bc24e5b82e4ed7b87ba8f4 (patch)
treebe296d15ed4520057e144afafda736c646fceee7 /src/vim.h
parent81a3ff97e2012bdafc3ece796289f2e11e2754f3 (diff)
patch 9.0.0059: test file has wrong namev9.0.0059
Problem: Test file has wrong name. Solution: Rename the file. Various small fixes. (closes #10674)
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vim.h b/src/vim.h
index a4da18505c..eeeeb69212 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -2819,7 +2819,7 @@ long elapsed(DWORD start_tick);
#define UC_BUFFER 1 // -buffer: local to current buffer
#define UC_VIM9 2 // {} argument: Vim9 syntax.
-// flags used by vim_strsave_escaped()
+// flags used by vim_strsave_fnameescape()
#define VSE_NONE 0
#define VSE_SHELL 1 // escape for a shell command
#define VSE_BUFFER 2 // escape for a ":buffer" command