mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 22:36:09 +00:00
vim-patch:9.1.1252: typos in code and docs related to 'diffopt' "inline:" (#33143)
Problem: Typos in code and docs related to 'diffopt' "inline:".
(after v9.1.1243)
Solution: Fix typos and slightly improve the docs.
(zeertzjq)
closes: vim/vim#16997
5a307c361c
This commit is contained in:
@@ -777,7 +777,7 @@ struct diffblock_S {
|
||||
typedef struct diffline_change_S diffline_change_T;
|
||||
struct diffline_change_S {
|
||||
colnr_T dc_start[DB_COUNT]; ///< byte offset of start of range in the line
|
||||
colnr_T dc_end[DB_COUNT]; ///< 1 paste byte offset of end of range in line
|
||||
colnr_T dc_end[DB_COUNT]; ///< 1 past byte offset of end of range in line
|
||||
int dc_start_lnum_off[DB_COUNT]; ///< starting line offset
|
||||
int dc_end_lnum_off[DB_COUNT]; ///< end line offset
|
||||
};
|
||||
|
Reference in New Issue
Block a user