You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you create a swap file as noted in #83 and attempt to open it you will get a funky text prompt and Vim Touch will partially hang. I assume it is waiting for input as commands DO NOT WORK but Android GUI things like swiping the drawer on the side and the menu do work.
Also it causes some kind of debugging message to be thrown into the rendering. This manifests itself as a "SHOWTAB:0" in the screen shot below and such things happen during some editing commands. Like deleting a line with the 'dd' command. It really borks the entire editor!
Seems like this only happens if it is in .vimrc at startup. Changing the setting while Vim Touch is up and running doesn't seem to do anything.
Observed with 2.7.1412291815 from Google Play. Also in previous versions I've used in the past.
The text was updated successfully, but these errors were encountered:
Put this in your $MYVIMRC:
If you create a swap file as noted in #83 and attempt to open it you will get a funky text prompt and Vim Touch will partially hang. I assume it is waiting for input as commands DO NOT WORK but Android GUI things like swiping the drawer on the side and the menu do work.
Also it causes some kind of debugging message to be thrown into the rendering. This manifests itself as a "SHOWTAB:0" in the screen shot below and such things happen during some editing commands. Like deleting a line with the 'dd' command. It really borks the entire editor!
Seems like this only happens if it is in .vimrc at startup. Changing the setting while Vim Touch is up and running doesn't seem to do anything.
Observed with 2.7.1412291815 from Google Play. Also in previous versions I've used in the past.
The text was updated successfully, but these errors were encountered: