On 11/08/2010 02:40 PM, Tuomas Pellonperä wrote:
Hello!

When I am editing python code and I start inserting a comment by
typing '#', vim shifts this character to the first column of the line.
What might be causing this behavior and how do I fix it?

Regards,
Tuomas


This only happens when you haven't typed anything on the line yet, so
you can work around by making a insert mode mapping that types any
character, then backspace, then '#'. -ak

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to