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

E117: Unknown function: <SNR>254_ReadTodoKeywords #377

Closed huygens545 closed 2 years ago

huygens545 commented 2 years ago

This is displayed each time I open a org file: "E117: Unknown function: <SNR>254_ReadTodoKeywords" Really annoying, since org-mod is working great despite that.

Related to https://github.com/jceb/vim-orgmode/issues/312 But I don't have any other plugin other than Vim-orgmod installed.

My .vimrc:

execute pathogen#infect()
syntax on
filetype plugin indent on
set ignorecase
set smartcase
set number
autocmd FileType * set textwidth=0
huygens545 commented 2 years ago

Ah, Ok! It looks like I have another version of org installed... I've deleted some folder in .vim/ (one named "syntax" and the other "indent") which must have been created by previous installation I guess...