forked from aniani/vim
updated for version 7.4.338
Problem: Cannot wrap lines taking indent into account.
Solution: Add the 'breakindent' option. (many authors, final improvements by
Christian Brabandt)
This commit is contained in:
@@ -1052,6 +1052,10 @@ enum
|
||||
#ifdef FEAT_CURSORBIND
|
||||
, WV_CRBIND
|
||||
#endif
|
||||
#ifdef FEAT_LINEBREAK
|
||||
, WV_BRI
|
||||
, WV_BRIOPT
|
||||
#endif
|
||||
#ifdef FEAT_DIFF
|
||||
, WV_DIFF
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user