mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 09:56:31 +00:00
refactor!: remove 'terse' option
Having two methods of setting the same option is redundant and can be potentially confusing. Recommend adding 's' to 'shortmess' instead.
This commit is contained in:
@@ -678,7 +678,6 @@ EXTERN int p_tr; ///< 'tagrelative'
|
||||
EXTERN char_u *p_tags; ///< 'tags'
|
||||
EXTERN int p_tgst; ///< 'tagstack'
|
||||
EXTERN int p_tbidi; ///< 'termbidi'
|
||||
EXTERN int p_terse; ///< 'terse'
|
||||
EXTERN int p_to; ///< 'tildeop'
|
||||
EXTERN int p_timeout; ///< 'timeout'
|
||||
EXTERN long p_tm; ///< 'timeoutlen'
|
||||
|
Reference in New Issue
Block a user