From 5108ca4ec066ed9b93bab2c7f5b0d37d244ac0a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BD=90?= <48374300+wulnm@users.noreply.github.com> Date: Mon, 7 Feb 2022 06:10:31 +0800 Subject: [PATCH] fix: typo (#678) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cb4caf6..21e939a2 100644 --- a/README.md +++ b/README.md @@ -375,7 +375,7 @@ To run code directly from vim, press `F5`. The currently open code will execute Can be used to execute code written in C, C++, Java, Python, Go, Octave, Bash scripts and HTML. To edit how you want your code to be executed, make changes in the file ``` -~/vim_runtime/vimrcs/extended.vim +~/.vim_runtime/vimrcs/extended.vim ``` ### Cope