diff options
| author | Albert Cervin <albert@acervin.com> | 2024-05-22 00:00:29 +0200 |
|---|---|---|
| committer | Albert Cervin <albert@acervin.com> | 2024-09-12 20:17:56 +0200 |
| commit | 405da5f84b072ea97b69359454899f45d92d24b6 (patch) | |
| tree | 20525b4bc44a5d8cbab4d62abe8413e174731db6 /src/main/search-replace.h | |
| parent | 4ab7e453e26afc6e9f4938c65f89463fbba9e267 (diff) | |
| download | dged-405da5f84b072ea97b69359454899f45d92d24b6.tar.gz dged-405da5f84b072ea97b69359454899f45d92d24b6.tar.xz dged-405da5f84b072ea97b69359454899f45d92d24b6.zip | |
WIP LSP client
This contains the start of an LSP client.
Nothing (except starting the LSP server) works
at the moment and the feature is disabled by default.
Diffstat (limited to 'src/main/search-replace.h')
| -rw-r--r-- | src/main/search-replace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/search-replace.h b/src/main/search-replace.h index 16869fc..ef5e0dc 100644 --- a/src/main/search-replace.h +++ b/src/main/search-replace.h @@ -3,7 +3,7 @@ struct commands; /** * Abort a replace currently in progress. */ -void abort_replace(); +void abort_replace(void); /** * Abort a search currently in progress. |
