Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E117: Unknown function: textobj#sentence#init #1087

Open
xfarmer opened this issue Nov 29, 2018 · 3 comments
Open

E117: Unknown function: textobj#sentence#init #1087

xfarmer opened this issue Nov 29, 2018 · 3 comments

Comments

@xfarmer
Copy link

xfarmer commented Nov 29, 2018

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

@ShengyeTao
Copy link

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.

@baiweiguo
Copy link

baiweiguo commented Sep 27, 2023 via email

@ShengyeTao
Copy link

ShengyeTao commented Sep 27, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants