neovim

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

executor.h (111B)


      1 #pragma once
      2 
      3 #include "nvim/eval/typval_defs.h"  // IWYU pragma: keep
      4 
      5 #include "eval/executor.h.generated.h"