mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-18 21:33:07 +02:00
ftplugin: Make commands buffer-local
Consistency with vimwiki, less confusion/clutter.
This commit is contained in:
parent
2942ba776d
commit
b722c29f9e
2 changed files with 32 additions and 29 deletions
|
@ -277,6 +277,9 @@ class TestSplitReplacement(IntegrationTest):
|
|||
assert self.py("print(vim.current.buffer)", silent=False).startswith("<buffer burndown.daily")
|
||||
assert "Daily Burndown" in self.read_buffer()[0]
|
||||
|
||||
# switch back to taskwiki buffer
|
||||
self.client.feedkeys("\\<C-W>p")
|
||||
|
||||
self.command("TaskWikiBurndownDaily")
|
||||
assert self.py("print(vim.current.buffer)", silent=False).startswith("<buffer burndown.daily")
|
||||
assert "Daily Burndown" in self.read_buffer()[0]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue