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:
@@ -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
|
||||
|
Reference in New Issue
Block a user