mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 17:36:29 +00:00
refactor!: remove 'remap' option
An option that should always be kept on except for when working with old Vi scripts is of little use to us.
This commit is contained in:
@@ -557,7 +557,6 @@ static char *(p_rdb_values[]) = {
|
||||
#define RDB_NODELTA 0x008
|
||||
|
||||
EXTERN long p_rdt; // 'redrawtime'
|
||||
EXTERN int p_remap; // 'remap'
|
||||
EXTERN long p_re; // 'regexpengine'
|
||||
EXTERN long p_report; // 'report'
|
||||
EXTERN long p_pvh; // 'previewheight'
|
||||
|
Reference in New Issue
Block a user