First completion level is working (LSP connected)
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@
|
||||
* @param filename Path to the file
|
||||
* @return Buffer ID on success, -1 on failure
|
||||
*/
|
||||
int bufferCreate(const char *filename, enum bufferStatus_e state);
|
||||
int bufferCreate(const char *path, enum bufferStatus_e state);
|
||||
|
||||
/**
|
||||
* @brief Switches to a specific buffer by ID
|
||||
|
||||
Reference in New Issue
Block a user