Search:
Login
Preferences
Home
Development…
Timeline
Roadmap
Notes
Download
Screenshots
Bug Reports…
Browse
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 2
and
Version 3
of
dev/notes
Tweet
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:
03/06/2008 12:10:05 PM (
17 years
ago)
Author:
Sam Hocevar
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
dev/notes
v2
v3
13
13
14
14
{{{
15
# After commas
16
:%s/
,\([^ ]\)/, \1
/g
15
# After commas
and semicolons
16
:%s/
\([,;]\)\([^ ]\)/\1 \2
/g
17
17
# Inside = + += > etc.
18
18
:%s/\([a-zA-Z0-9]\)\([-+*/><=&^%]\|[-+*/><=&^%!]=\)\([a-zA-Z0-9]\)/\1 \2 \3/g