Search:
Login
Preferences
Home
Search
Context Navigation
←
Previous Change
Wiki History
Next Change →
Changes between
Version 1
and
Version 2
of
Vim
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:
08/24/26 20:39:02 (
10 days
ago)
Author:
sky
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
Vim
v1
v2
1
1
= Vim =
2
3
{{{
4
set nofixendofline
5
set smartindent
6
set tabstop=4
7
set shiftwidth=4
8
set expandtab
9
}}}
2
10
3
11
== <EOL> ==