Closed mcepl closed 9 years ago
Would you make sure that you have the following line in your vimrc?
filetype plugin indent on
My ~/.vimrc is http://luther.ceplovi.cz/git/dotfiles.git/tree/vimrc
matej@mitmanek: ~$ grep 'filetype plugin indent on' ~/.vimrc
filetype plugin indent on
matej@mitmanek: ~$
Whoops, you've probably set let g:loaded_org_syntax = 1
somewhere in your vimrc. This leads to the issue of a call of a non-existing function.
Right, there was another copy of vim-orgmode
in ~/.vim itself.
I have installed vim-orgmode to my Pathogen bundle and opened a new
~/todo.org
file. I got on start this error:What's wrong with me? Do I miss some dependency?