comparison src/ui.c @ 2378:85b7dc8da5eb vim73

Add the 'concealcursor' option to decide when the cursor line is to be concealed or not. Rename 'conc' to 'cole' as the short name for 'conceallevel'.
author Bram Moolenaar <bram@vim.org>
date Fri, 23 Jul 2010 22:10:27 +0200
parents ccda151dde4e
children 33148c37f3c9
comparison
equal deleted inserted replaced
2377:878562053ba3 2378:85b7dc8da5eb
1910 term_cursor_shape(); 1910 term_cursor_shape();
1911 1911
1912 # ifdef MCH_CURSOR_SHAPE 1912 # ifdef MCH_CURSOR_SHAPE
1913 mch_update_cursor(); 1913 mch_update_cursor();
1914 # endif 1914 # endif
1915
1916 # ifdef FEAT_CONCEAL
1917 conceal_check_cursur_line_redraw();
1918 # endif
1915 } 1919 }
1916 #endif 1920 #endif
1917 1921
1918 #if defined(FEAT_CLIPBOARD) || defined(FEAT_GUI) || defined(FEAT_RIGHTLEFT) \ 1922 #if defined(FEAT_CLIPBOARD) || defined(FEAT_GUI) || defined(FEAT_RIGHTLEFT) \
1919 || defined(FEAT_MBYTE) || defined(PROTO) 1923 || defined(FEAT_MBYTE) || defined(PROTO)