repo.or.cz
/
vis.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
text-motion: do not treat ' as string delimiter in match bracket
[vis.git]
/
macro.h
blob
bd526469ecb95730055a5fc731069be2b81c2782
1
#ifndef MACRO_H
2
#define MACRO_H
3
4
#include
"buffer.h"
5
6
typedef
Buffer Macro
;
7
#define macro_release buffer_release
8
#define macro_reset buffer_truncate
9
#define macro_append buffer_append0
10
11
#endif