neovim

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

textobject.h (201B)


      1 #pragma once
      2 
      3 #include "nvim/normal_defs.h"  // IWYU pragma: keep
      4 #include "nvim/pos_defs.h"  // IWYU pragma: keep
      5 #include "nvim/vim_defs.h"  // IWYU pragma: keep
      6 
      7 #include "textobject.h.generated.h"