4

と入力し続ける<C-O>と、3 ~ 4 桁しか戻らず、最初の場所に戻ることができます。

複数回:jumps押したときの出力は次のとおりです。<C-O>

1. ファイルを開くとき:

:jumps
 jump line  col file/text
  96     1    0 ~/works/WebContext.h
  95     1    0 ~/works/WebProcessProxy.messages.in
...
   3     1    0 ~/works/view_messages.h
   2  1896    4 ~/works/view_messages.h
   1     1    0 set viminfo='20,\"50    " read/write a .viminfo file, don't store more
>

2. 押された<C-O>:

:jumps
 jump line  col file/text
  96     1    0 ~/works/WebContext.h
  95     1    0 ~/works/WebProcessProxy.messages.in
...
   3    59    4 ~/works/DOMWindowFileSystem.cpp
   2     1    0 ~/.vimrc
   1   115   44 ~/.vimrc
>  0     1    0 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
   1  1896    4 ViewHostMsg_DidCreateInstance,

3. <C-O>もう一度押すと、最初のステップと同じ出力に戻り:jumpsます。


の出力viminfoは次のとおりです。

viminfo='100,<50,s10,h

なぜこれが起こっているのか、それを修正する方法は?

4

1 に答える 1