mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 01:16:31 +00:00
refactor: replace char_u with char 24 (#21823)
refactor: replace char_u with char Work on https://github.com/neovim/neovim/issues/459
This commit is contained in:
@@ -578,7 +578,7 @@ EXTERN long p_lines; // 'lines'
|
||||
EXTERN long p_linespace; // 'linespace'
|
||||
EXTERN int p_lisp; ///< 'lisp'
|
||||
EXTERN char *p_lop; ///< 'lispoptions'
|
||||
EXTERN char_u *p_lispwords; // 'lispwords'
|
||||
EXTERN char *p_lispwords; // 'lispwords'
|
||||
EXTERN long p_ls; // 'laststatus'
|
||||
EXTERN long p_stal; // 'showtabline'
|
||||
EXTERN char *p_lcs; // 'listchars'
|
||||
|
Reference in New Issue
Block a user