You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's because the plugins vim-textobj-sentence and vim-textobj-quote were not installed, in the .vimrc.bundles , you should replace such lines into Bundle 'preservim/vim-textobj-sentence'. The pristine code Bundle 'reedes/vim-textobj-sentence' were no longer valid.
Or you can specify the groups in .vimrc.before.local, let g:spf13_bundle_groups=['general', 'writing', 'neocomplete', 'programming', 'php', 'ruby', 'python', 'javascript', 'html', 'misc',], deleting the 'writing' which will load the textobj series plugins.
I am opening a text file, and got these messages:
Error detected while processing FileType Auto commands for "text":
E117: Unknown function: textobj#sentence#init
E117: Unknown function: textobj#quote#init
The text was updated successfully, but these errors were encountered: