English 中文(简体)
某些微粒储蓄会议的问题
原标题:Problems in saving sessions with some vim plugins

NERDTree ,

遗憾的是,表B(以minibufexpl为基础)与本届会议的图卢格不一。

是否有这方面的工作或替代措施? 或者,我不得不放弃其中一种gin。

最佳回答

我认为,无论你是否直接使用“占有权”的原始或<代码:mksession/code>,都没有任何会议支持。 为了与会议一道工作,你首先必须建立<条码>。 BufReadCmd , 将在already 开放<> /em> 缓冲区, 名称-TabBar-。 或许最好也改名为<代码>-TabBar->/code>至/TabBar/。 由于在<代码>-Tab Bar-code>上引用了自动文件,你丧失了以姓名(-TabBar-上公布/存档的能力。 页: 1 无。 但请注意,BufReadCmd可能还不够。

问题回答

暂无回答




相关问题
Autoupdate VIM Plugins?

Is it possible to update vim plugins automatically?

how to unindent in vim without leaving edit mode?

I m writing a lot of python code recently, and i used the tab-to-space mode in vim. I was just wondering how would i unindent in vim without leaving edit mode for example after i finished if...: block....

Scrolling inside Vim in Mac s Terminal

I ve been googling around trying to figure out if it s possible to use my mouse wheel to scroll while inside Vim in Mac s Terminal, with no luck. It seems as if only X11 or iTerm support this. Before ...

Vim - Deleting XML Comments

How do I delete comments in XML? If the opening and the closing comment tags are on the same line, I use :g/^<!--.*-->$/d to delete the comment. How to delete the comments that are spread ...

Limiting a match in vim to certain filetypes?

I have the following in my .vimrc to highlight lines longer than 80 chars: highlight OverLength ctermbg=red ctermfg=white guibg=#592929 match OverLength /\%81v.*/ This works quite well. However, the ...

Profiling Vim startup time

I’ve got a lot of plugins enabled when using Vim – I have collected plugins over the years. I’m a bit fed up with how long Vim takes to start now, so I’d like to profile its startup and see which of ...