Am 11.03.2010 22:08, schrieb Jean Johner:
On Mar 11, 1:10 pm, Andy Wokula<anw...@yahoo.de> wrote:
try this one:
Hi Andy,
I tried over a slow connection (from home through remote desktop +
remote Cygwin).
The delay between CTRL-F and CTRL-E is not visible at all
(congratulations !)
Three problems however:
1/ In command mode, scrolling from the top of a file, the cursor on
the top line (after PageDown) oscillates between colums 2 and 9
instead of resting on column 1.
2/ In command mode, starting from the top of file and typing PageUp
moves the cursor along the first line (perhaps the same problem as
above).
3/ In insert mode, starting from top of file and typing PageDown
results in inserting a space at the beginning of the top line.
Best regards
Jean Johner
I don't see these problems.
My first guess is that all of the above can be explained by trailing
spaces on the right hand side of some mappings, probably caused by
copy&paste. Try to remove all trailing spaces:
:%s/\s\+$//
--
Andy
--
You received this message from the "vim_dev" 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