projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'release-2.140.98'
[feisty_meow.git]
/
infobase
/
patterns
/
vi
/
pattern_auto_replacement
1
2
3
pattern that automates making changes in a lot of files with vi.
4
system_config is to be changed to path_config. substitute as needed.
5
6
:1,$s/system_config/path_config/g
7
:wn
8
9