- misc
- doc: `:help config`. closes #9329
- cleanup test/README.md
This commit is contained in:
Justin M. Keyes
2018-12-09 01:31:34 +01:00
committed by GitHub
parent f1eb25f0c4
commit 857a7312d0
5 changed files with 109 additions and 130 deletions

View File

@ -86,7 +86,7 @@ Project layout
├─ ci/ build automation
├─ cmake/ build scripts
├─ runtime/ user plugins/docs
├─ src/ application source code (see src/nvim/README.md)
├─ src/nvim/ application source code (see src/nvim/README.md)
│ ├─ api/ API subsystem
│ ├─ eval/ VimL subsystem
│ ├─ event/ event-loop subsystem