diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-10-27 10:23:57 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-10-27 11:13:08 +0100 |
| commit | 40370460029d2f3598b578c79f3d08e8921fded3 (patch) | |
| tree | 9cab33ac684c02dca70463634e7901d30135bc69 | |
| parent | 6fde5cdf2222796d923cf1e88bb29d244d19361c (diff) | |
| download | vis-40370460029d2f3598b578c79f3d08e8921fded3.tar.gz vis-40370460029d2f3598b578c79f3d08e8921fded3.tar.xz | |
Update source tree overview section in README
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -558,8 +558,8 @@ A quick overview over the code structure to get you started: `buffer.[ch]` | dynamically growing buffer used for registers and macros `ring-buffer.[ch]` | fixed size ring buffer used for the jump list `map.[ch]` | crit-bit tree based map supporting unique prefix lookups and ordered iteration. used to implement `:`-commands - `editor.[ch]` | editor window management - `vis.c` | vi(m) specific editor frontend, program entry point + `vis.[ch]` | vi(m) specific editor frontend + `main.c` | key action definitions, program entry point `config.def.h` | definition of key bindings, commands, syntax highlighting Hope this gets the interested people started. |
