mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 09:56:31 +00:00
refactor: rename types.h to types_defs.h
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "nvim/globals.h"
|
||||
#include "nvim/types.h"
|
||||
#include "nvim/types_defs.h"
|
||||
|
||||
// Flags for find_file_*() functions.
|
||||
#define FINDFILE_FILE 0 // only files
|
||||
|
Reference in New Issue
Block a user