Sometimes when working with VIMplugin, the editor window closes suddenly while typing. This problem repeats when reopening the file. Opening it in an external gvim and inserting the characters as before does not lead to gvim closing. After that, however, the VIMplugin works fine again.
To find out about the cause of the error I give you the debug printed to stdout:
Trying to start vim
Server started and listening
Started vim
Waiting to connect to vim server…
Connection established
0:version=0 "2.4"
0:startupDone=0
0:fileOpened=0 "SOME_FILE" T F
0:fileOpened=0 "SOME_FILE" T F
2:remove=8 1671 32
2:remove=8 1671 32
1671 REMOVE 32
<FILE_CONTENTS>
2:killed=8
2:killed=8
close( false );
dispose()
close( true );
Sorry, I forgot to mention my platform:
- Ubuntu Linux 7
- Eclipse 3.4
- Java 1.6
- VIM 7.1.138