-
Notifications
You must be signed in to change notification settings - Fork 1
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
Is this plug-in dependent upon textobj-user? #7
Comments
This plugin is dependent on |
Okay, thanks. Any idea how I deal with this error, from textobj-user (I think)?: Error detected while processing function textobj#user#plugin..265:
line 15:
E605: Exception not caught: Unknown command: 'select-i-function'
Error detected while processing function textobj#user#plugin:
line 15:
E171: Missing :endif │ |
Weird. When does this error pop up? FWIW, a minimal working config is this (I think:) call plug#begin('~/.vim/plugged')
Plug 'isovector/ghci.vim'
Plug 'kana/vim-textobj-user'
call plug#end() Run :PlugInstall Then fire up |
Thanks. Yes, Davids-Air-2:concat-learn dbanas$ vi src/ConCat/Learn/CNN.hs
Error detected while processing function textobj#user#plugin..265:
line 15:
E605: Exception not caught: Unknown command: 'select-i-function'
Error detected while processing function textobj#user#plugin:
line 15:
E171: Missing :endif |
fwiw I'm not seeing that error on version e231b65797b5765b3ee862d71077e9bd56f3ca3e of vim-textobj-user |
Is this plug-in dependent upon the textobj-user plug-in?
I'm getting this error, when I launch Vim from a tmux pane:
(Curiously, I don't see it, when I launch the GUI MacVim directly. Is MacVim just being silent about it?)
and I found this:
related issue?
The text was updated successfully, but these errors were encountered: