mirror of
https://github.com/Yggdroot/indentLine.git
synced 2025-12-23 04:11:27 +08:00
Add flag for cursorline
This commit is contained in:
@@ -56,8 +56,11 @@ if !exists("g:indentLine_maxLines")
|
|||||||
let g:indentLine_maxLines = 3000
|
let g:indentLine_maxLines = 3000
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if !exists("g:indentLine_noConcealCursor")
|
||||||
|
set concealcursor=inc
|
||||||
|
endif
|
||||||
|
|
||||||
set conceallevel=1
|
set conceallevel=1
|
||||||
set concealcursor=inc
|
|
||||||
|
|
||||||
"{{{1 function! <SID>InitColor()
|
"{{{1 function! <SID>InitColor()
|
||||||
function! <SID>InitColor()
|
function! <SID>InitColor()
|
||||||
|
|||||||
@@ -90,6 +90,11 @@ g:indentLine_maxLines *g:indentLine_maxLines*
|
|||||||
the performance better.
|
the performance better.
|
||||||
Default value is 3000.
|
Default value is 3000.
|
||||||
|
|
||||||
|
g:indentLine_noConcealCursor *g:indentLine_noConcealCursor*
|
||||||
|
This variable toggles cursor lines behavior. If variable
|
||||||
|
exists, then cursorline will be above conceal chars.
|
||||||
|
Default value is not set.
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
COMMANDS *indentLine-commands*
|
COMMANDS *indentLine-commands*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user