mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
Changes for VMS. Mostly by Zoltan Arpadffy.
This commit is contained in:
@@ -616,7 +616,7 @@ conceal_cursor_line(wp)
|
||||
* Check if the cursor line needs to be redrawn because of 'concealcursor'.
|
||||
*/
|
||||
void
|
||||
conceal_check_cursur_line_redraw()
|
||||
conceal_check_cursur_line()
|
||||
{
|
||||
if (curwin->w_p_cole > 0 && conceal_cursor_line(curwin))
|
||||
{
|
||||
|
Reference in New Issue
Block a user