|
|
[PHP]比如我打:help autosave[/PHP]
就查到了autosave的帮助文档,但是看了还是不会往.vimrc里怎么写,所以才来问.
查到的帮助如下,麻烦有人告诉怎么样看再在.vimrc里添配置,好吗?授人以鱼不如授人以渔。。。。。。。。。。。。。。。。。。。
*'autosave'* *'as'* *'noautosave'* *'noas'*
'autosave' 'aw' number (default 0)
Automatically write the current buffer to file N seconds after the
last change has been made and when |'modified'| is still set.
Default: 0 = do not autosave the buffer.
Insert mode completion/expansion:
9 ^X^L completion doesn't repeat correctly. It uses the first match with
the last added line, instead of continuing where the last match ended.
(Webb)
8 The code has become too complex. Redesign it, or at least add proper
comments.
8 Add option to set different behavior for Insert mode completion:
- ignore/match case
- different characters than 'iskeyword'
8 Add a command to undo the completion, go back to the original text.
8 Use the class information in the tags file to do context-sensitive
completion. After "foo." complete all member functions/variables of
"foo". Need to search backwards for the class definition of foo. |
|