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

Default value for concealcursor documentation incorrect #375

Description

@paulkre

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions