summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-20 14:38:48 -0500
committerpommicket <pommicket@gmail.com>2022-12-20 14:38:48 -0500
commit9dc4d70511862004661cd5b0c02adc500c35f42e (patch)
tree988958faba1d695e314c1d5d5e91d0f4285e5b7c /main.c
parent6b88ac48b9731771f85df727754a3bab998d7d2b (diff)
working didChange
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 2c0a18d..ae4b688 100644
--- a/main.c
+++ b/main.c
@@ -310,7 +310,7 @@ int main(int argc, char **argv) {
LSPRequest test_req = {.type = LSP_REQUEST_COMPLETION};
test_req.data.completion = (LSPRequestCompletion){
.position = {
- .path = str_dup("/p/test-lsp/src/main.rs"),
+ .document = str_dup("/p/test-lsp/src/main.rs"),
.pos = {
.line = 2,
.character = 2,