From b10b0908c37422ddd035bf9c36aeac34575789b2 Mon Sep 17 00:00:00 2001 From: PratyayPande Date: Fri, 31 Jul 2020 18:27:51 +0530 Subject: [PATCH] Upadate README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58bfdaa4..be3cf2e4 100644 --- a/README.md +++ b/README.md @@ -348,7 +348,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/run_code.vim +~/vim_runtime/vimrcs/extended.vim ``` ### Cope