aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-12-09 01:31:34 +0100
committerGitHub <noreply@github.com>2018-12-09 01:31:34 +0100
commit857a7312d015350c9637548310c7a187637d3ca4 (patch)
tree22c7550747909e81310bc0aa07c982876c09b989 /README.md
parentf1eb25f0c45d7612d495f2cbd43a29da294d5325 (diff)
downloadrneovim-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fd89456a96..0aa77b1e68 100644
--- a/README.md
+++ b/README.md
@@ -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