mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 10:26:31 +00:00
vim-patch:9.0.0746: breakindent test cases are commented out
Problem: Breakindent test cases are commented out.
Solution: Adjust expected result to slightly different behavior. Correct
computations for cursor position.
856c5d2bc7
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
@@ -1170,7 +1170,7 @@ struct window_S {
|
||||
// 'wrap' is off
|
||||
colnr_T w_skipcol; // starting screen column for the first
|
||||
// line in the window; used when 'wrap' is
|
||||
// on
|
||||
// on; does not include win_col_off()
|
||||
|
||||
// six fields that are only used when there is a WinScrolled autocommand
|
||||
linenr_T w_last_topline; ///< last known value for w_topline
|
||||
|
Reference in New Issue
Block a user