0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 9.0.0059: test file has wrong name

Problem:    Test file has wrong name.
Solution:   Rename the file.  Various small fixes. (closes #10674)
This commit is contained in:
zeertzjq
2022-07-23 06:25:29 +01:00
committed by Bram Moolenaar
parent 81a3ff97e2
commit bb404f5ad5
10 changed files with 50 additions and 36 deletions

View File

@@ -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