Hi, On Sun, Feb 11, 2018 at 12:27 PM, lacygoill <[email protected]> wrote: > Sorry, I think I was wrong. The patch did have a positive effect, but the > issue doesn't not seem to be completely fixed. You don't have to execute > :jumps anymore, but the output of getjumplist() is still not always > consistent. > > I don't know whether you'll be able to reproduce, because it probably > depends on the information stored in ~/.viminfo, but when I start Vim with > no configuration: > > vim -Nu NONE > > Then, the 1st invocation of getjumplist() still contains duplicates. After > that, the next invocations do not. I've checked by executing: >
I have seen a similar behavior with the :jumps command. The first time the command is invoked (after starting up Vim), it shows additional entries. The second time it displays fewer entries. In your setup, can you run the ":jumps" command twice and check whether you see a similar behavior. Thanks, Yegappan > > :echo len(getjumplist()[0]) > > The 1st time, the number is much bigger than the next times (something like > 55 vs 19). > > That being said, I can't always reproduce in a normal session with a custom > configuration, it depends on the file or window in which I am. > -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
