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

Vim plugin to do android development.

Results 5 vim-android issues
Sort by recently updated
recently updated
newest added

when i run android-install.sh, it display the error ```shell Error detected while processing /home/yang/.vim/plugin/vim-addon-mw-utils/autoload/glob.vim: line 1: E117: Unknown function: vam#DefineAndBind E15: Invalid expression: vam#DefineAndBind('s:c','g:glob_like', '{}') line 4: E121: Undefined variable:...

This is really a minor niggle, but it would allow users to integrate your plugins with existing vim setups by adding them as submodules, rather than cloning the entire repo...

enhancement

For some reason the adblogcat script is not working correctly or at all on some people's setup.

bug

Remove the python script from findAndroidManifest. It can be replaced with findfile("AndroidManifest.xml", ".;")

enhancement

Add overview of commands for all scripts to the documentation. Something similar to this: Script Example command Overview supertab complete line: CTRL-X CTRL-L :help ins-completion

documentation