momodalo / vimtouch

vimtouch
Apache License 2.0
349 stars 71 forks source link

Automatically restarts after quitting (:q!) #45

Closed teranex closed 11 years ago

teranex commented 11 years ago

I just upgraded to 2.2 which is a very nice improvement! There seems to be a small problem with the new feature to keep Vimtouch alive: it seems to be impossible to quit vimtouch. I understand that the service was added to prevent Vimtouch from being killed on some devices (never had this problem on my Google Nexus 7). But now it seems impossible to exit Vimtouch at all. If I do a ':q' (manually on the cli or using the :Q!-button in the toolbar VimTouch will restart itself after a few seconds. The only solution to really exit vimtouch for now is to kill the vimtouch service. Other apps which use a similar solution to stay alive, such as Android Terminal, let the user exit the app, so I guess it is a problem with the VimTouchService.

teranex commented 11 years ago

Oops, created the issue to fast, just received the new update and it is fixed indeed. Sorry and thanks for the fix! :)