mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 05:28:33 +00:00
refactor(api): remove unneccesary indirection around handles
These things are just maps to pointers, no need to perform a huge song and dance around it.
This commit is contained in:
@@ -52,7 +52,6 @@
|
||||
#include "nvim/os/input.h"
|
||||
#include "nvim/os/os.h"
|
||||
#include "nvim/os/fileio.h"
|
||||
#include "nvim/api/private/handle.h"
|
||||
|
||||
|
||||
/// Index in scriptin
|
||||
|
Reference in New Issue
Block a user