diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-12-09 01:31:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-09 01:31:34 +0100 |
commit | 857a7312d015350c9637548310c7a187637d3ca4 (patch) | |
tree | 22c7550747909e81310bc0aa07c982876c09b989 /README.md | |
parent | f1eb25f0c45d7612d495f2cbd43a29da294d5325 (diff) | |
download | rneovim-857a7312d015350c9637548310c7a187637d3ca4.tar.gz rneovim-857a7312d015350c9637548310c7a187637d3ca4.tar.bz2 rneovim-857a7312d015350c9637548310c7a187637d3ca4.zip |
doc (#9288)
- misc
- doc: `:help config`. closes #9329
- cleanup test/README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |