Skip to content

Commit

Permalink
disable DokuVimKi command after initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Klier committed Jul 30, 2010
1 parent da4f0d1 commit 6f54137
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin/dokuvimki.vim
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ class DokuVimKi:
vim.command('set laststatus=2')
vim.command('silent! ' + self.index_winwith + 'vsplit')
self.help()

vim.command("command! -nargs=0 DokuVimKi echo 'DokuVimKi is already running!'")


def xmlrpc_init(self):
Expand Down

0 comments on commit 6f54137

Please sign in to comment.