i don't think we should ship the poorly supported vim plugin yet

This commit is contained in:
George Hotz 2014-07-31 12:29:39 -07:00
parent 1c40472ef4
commit 41383acf09
2 changed files with 4 additions and 5 deletions

4
README
View File

@ -2,8 +2,8 @@ QIRA is an IDA plugin to reverse using QEMU
== Installation ==
If this is a release version, ./install.sh handles everything
./fetchlibs.sh will fetch the libraries for armhf
./install.sh should handle everything for both release and trunk
./fetchlibs.sh will fetch the libraries for armhf, armel, and ppc
== Keyboard Shortcuts in web/client/controls.js ==

View File

@ -7,7 +7,7 @@ endif
" hi CursorLine cterm=NONE ctermbg=darkblue
set cursorline
function! Bob()
function! UpdateQIRALine()
python << EOF
@ -28,6 +28,5 @@ EOF
endfunction
autocmd CursorMoved * :call Bob()
autocmd CursorMoved * :call UpdateQIRALine()