diff options
Diffstat (limited to 'src/nvim/undo.h')
-rw-r--r-- | src/nvim/undo.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/undo.h b/src/nvim/undo.h index c019d8856e..5f37a5849e 100644 --- a/src/nvim/undo.h +++ b/src/nvim/undo.h @@ -1,5 +1,5 @@ -#ifndef NEOVIM_UNDO_H -#define NEOVIM_UNDO_H +#ifndef NVIM_UNDO_H +#define NVIM_UNDO_H #include "nvim/undo_defs.h" @@ -33,4 +33,4 @@ void u_blockfree(buf_T *buf); int bufIsChanged(buf_T *buf); int curbufIsChanged(void); void u_eval_tree(u_header_T *first_uhp, list_T *list); -#endif /* NEOVIM_UNDO_H */ +#endif /* NVIM_UNDO_H */ |