diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2021-09-19 22:07:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-19 13:07:42 -0700 |
commit | 853346a94d6aa78c97314a3b217fb5a5408a47f1 (patch) | |
tree | 8b702aafda16fa4fc772f824fcb2950ce2b4f597 /src/nvim/context.c | |
parent | 6565adcbffd3b7ff2a19e8aa7b7db2cb7bfc4e2e (diff) | |
download | rneovim-853346a94d6aa78c97314a3b217fb5a5408a47f1.tar.gz rneovim-853346a94d6aa78c97314a3b217fb5a5408a47f1.tar.bz2 rneovim-853346a94d6aa78c97314a3b217fb5a5408a47f1.zip |
refactor: format with uncrustify #15722
Diffstat (limited to 'src/nvim/context.c')
-rw-r--r-- | src/nvim/context.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/context.c b/src/nvim/context.c index 4162daa6ca..1db7938ef4 100644 --- a/src/nvim/context.c +++ b/src/nvim/context.c @@ -3,13 +3,13 @@ // Context: snapshot of the entire editor state as one big object/map +#include "nvim/api/private/helpers.h" +#include "nvim/api/vim.h" #include "nvim/context.h" #include "nvim/eval/encode.h" #include "nvim/ex_docmd.h" #include "nvim/option.h" #include "nvim/shada.h" -#include "nvim/api/vim.h" -#include "nvim/api/private/helpers.h" #ifdef INCLUDE_GENERATED_DECLARATIONS # include "context.c.generated.h" |