diff options
author | pommicket <pommicket@gmail.com> | 2022-12-25 15:58:30 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-25 15:58:30 -0500 |
commit | 9ee67ef5097451705b4ae9cb28895f726843cdf3 (patch) | |
tree | 6342192680691acb9151938c06f699e876c17819 /main.c | |
parent | f67094bce357a76334a717ed669b377d3b93d18e (diff) |
handle complete vs incomplete lists
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,6 +1,5 @@ /* @TODO: -- stop typing from completing when there's only one copmletion left - in jdtls, opening an empty java file gives an exception. is this my fault? - what's wrong with pylsp (try "f.w") in generate.py (might be fixed now) - what's wrong with gopls? |