Jonas
Results
2
issues of
Jonas
On macOS 10.13 and MacVim 8.0.1155 (137) vim-ripgrep has changed behaviour. The old correct way to search: ``` :Rg "search_term" ``` results are found and (optionally) highlighted. The current situation:...
Do not leave `>` highlighted, especially after executing `:source $MYVIMRC`. This also happens (sometimes) without the latter command (for example after saving the file). This completely fixes the issue, but...