mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim.h: Fix error which is not suppressed by clint
This commit is contained in:
parent
aa6723d16b
commit
b9276dd630
@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#ifndef NVIM_VIM_H
|
||||
# define NVIM_VIM_H
|
||||
#define NVIM_VIM_H
|
||||
|
||||
#define MIN(X, Y) (X < Y ? X : Y)
|
||||
#define MAX(X, Y) (X > Y ? X : Y)
|
||||
|
Loading…
Reference in New Issue
Block a user