Hello! There seems to be a possible bug with cygwin 2.2.0 in xterm terminal mode (default) and using vim 7.4.764 with syntax highlighting enabled.
To verify and reproduce: echo "syntax on" >> ~/.vimrc vim -E The prompt at the bottom should now show an escape sequence: Entering Ex mode. Type "visual" to go to Normal mode. :]11;rgb:0000/0000/0000\ This causes issues when using vim as normal in this configuration because the inserted escape sequence seems to replace the first character in a given document with a 'g' when opened. The problem goes away when changing terminal type to vt100 or vt220 or if you downgrade vim to revision 752 available on some mirrors through the setup. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple