mirror of
https://github.com/vim/vim.git
synced 2025-09-28 04:24: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:
@@ -906,7 +906,7 @@ conceal_cursor_line(win_T *wp)
|
||||
* Check if the cursor line needs to be redrawn because of 'concealcursor'.
|
||||
*/
|
||||
void
|
||||
conceal_check_cursur_line(void)
|
||||
conceal_check_cursor_line(void)
|
||||
{
|
||||
if (curwin->w_p_cole > 0 && conceal_cursor_line(curwin))
|
||||
{
|
||||
|
Reference in New Issue
Block a user