neovim

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

commit eab8b998e9a964cbb72abb8dedb718326a8093e1
parent 8c2b8705445e7f9b2e638f8dbb50b6d715970cda
Author: Justin M. Keyes <justinkz@gmail.com>
Date:   Mon, 27 Jun 2022 10:02:02 +0200

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/.