Search:
Login
Preferences
Home
Development…
Timeline
Roadmap
Notes
Download
Screenshots
Bug Reports…
Browse
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 5
and
Version 6
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/09/2008 09:55:13 PM (
17 years
ago)
Author:
Sam Hocevar
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
dev/notes
v5
v6
17
17
# After commas and semicolons
18
18
:%s/\([,;]\)\([^ ]\)/\1 \2/g
19
# Inside = + += > etc.
19
# Inside = + += > etc.
Breaks inside strings, unfortunately.
20
20
:%s/\([a-zA-Z0-9]\)\([-+*/><=&^%]\|[-+*/><=&^%!]=\)\([a-zA-Z0-9]\)/\1 \2 \3/g
21
21
}}}