mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.0.1809: various typos
Problem: Various typos. Solution: Correct the mistakes, change "cursur" to "cursor". (closes #2887)
This commit is contained in:
@@ -431,7 +431,7 @@ edit(
|
||||
#ifdef FEAT_CONCEAL
|
||||
/* 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();
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_MOUSE
|
||||
|
Reference in New Issue
Block a user