I have a file open in Eclipse. I make some changes (new lines, type some stuff), and it never indicates the file has been changed (with the *
on the file tab). So I ctrl+s
to save, close the file, re-open it, and my changes are not there.
O
to create a new lineecho "zeeb"; exit;
Now, there should be an asterisk next to my filename on the file tab, but there isn't.
At this point, if I click with the mouse & select some text, the asterisk will appear most of the time. Then I can save. Or, if I go back into normal mode, the asterisk appears
Adding :set noatomicinsert
to ~/.vrapperrc
seems to have fixed it.
Vrapper Settings states:
Whether inserts should be handled as atomic operation. This causes problems sometimes, so it is deactivatable.