comparison src/vim.h @ 26771:fc859aea8cec v8.2.3914

patch 8.2.3914: various spelling mistakes in comments Commit: https://github.com/vim/vim/commit/af4a61a85d6e8cacc35324f266934bc463a21673 Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Mon Dec 27 17:21:41 2021 +0000 patch 8.2.3914: various spelling mistakes in comments Problem: Various spelling mistakes in comments. Solution: Fix the mistakes. (Dominique Pell?, closes https://github.com/vim/vim/issues/9416)
author Bram Moolenaar <Bram@vim.org>
date Mon, 27 Dec 2021 18:30:05 +0100
parents 7821550ba3a8
children fccd67ae58c8
comparison
equal deleted inserted replaced
26770:15ff3f2e0d58 26771:fc859aea8cec
1010 #define DOBUF_GOTO 0 // go to specified buffer 1010 #define DOBUF_GOTO 0 // go to specified buffer
1011 #define DOBUF_SPLIT 1 // split window and go to specified buffer 1011 #define DOBUF_SPLIT 1 // split window and go to specified buffer
1012 #define DOBUF_UNLOAD 2 // unload specified buffer(s) 1012 #define DOBUF_UNLOAD 2 // unload specified buffer(s)
1013 #define DOBUF_DEL 3 // delete specified buffer(s) from buflist 1013 #define DOBUF_DEL 3 // delete specified buffer(s) from buflist
1014 #define DOBUF_WIPE 4 // delete specified buffer(s) really 1014 #define DOBUF_WIPE 4 // delete specified buffer(s) really
1015 #define DOBUF_WIPE_REUSE 5 // like DOBUF_WIPE an keep number for reuse 1015 #define DOBUF_WIPE_REUSE 5 // like DOBUF_WIPE and keep number for reuse
1016 1016
1017 // Values for start argument for do_buffer() 1017 // Values for start argument for do_buffer()
1018 #define DOBUF_CURRENT 0 // "count" buffer from current buffer 1018 #define DOBUF_CURRENT 0 // "count" buffer from current buffer
1019 #define DOBUF_FIRST 1 // "count" buffer from first buffer 1019 #define DOBUF_FIRST 1 // "count" buffer from first buffer
1020 #define DOBUF_LAST 2 // "count" buffer from last buffer 1020 #define DOBUF_LAST 2 // "count" buffer from last buffer