當我錯誤地嘗試切換最後一個緩衝區[n:]時,我正在丟失所有以前的緩衝區。vi,vim緩衝區溢出
舉例來說,如果我在編輯器中打開文件的情侶
:ls
1 # "/etc/moduli" line 1
2 %a "/etc/motd" line 1
:n
E163: There is only one file to edit
:p
E163: There is only one file to edit
now i can navigate between tabs just using :b [number]
請指點如何解決這個問題。在這種情況下如何防止緩衝區關閉?