QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1713|回复: 3

怎樣在gvim裏設置自動縮進?

[复制链接]
发表于 2005-3-28 21:54:19 | 显示全部楼层 |阅读模式
像其他的c++編譯器一樣

可以完成自動縮進

而不用總是用tab鍵自己來所進代碼行

怎麽設置呢?
发表于 2005-3-29 10:06:16 | 显示全部楼层
You can set indent function of C codes in Vim by command :-

:set smartindent

quoted from Vim Manual:-
===============
There are in fact four methods available for indentation:
'autoindent'    uses the indent from the previous line.
'smartindent'   is like 'autoindent' but also recognizes some C syntax to
                increase/reduce the indent where appropriate.
'cindent'       Works more cleverly than the other two and is configurable to
                different indenting styles.
'indentexpr'    The most flexible of all: Evaluates an expression to compute
                the indent of a line.  When non-empty this method overrides
                the other ones.  See |indent-expression|.
======================
回复

使用道具 举报

 楼主| 发表于 2005-3-29 12:44:10 | 显示全部楼层
這個設置能保存嗎?我今天上午試了一下,好像開了新文件之後,得重新設置

另外,我用了一個叫Nedit的軟件,也是可以寫代碼的,自動鎖進和格式支持的都不錯,還能保存設置,不用每次都重新弄一邊。

謝謝~1樓的回答,我再試試
回复

使用道具 举报

发表于 2005-3-29 13:54:01 | 显示全部楼层
vi ~/.gvimrc
i
:set smartindent

gvim
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-6 09:56 , Processed in 0.080251 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表