forked from aniani/vim
patch 8.2.4928: various white space and cosmetic mistakes
Problem: Various white space and cosmetic mistakes. Solution: Change spaces to tabs, improve comments.
This commit is contained in:
@@ -267,8 +267,8 @@ typedef enum {
|
||||
#define SHM_COMPLETIONMENU 'c' // completion menu messages
|
||||
#define SHM_RECORDING 'q' // short recording message
|
||||
#define SHM_FILEINFO 'F' // no file info messages
|
||||
#define SHM_SEARCHCOUNT 'S' // search stats: '[1/10]'
|
||||
#define SHM_POSIX "AS" // POSIX value
|
||||
#define SHM_SEARCHCOUNT 'S' // search stats: '[1/10]'
|
||||
#define SHM_POSIX "AS" // POSIX value
|
||||
#define SHM_ALL "rmfixlnwaWtToOsAIcqFS" // all possible flags for 'shm'
|
||||
|
||||
// characters for p_go:
|
||||
|
Reference in New Issue
Block a user