When nvim-hlslens is used with vim-asterisk as described in the Integrate with other plugins section of the README and the keepCursor feature of vim-asterisk is enabled with let g:asterisk#keeppos = 1, virtual texts of nvim-hlslens are:
all displayed if * is hit when the cursor is on the first character of a word
displayed only for the current line if * is hit when the cursor is not at the first character of a word
Steps to reproduce the behavior:
move the cursor on the second character of a word
hit *
Expected behavior
All virtual texts should be displayed.
Screenshots
Use case 1: result after hitting * when cursor is on the letter a of the first line
Use case 2: result after hitting * when cursor is on the letter b of the first line
nvim --version
: NVIM v0.6.1 Build type: Release LuaJIT 2.0.5 Compilé par builduserFeatures: +acl +iconv +tui
Describe the bug
When nvim-hlslens is used with vim-asterisk as described in the Integrate with other plugins section of the README and the keepCursor feature of vim-asterisk is enabled with
let g:asterisk#keeppos = 1
, virtual texts of nvim-hlslens are:*
is hit when the cursor is on the first character of a word*
is hit when the cursor is not at the first character of a wordSteps to reproduce the behavior:
*
Expected behavior
All virtual texts should be displayed.
Screenshots
*
when cursor is on the lettera
of the first line*
when cursor is on the letterb
of the first line