On 24-Feb-2010 Jean Johner <[email protected]> wrote: > Hello, > > A still simpler case showing a problem with File browser and Ctrl-O/ > Ctrl-I > > Suppress the ~/(.,_)viminfo file. > > Type vim test1 (file1 opens at line 1) > Type :e . (The file browser opens at line 8 OK) > Type Ctrl-O twice (Return to file1, OK) > Type Ctrl-I (Return to File browser, OK) > Type Ctrl-O (Nothing happens, not OK) > Type Ctrl-O: error message E19 : Mark has invalid line number, not OK > > Best regards > > Jean Johner
This is partly the fault of :keepjumps not being respected for the :put command used in the Netrw plugin, partly the fault of Netrw setting marks (in Gdb I found "mark '" being executed) while producing a directory listing. I already sent a patch solving the first problem. I don't know if it is essential for Netrw to set the ' mark, but it seems that it messes up the jump list when this list is being traversed by pressing <C-o> or <C-i>. Maybe Charles Campbell could respond to my accusation? ;-) -- Cheers, Lech -- 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 To unsubscribe, reply using "remove me" as the subject.
