diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-10 10:55:51 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-11 14:50:02 -0500 |
commit | 5bffb50207f8d8ba873f4c40dde4859179153001 (patch) | |
tree | 6d1c574838b94273af4021b0a5453a3948c85887 /main.c | |
parent | 4f2a012a5dbad755bd621a3308a306afd4589fd5 (diff) |
chain replace all into one undo event
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,7 +1,6 @@ // @TODO: -// - chained undos (replace all = one undo action) -// - highlight matching parentheses // - indent/dedent region +// - highlight matching parentheses // - split // - completion // - view-only |