Hello!
I installed some Vim scripts to help me edit Python source code (python.vim was
among them; I can't provide you with the url, since the script section of
vim.org doesn't seem to be working).
On Ubuntu there were no problems; on Windows, however, Backspace key doesn't
work! I have this piece of code (`_' denotes cursor).
for con in content:
if ntpath.isdir(con):
print con,_
In insert mode I am unable to delete the comma! I find that strange.
After hitting "Enter",
I would like to shift indentation one step to the left; that is,
for con in content:
if ntpath.isdir(con):
print con,
_
but I cannot do, not with Backspace that is. With arrow keys I can do it, but
that seems to be an "un-Vim" way to do it.
Does anyone have an idea what could be the issue here, and how I could get my
Backspace key to work?
Much oblige!
Tuomas
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---