add ability to change account vim plugin (#91)

This commit is contained in:
Clément DOUIN
2021-06-03 16:03:23 +02:00
parent edb2e181e7
commit e3d022720d
10 changed files with 160 additions and 72 deletions
+1 -1
View File
@@ -8,4 +8,4 @@ if !executable("himalaya")
throw "Himalaya CLI not found, see https://github.com/soywod/himalaya#installation"
endif
command! Himalaya call himalaya#msg#list()
command! -nargs=* Himalaya call himalaya#msg#list(<f-args>)