diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2022-06-27 10:02:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-27 01:02:02 -0700 |
commit | eab8b998e9a964cbb72abb8dedb718326a8093e1 (patch) | |
tree | bfa818a511dd266095f902d65b03ba67cdba89dc /contrib | |
parent | 8c2b8705445e7f9b2e638f8dbb50b6d715970cda (diff) | |
download | rneovim-eab8b998e9a964cbb72abb8dedb718326a8093e1.tar.gz rneovim-eab8b998e9a964cbb72abb8dedb718326a8093e1.tar.bz2 rneovim-eab8b998e9a964cbb72abb8dedb718326a8093e1.zip |
build: move man/ to src/man/ #19119
Problem:
man/ contains source files for manpage generation, it doesn't need to
live at the project root.
Solution:
Move it to src/man/.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/luarc.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/luarc.json b/contrib/luarc.json index 770b023ac6..8d76d1261d 100644 --- a/contrib/luarc.json +++ b/contrib/luarc.json @@ -5,6 +5,7 @@ "globals": [ "vim", "describe", + "pending", "it", "before_each", "after_each", |