diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-23 23:57:16 -0400 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-23 23:57:16 -0400 |
commit | 36444b69593008f40ee2d0b47c894e37428435ae (patch) | |
tree | 16688f841476008664c4b70896435673b3527d7b /main.c | |
parent | 7391d9be671cd303fdebbf12bb9bc26958d13bf4 (diff) |
found some bugs to deal with
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +// @TODO: +// - bug involving load file when going to error (specifically, stuff like ./main.c) -- duplicate file opening +// - command to reload all (unsaved) buffers +// - terminate process not working on windows? +// - auto-regenerate tags (if no tag found/line number tag found) +// - comment/uncomment selection #include "base.h" no_warn_start #if _WIN32 |