mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 16:36:30 +00:00
refactor: replace char_u with char 25 (#21838)
refactor: replace char_u with char Work on https://github.com/neovim/neovim/issues/459
This commit is contained in:
@@ -270,10 +270,6 @@
|
||||
#include "nvim/undo.h"
|
||||
#include "nvim/vim.h"
|
||||
|
||||
#ifndef UNIX // it's in os/unix_defs.h for Unix
|
||||
# include <time.h>
|
||||
#endif
|
||||
|
||||
// Special byte values for <byte>. Some are only used in the tree for
|
||||
// postponed prefixes, some only in the other trees. This is a bit messy...
|
||||
enum {
|
||||
|
Reference in New Issue
Block a user