David Hegland
David Hegland
Potential fix for #772 This issue is being caused by the InitWindow() routine not being called when a split of the tagbar window occurs. This will potentially fix that issue...
This is a side effect of #676. When the ctags output contains a new kind not defined in [types/uctags.vim](https://github.com/preservim/tagbar/blob/master/autoload/tagbar/types/uctags.vim), then when the cursor moves through the main file window, the...
Closes #532 Update of PR #561 originally implemented by @pangchol This uses a lambda callback to pass the parameters into the callback routine. note: I kept the `has('win32')` bypass logic...
Awesome extension, but I found a minor issue in the renderer for python (maybe others, but didn't test). When using Markdown Here for python rendering, it is changing double blank...
In the `s:HandleOnlyWindow()` routine, currently the autoclose is not behaving correctly. With the introduction of vim-9.0 (patch-9.0.907) the `quit` while inside an autocmd no longer functions. Have started a fix...
Creating a PR to track any vim-9.0 issues / development items.
The `when` statement for the `Go to Note` (ctrl-) needs to be updated. Currently it will trigger when in any editor window regardless if the open file is even a...
I'm trying to use the `pandoc/extra` docker image with the `eisvogel` template and running into an issue when it is trying to get the necessary fonts. ``` $ docker run...
I'm doing some basic validation, and it looks like multiple `or`d expressions are not always evaluated correctly when doing a full match check. For example, using an integer range type...
Fixes #100 The following options are useful when vim is configured to run `:Flake8` when first opening a file with something like the following: ```vim autocmd BufReadPost *.py call flake8#Flake8()...