Skip to content
This repository has been archived by the owner on Jul 29, 2023. It is now read-only.

Default value for concealcursor documentation incorrect #375

Open
paulkre opened this issue Jul 16, 2022 · 1 comment
Open

Default value for concealcursor documentation incorrect #375

paulkre opened this issue Jul 16, 2022 · 1 comment

Comments

@paulkre
Copy link

paulkre commented Jul 16, 2022

The README states that this plugin uses the value "inc" for the concealcursor setting by default:

indentLine/README.md

Lines 77 to 82 in 7753505

indentLine will overwrite your "concealcursor" and "conceallevel" with default value:
```vim
let g:indentLine_concealcursor = 'inc'
let g:indentLine_conceallevel = 2
```

But that would mean that on the line the cursor is on, all "conceal effects" would be removed, right? This is not the case when I use the plugin. I have to set concealcursor-=inc manually and then I have also have to set let g:indentLine_setConceal = 0 to make it work.

I understand why "inc" is not actually the default but this should be documented correctly to avoid confusion.

@paulkre
Copy link
Author

paulkre commented Jul 16, 2022

Also, changing the value for indentLine_concealcursor does not seem to be working at all.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant