Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 3
and
Version 4
of
wade/vi
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Apr 1, 2013, 11:12:45 PM (
12 years
ago)
Author:
wade
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
wade/vi
v3
v4
5
5
* set shiftwidth=4 自動縮排 4 空格
6
6
* set softtabstop=4 shiftwidth 和 tabstop 盡量一致
7
* " "註解用
7
* set nu 顯示行數
8
* set hls 高亮度反白顯示搜尋結果
9
* " 註解用
8
10
9
= =
11
= Example =
12
{{{
13
set nocompatible
14
set hls
15
colorschem torte
16
"set tabstop=4
17
set softtabstop=4
18
set shiftwidth=
19
}}}
20