mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 17:36:29 +00:00
vim-patch:9.0.2100: CI: test_termdebug fails (#25997)
Problem: CI: test_termdebug fails
Solution: only test for a changed winlayout, if the window
width actually changed
Also, include an unrelated comment (which doesn't warrant its own patch
number)
305127f9f2
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -940,7 +940,7 @@ void format_lines(linenr_T line_count, bool avoid_fex)
|
||||
// length of a line to force formatting: 3 * 'tw'
|
||||
const int max_len = comp_textwidth(true) * 3;
|
||||
|
||||
// check for 'q', '2' and '1' in 'formatoptions'
|
||||
// check for 'q', '2', 'n' and 'w' in 'formatoptions'
|
||||
const bool do_comments = has_format_option(FO_Q_COMS); // format comments
|
||||
int do_comments_list = 0; // format comments with 'n' or '2'
|
||||
const bool do_second_indent = has_format_option(FO_Q_SECOND);
|
||||
|
Reference in New Issue
Block a user