summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-11 14:19:38 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-11 14:50:02 -0500
commitaaebf30ccd75ba27ec55bc45ed886cdae2ca58ef (patch)
tree7dc6e7c752dacdd916a96f304fa51edd61db0cb0 /main.c
parent90b4b08717730733402df25190bba0cc5d2fd952 (diff)
highlight matching parentheses
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index 3af8a89..ef3b9dd 100644
--- a/main.c
+++ b/main.c
@@ -4,6 +4,8 @@
// - completion
// - view-only
// - Windows installation
+// - restore previously opened files (setting: restore-session)
+// - on crash, output backtrace to log, save buffers to temp directory
#include "base.h"
no_warn_start