Ingo Meyer
Ingo Meyer
When closing the pipe to sqlite3, the sqlite3 process is not terminated instantly which leads to race conditions with Git in `histdb-sync`. Therefore, this PR adds a block to wait...
When merging unrelated Git histories, the merge driver uses an empty ancestor database. Thus, the SQL `max` function cannot operate and returns a `null` value during the merge, effectively discarding...
I try to use the really nice `shift` feature of `playerctld` to build a keyboard shortcut to quickly jump to the next player, pause all active players and activate only...
On Linux (tested it on Debian buster), libclang does only search for system headers in the default system locations but not in clang's own include directory `/usr/lib/llvm-6.0/lib/clang/6.0.0/include` (the version depends...
Hey, chromatica does not update highlighting when only the viewport is changed (e.g. by pressing `zz` or ``) and the cursor stays in place. Would it maybe be better to...
Is it possible to reread compilation flags after changing the working directory in vim? With this feature it would be possible to use multiple `.clang` files in one nvim process.
Tmux changed the behavior of `swap-window` to keep the focus instead of following the swapped window (s. [tmux issue 1879](https://github.com/tmux/tmux/issues/1879)). This commit adds the `-d` switch to `swap-window` bindings to...
Fixes #22
Hey, first: thanks for your plugin. With vim-tags it is a lot easier to manage tag generation. I'm using [universal ctags](https://github.com/universal-ctags/ctags) since exuberant ctags is very old (last version is...