cache: Remove redundant variable

This commit is contained in:
Tomas Babej 2016-12-22 17:46:31 +01:00
parent a4bc69f7d7
commit 2b3f207391

View file

@ -8,7 +8,6 @@ from taskwiki import store
from taskwiki import short
from taskwiki import util
NEOVIM = (vim.eval('has("nvim")') == "1")
class BufferProxy(object):