neovim

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

buffer_updates.h (252B)


      1 #pragma once
      2 
      3 #include <stdint.h>  // IWYU pragma: keep
      4 
      5 #include "nvim/buffer_defs.h"  // IWYU pragma: keep
      6 #include "nvim/extmark_defs.h"  // IWYU pragma: keep
      7 #include "nvim/pos_defs.h"  // IWYU pragma: keep
      8 
      9 #include "buffer_updates.h.generated.h"