-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update to NVIM v0.5.0-dev+1293-ga0da4c3a4 * fix(api_gen): Import types * feat: Null safety Kinda wonky but whatever * feat: Export ui attach options * fix(gen): Null safety * feat(attach_options): Multigrid * refactor(nvim): clean up/modify some null-safety things * refactor(api_gen): ? -> !, ${x} -> $x * style(nvim): arrow func Co-authored-by: smolck <[email protected]>
- Loading branch information
Showing
11 changed files
with
164 additions
and
2,380 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,10 @@ class Buffer { | |
Buffer(this.data); | ||
} | ||
|
||
class LuaRef { | ||
LuaRef(); | ||
} | ||
|
||
class Window { | ||
final int data; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.