diff options
author | pommicket <pommicket@gmail.com> | 2023-08-05 00:05:09 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-08-05 00:05:09 -0400 |
commit | a6854a0ea52d1f614eeacecf0ec396d8d2cd3d32 (patch) | |
tree | 976ace378817fce1f03e9304d789d8bd0814b958 /main.c | |
parent | 3816db2083421222b59ecb1b9f5cedbead6d1fc7 (diff) |
fix orphan node problem
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -1,12 +1,10 @@ /* +TODO: +- rename using LSP (textDocument/rename) + - warn if many files are changing FUTURE FEATURES: - autodetect indentation (tabs vs spaces) - robust find (results shouldn't move around when you type things) -- rename using LSP (textDocument/rename) - - we have request writing & response parsing support for it, but that hasn't been tested yet - - i'm putting this off for now since it seems hard to have undo support for it. - - possible idea: open all files altered, and create undo chains for each of them. - if there are too many files, give an error like "use a different tool for this" - config variables - bind key to multiple commands - convert macro to command list |