mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
terminal: disable 'list' by default (#6246)
This commit is contained in:
parent
bf5110266c
commit
b45ddf731b
@ -238,6 +238,7 @@ Terminal *terminal_open(TerminalOptions opts)
|
|||||||
set_option_value((uint8_t *)"wrap", false, NULL, OPT_LOCAL);
|
set_option_value((uint8_t *)"wrap", false, NULL, OPT_LOCAL);
|
||||||
set_option_value((uint8_t *)"number", false, NULL, OPT_LOCAL);
|
set_option_value((uint8_t *)"number", false, NULL, OPT_LOCAL);
|
||||||
set_option_value((uint8_t *)"relativenumber", false, NULL, OPT_LOCAL);
|
set_option_value((uint8_t *)"relativenumber", false, NULL, OPT_LOCAL);
|
||||||
|
set_option_value((uint8_t *)"list", false, NULL, OPT_LOCAL);
|
||||||
buf_set_term_title(curbuf, (char *)curbuf->b_ffname);
|
buf_set_term_title(curbuf, (char *)curbuf->b_ffname);
|
||||||
RESET_BINDING(curwin);
|
RESET_BINDING(curwin);
|
||||||
// Reset cursor in current window.
|
// Reset cursor in current window.
|
||||||
|
Loading…
Reference in New Issue
Block a user