fievel

Results 4 issues of fievel

I use the following alias that works for using my windows vim profile: ``` bash alias gvim='cyg-wrapper.sh /cygdrive/c/Windows/gvim.bat --cyg-env-clear=HOME' alias gvimr='cyg-wrapper.sh /cygdrive/c/Windows/gvim.bat --cyg-env-clear=HOME --remote' ```

For my specific use (launching grep like command (ripgrep) on a complex source hierarchy), I needed to be able to run several AsyncRun without clearing the quickfix between runs. I...

I find it very useful when Apps allow users to override default os language settings because for some IT related stuff I just prefer English but I don't want my...

Some markers are linked to highlight group `Ignore`: - notesHiddenMarker - notesItalicMarker - notesBoldMarker - notesCodeStart - notesCodeEnd Which in many colorscheme mean that they are displayed with the same...