bullets-vim / bullets.vim

🔫 Bullets.vim is a Vim/NeoVim plugin for automated bullet lists.
https://doriankarter.com
Other
476 stars 36 forks source link

Not an editor command: SelectBulletText #79

Open mawkler opened 4 years ago

mawkler commented 4 years ago

When I try and run :SelectBulletText I get the error

Not an editor command: SelectBulletText

It doesn't work for :SelectBullet, but everything else in the plugin seems to work.

This is what my minimal .vimrc looks like:

set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin 'dkarter/bullets.vim' 
call vundle#end()
tbsmn commented 3 years ago

I have the same problem here.