comparison src/edit.c @ 13876:156ebdcb8ef5 v8.0.1809

patch 8.0.1809: various typos commit https://github.com/vim/vim/commit/b9464821901623f983528acaed9e4dc2cea7387b Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 10 15:09:49 2018 +0200 patch 8.0.1809: various typos Problem: Various typos. Solution: Correct the mistakes, change "cursur" to "cursor". (closes https://github.com/vim/vim/issues/2887)
author Christian Brabandt <cb@256bit.org>
date Thu, 10 May 2018 15:15:04 +0200
parents 08370aad873d
children e124262d435e
comparison
equal deleted inserted replaced
13875:a5ac84b6339e 13876:156ebdcb8ef5
429 } 429 }
430 430
431 #ifdef FEAT_CONCEAL 431 #ifdef FEAT_CONCEAL
432 /* Check if the cursor line needs redrawing before changing State. If 432 /* Check if the cursor line needs redrawing before changing State. If
433 * 'concealcursor' is "n" it needs to be redrawn without concealing. */ 433 * 'concealcursor' is "n" it needs to be redrawn without concealing. */
434 conceal_check_cursur_line(); 434 conceal_check_cursor_line();
435 #endif 435 #endif
436 436
437 #ifdef FEAT_MOUSE 437 #ifdef FEAT_MOUSE
438 /* 438 /*
439 * When doing a paste with the middle mouse button, Insstart is set to 439 * When doing a paste with the middle mouse button, Insstart is set to