jceb / vim-orgmode

Text outlining and task management for Vim based on Emacs' Org-Mode
http://www.vim.org/scripts/script.php?script_id=3642
Other
3.1k stars 266 forks source link

<leader> should be <localleader> #260

Closed tsvibt closed 2 years ago

tsvibt commented 7 years ago

I think that ftplugin/orgmode/plugins/EditStructure.py line 367 should be self.keybindings.append(Keybinding(u'', [....] not self.keybindings.append(Keybinding(u'', [....]

jceb commented 7 years ago

Thanks for reporting. Would you provide a pull request?

jbpoittevin commented 2 years ago

PR#268 has been merged. Closing the issue.