mzlogin / vim-markdown-toc

A vim 7.4+ plugin to generate table of contents for Markdown files.
http://www.vim.org/scripts/script.php?script_id=5460
MIT License
609 stars 59 forks source link

Not compatible with vim 9? #83

Closed Unixware closed 1 year ago

Unixware commented 1 year ago

plugin is installed , but command like GenTocGFM gives : E492: Not an editor command: GenTocGFM

mzlogin commented 1 year ago

It's working for my Vim 9, would you please provider more info, like your vimrc file?

Someone has met problem just like you, ref https://github.com/mzlogin/vim-markdown-toc/issues/78

Solution for his situation is:

add filetype plugin indent on after call vundle#end() in vimrc file.

Unixware commented 1 year ago

ah thanks! that solved it!!