We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried making use of the Makefile I found in the archive, but no joy:
Davids-Air-2:vim-textobj-user-0.3.12 dbanas$ ls │ Makefile autoload doc mduem test │GHCi, version 8.0.2: http://www.haskell.org/ghc/ :? for help Davids-Air-2:vim-textobj-user-0.3.12 dbanas$ make │[1 of 4] Compiling ConCat.Learn.Util ( /Users/dbanas/Documents/Projects/Target/concat-learn/src/ConCa GENERATE .mduem/cache/Makefile.variables │t/Learn/Util.hs, interpreted ) make: Nothing to be done for `all'. │[2 of 4] Compiling ConCat.Learn.DFE ( /Users/dbanas/Documents/Projects/Target/concat-learn/src/ConCat
The text was updated successfully, but these errors were encountered:
I'm not involved in this package in any way, but I happend to stumble in here. May I recommend Vundle for installing Vim plugins?
https://github.com/VundleVim/Vundle.vim
Sorry, something went wrong.
Can confirm, I got it installed and working with Vundle:
Plugin 'kana/vim-textobj-user'
works well :)
No branches or pull requests
I tried making use of the Makefile I found in the archive, but no joy:
The text was updated successfully, but these errors were encountered: