From c7b1bdd6b5df44a0f2d8eae633266eec95ef0ef9 Mon Sep 17 00:00:00 2001 From: PratyayPande Date: Fri, 31 Jul 2020 17:38:37 +0530 Subject: [PATCH] Added feature to run code directly from vim --- vimrcs/run_code.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vimrcs/run_code.vim b/vimrcs/run_code.vim index c5e0bd71..1dd2ba30 100644 --- a/vimrcs/run_code.vim +++ b/vimrcs/run_code.vim @@ -1,7 +1,7 @@ "================================================================================= " -" Following code contains the commands on how to run the currently open code. -" The default mapping is set to F5 like most code editors out there. +" Following file contains the commands on how to run the currently open code. +" The default mapping is set to F5 like most code editors. " Change it as you feel comfortable with, keeping in mind that it does not " clash with any other keymapping. "