You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://github.com/tpope/vim-fugitive/ fails and creates a fugitive:/ folder, in the project root, of a git repo, when taskwiki auto loads tasks. Gdiffsplit and G cause taskwiki to update vimwiki format and markdown format, when managed by vimwiki.
The simple manual work around is let taskwiki_disable=1, before a fugitive:* buffer is loaded. Below is an attempt to automate this.
tools-life/taskwiki#455https://github.com/tpope/vim-fugitive/ fails and creates a fugitive:/
folder, in the project root, of a git repo, when taskwiki auto loads
tasks. Gdiffsplit and G cause taskwiki to update vimwiki format and
markdown format, when managed by vimwiki.
Deleting fugitive:/ and disabling taskwiki restores vim-fugitive
functionality.
https://github.com/tpope/vim-fugitive/ fails and creates a
fugitive:/
folder, in the project root, of agit
repo, whentaskwiki
auto loads tasks.Gdiffsplit
andG
causetaskwiki
to updatevimwiki
format and markdown format, when managed byvimwiki
.The simple manual work around is
let taskwiki_disable=1
, before afugitive:*
buffer is loaded. Below is an attempt to automate this.This may help with #377.
Is this something we should include in taskwiki?
~/.vim/plugin/vimwiki.vim
:The text was updated successfully, but these errors were encountered: