mirror of
https://github.com/neovim/neovim.git
synced 2025-10-12 04:46:10 +00:00
refactor: move shared messages to errors.h #26214
This commit is contained in:
@@ -306,6 +306,7 @@ local keysets_defs = assert(io.open(keysets_outputf, 'wb'))
|
||||
-- so that the dispatcher can find the C functions that you are creating!
|
||||
-- ===========================================================================
|
||||
output:write([[
|
||||
#include "nvim/errors.h"
|
||||
#include "nvim/ex_docmd.h"
|
||||
#include "nvim/ex_getln.h"
|
||||
#include "nvim/globals.h"
|
||||
|
Reference in New Issue
Block a user