neovim

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

linematch.h (189B)


      1 #pragma once
      2 
      3 #include <stddef.h>  // IWYU pragma: keep
      4 
      5 #include "nvim/pos_defs.h"  // IWYU pragma: keep
      6 #include "xdiff/xdiff.h"  // IWYU pragma: keep
      7 
      8 #include "linematch.h.generated.h"