Closed 0x8BADFOOD closed 9 years ago
Can you verify that macvim+python is setup properly on your system? Here are instructions provided by another macvim user that was able to get this plugin to work: https://github.com/neilagabriel/vim-geeknote/blob/master/README_mac.md
At this point I think I have to close this bug as I simply cannot offer official support for OSX. The plugin itself is OS-agnostic but heavily relies on a proper Vim+python installation. Others have been able to get this plugin to work on OSX and have provided some pointers on how to set it up (see the README).
Just installed plugin and trying to create note by command: GeeknoteCreateNote AAA Output: Error detected while processing function Vim_GeeknoteCreateNote: line 5: E11: Invalid in command-line window; executes, CTRL-C quits: 1wincmd w
Traceback (most recent call last):
File "", line 3, in
File "/Users/mobiledeveloper/.spf13-vim-3/.vim/bundle/vim-geeknote/plugin/vim_geeknote.py", line 46, in GeeknoteCreateNote
notebook = explorer.getSelectedNotebook()
File "/Users/mobiledeveloper/.spf13-vim-3/.vim/bundle/vim-geeknote/plugin/explorer.py", line 473, in getSelectedNotebook
setActiveBuffer(self.buffer)
File "/Users/mobiledeveloper/.spf13-vim-3/.vim/bundle/vim-geeknote/plugin/utils.py", line 53, in setActiveBuffer
vim.command('exec {} . "wincmd w"'.format(wnum))
vim.error