mirror of
https://github.com/vim/vim.git
synced 2025-09-28 04:24:06 -04:00
patch 8.2.4993: smart/C/lisp indenting is optional
Problem: smart/C/lisp indenting is optional, which makes the code more complex, while it only reduces the executable size a bit. Solution: Graduate FEAT_CINDENT, FEAT_SMARTINDENT and FEAT_LISP.
This commit is contained in:
@@ -129,13 +129,11 @@ buf_init_chartab(
|
||||
SET_CHARTAB(buf, c);
|
||||
}
|
||||
|
||||
#ifdef FEAT_LISP
|
||||
/*
|
||||
* In lisp mode the '-' character is included in keywords.
|
||||
*/
|
||||
if (buf->b_p_lisp)
|
||||
SET_CHARTAB(buf, '-');
|
||||
#endif
|
||||
|
||||
// Walk through the 'isident', 'iskeyword', 'isfname' and 'isprint'
|
||||
// options Each option is a list of characters, character numbers or
|
||||
|
Reference in New Issue
Block a user