spf13-vim icon indicating copy to clipboard operation
spf13-vim copied to clipboard

E117: Unknown function: textobj#sentence#init

Open xfarmer opened this issue 6 years ago • 3 comments

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

xfarmer avatar Nov 29 '18 02:11 xfarmer

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.

ShengyeTao avatar Sep 27 '23 01:09 ShengyeTao

您好!您的邮件已收到,我将会尽快地进行处理,谢谢来信!

baiweiguo avatar Sep 27 '23 01:09 baiweiguo

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.

ShengyeTao avatar Sep 27 '23 01:09 ShengyeTao