mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 17:36:29 +00:00
docs: various fixes (#27063)
Co-authored-by: lmenou <menl94629@gmail.com> Co-authored-by: altermo <107814000+altermo@users.noreply.github.com> Co-authored-by: VanaIgr <vanaigranov@gmail.com> Co-authored-by: Gregory Anders <greg@gpanders.com>
This commit is contained in:
@@ -81,7 +81,7 @@ void internal_format(int textwidth, int second_indent, int flags, bool format_on
|
||||
bool do_comments = (flags & INSCHAR_DO_COM);
|
||||
int has_lbr = curwin->w_p_lbr;
|
||||
|
||||
// make sure win_lbr_chartabsize() counts correctly
|
||||
// make sure win_charsize() counts correctly
|
||||
curwin->w_p_lbr = false;
|
||||
|
||||
// When 'ai' is off we don't want a space under the cursor to be
|
||||
|
Reference in New Issue
Block a user