Skip to content

CapSel/vim-iluminate-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-iluminate-bug

Demo for RRethy/vim-illuminate#204

compilation

Inside cloned directory run:

cmake -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -G Ninja
ln -s ./build/compile_commands.json .

where is the problem

problem is visible with function region. When you place cursor on definition pressing 'n' works only once and switches to usage. Pressing 'p' continuously switches between definition and usage.