diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-04 11:04:15 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-04 11:04:15 -0500 |
commit | c77fc69367003edb43b480f1726db02641bdd0be (patch) | |
tree | 8fabcf31903777294d6642a1d214d3fafffe62fa /main.c | |
parent | 36673f1e78537de87ce58566f947a995e5897799 (diff) |
prevent opening the same file twice
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,6 +1,5 @@ // @TODO: // - popup to reload files and config on change -// - shouldn't be possible to open the same file twice // - find & replace (with regex) // - split // - completion |