neovim

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

optionstr.h (310B)


      1 #pragma once
      2 
      3 #include <stdint.h>  // IWYU pragma: keep
      4 
      5 #include "nvim/cmdexpand_defs.h"  // IWYU pragma: keep
      6 #include "nvim/option_defs.h"  // IWYU pragma: keep
      7 #include "nvim/types_defs.h"  // IWYU pragma: keep
      8 
      9 typedef enum {
     10  kFillchars,
     11  kListchars,
     12 } CharsOption;
     13 
     14 #include "optionstr.h.generated.h"