diff options
Diffstat (limited to 'src/nvim/globals.h')
-rw-r--r-- | src/nvim/globals.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/nvim/globals.h b/src/nvim/globals.h index 9e09555a1b..0cab3d1f8c 100644 --- a/src/nvim/globals.h +++ b/src/nvim/globals.h @@ -1,5 +1,4 @@ -#ifndef NVIM_GLOBALS_H -#define NVIM_GLOBALS_H +#pragma once #include <inttypes.h> #include <stdbool.h> @@ -1103,5 +1102,3 @@ EXTERN bool skip_win_fix_cursor INIT( = false); EXTERN bool skip_win_fix_scroll INIT( = false); /// Skip update_topline() call while executing win_fix_scroll(). EXTERN bool skip_update_topline INIT( = false); - -#endif // NVIM_GLOBALS_H |