neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

deprecated.h (212B)


      1 #pragma once
      2 
      3 #include <stdint.h>  // IWYU pragma: keep
      4 
      5 #include "nvim/api/keysets_defs.h"  // IWYU pragma: keep
      6 #include "nvim/api/private/defs.h"  // IWYU pragma: keep
      7 
      8 #include "api/deprecated.h.generated.h"