mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.3914: various spelling mistakes in comments
Problem: Various spelling mistakes in comments. Solution: Fix the mistakes. (Dominique Pellé, closes #9416)
This commit is contained in:
committed by
Bram Moolenaar
parent
5da36052a4
commit
af4a61a85d
@@ -1012,7 +1012,7 @@ extern int (*dyn_libintl_wputenv)(const wchar_t *envstring);
|
||||
#define DOBUF_UNLOAD 2 // unload specified buffer(s)
|
||||
#define DOBUF_DEL 3 // delete specified buffer(s) from buflist
|
||||
#define DOBUF_WIPE 4 // delete specified buffer(s) really
|
||||
#define DOBUF_WIPE_REUSE 5 // like DOBUF_WIPE an keep number for reuse
|
||||
#define DOBUF_WIPE_REUSE 5 // like DOBUF_WIPE and keep number for reuse
|
||||
|
||||
// Values for start argument for do_buffer()
|
||||
#define DOBUF_CURRENT 0 // "count" buffer from current buffer
|
||||
|
Reference in New Issue
Block a user