Patch 8.0.1809
Problem: Various typos.
Solution: Correct the mistakes, change "cursur" to "cursor". (closes #2887)
Files: src/edit.c, src/normal.c, src/screen.c, src/proto/screen.pro,
src/ui.c
*** ../vim-8.0.1808/src/edit.c 2018-05-08 22:47:56.642469573 +0200
--- src/edit.c 2018-05-10 15:03:58.231998316 +0200
***************
*** 431,437 ****
#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();
#endif
#ifdef FEAT_MOUSE
--- 431,437 ----
#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_cursor_line();
#endif
#ifdef FEAT_MOUSE
*** ../vim-8.0.1808/src/normal.c 2018-04-24 19:36:37.500162862 +0200
--- src/normal.c 2018-05-10 15:04:13.711895429 +0200
***************
*** 7797,7803 ****
{
#ifdef FEAT_CONCEAL
/* Check for redraw before changing the state. */
! conceal_check_cursur_line();
#endif
VIsual_mode = c;
--- 7797,7803 ----
{
#ifdef FEAT_CONCEAL
/* Check for redraw before changing the state. */
! conceal_check_cursor_line();
#endif
VIsual_mode = c;
***************
*** 7824,7830 ****
#endif
#ifdef FEAT_CONCEAL
/* Check for redraw after changing the state. */
! conceal_check_cursur_line();
#endif
if (p_smd && msg_silent == 0)
--- 7824,7830 ----
#endif
#ifdef FEAT_CONCEAL
/* Check for redraw after changing the state. */
! conceal_check_cursor_line();
#endif
if (p_smd && msg_silent == 0)
*** ../vim-8.0.1808/src/screen.c 2018-05-06 16:40:12.239619606 +0200
--- src/screen.c 2018-05-10 15:04:19.587856321 +0200
***************
*** 906,912 ****
* Check if the cursor line needs to be redrawn because of 'concealcursor'.
*/
void
! conceal_check_cursur_line(void)
{
if (curwin->w_p_cole > 0 && conceal_cursor_line(curwin))
{
--- 906,912 ----
* Check if the cursor line needs to be redrawn because of 'concealcursor'.
*/
void
! conceal_check_cursor_line(void)
{
if (curwin->w_p_cole > 0 && conceal_cursor_line(curwin))
{
*** ../vim-8.0.1808/src/proto/screen.pro 2018-03-06 11:43:00.327652783
+0100
--- src/proto/screen.pro 2018-05-10 15:04:46.203678811 +0200
***************
*** 12,18 ****
void update_curbuf(int type);
int update_screen(int type_arg);
int conceal_cursor_line(win_T *wp);
! void conceal_check_cursur_line(void);
void update_single_line(win_T *wp, linenr_T lnum);
void update_debug_sign(buf_T *buf, linenr_T lnum);
void updateWindow(win_T *wp);
--- 12,18 ----
void update_curbuf(int type);
int update_screen(int type_arg);
int conceal_cursor_line(win_T *wp);
! void conceal_check_cursor_line(void);
void update_single_line(win_T *wp, linenr_T lnum);
void update_debug_sign(buf_T *buf, linenr_T lnum);
void updateWindow(win_T *wp);
*** ../vim-8.0.1808/src/ui.c 2018-04-24 20:27:22.912114599 +0200
--- src/ui.c 2018-05-10 15:04:33.579763077 +0200
***************
*** 1971,1977 ****
# endif
# ifdef FEAT_CONCEAL
! conceal_check_cursur_line();
# endif
}
--- 1971,1977 ----
# endif
# ifdef FEAT_CONCEAL
! conceal_check_cursor_line();
# endif
}
*** ../vim-8.0.1808/src/version.c 2018-05-10 14:40:53.330573097 +0200
--- src/version.c 2018-05-10 15:07:51.994425270 +0200
***************
*** 763,764 ****
--- 763,766 ----
{ /* Add new patch number below this line */
+ /**/
+ 1809,
/**/
--
Q: What do you call a fish without an eye?
A: fsh!
Q: What do you call a deer with no eyes?
A: no eye deer.
Q: What do you call a deer with no eyes and no legs?
A: still no eye deer.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.