Fix file permissions
This commit is contained in:
Executable → Regular
+5
@@ -1,6 +1,7 @@
|
||||
#ifndef EDITOR_H
|
||||
#define EDITOR_H
|
||||
|
||||
#include "editor/decl.h"
|
||||
#include "editor/hooks.h"
|
||||
#include "editor/indents.h"
|
||||
#include "editor/visual.h"
|
||||
@@ -101,6 +102,10 @@ struct Editor : Window {
|
||||
void lsp_handle(json msg);
|
||||
void apply_lsp_edits(std::vector<TextEdit> edits, bool move);
|
||||
|
||||
// Not used by core editor, but can be used by
|
||||
// extentions (due to cursor movement complexity)
|
||||
void format_full(int version);
|
||||
|
||||
Coord move_left(Coord cursor, uint32_t number);
|
||||
Coord move_right(Coord cursor, uint32_t number);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user