mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 07:18:17 +00:00
vim-patch:8.0.1809: various typos
Problem: Various typos.
Solution: Correct the mistakes, change "cursur" to "cursor". (closes vim/vim#2887)
b946482190
This commit is contained in:
@@ -298,7 +298,7 @@ static void insert_enter(InsertState *s)
|
||||
|
||||
// Check if the cursor line needs redrawing before changing State. If
|
||||
// 'concealcursor' is "n" it needs to be redrawn without concealing.
|
||||
conceal_check_cursur_line();
|
||||
conceal_check_cursor_line();
|
||||
|
||||
// When doing a paste with the middle mouse button, Insstart is set to
|
||||
// where the paste started.
|
||||
|
Reference in New Issue
Block a user