mirror of
1
0
Fork 0

Merge branch 'master' of github.com:amix/vimrc

This commit is contained in:
Amir 2022-08-08 20:39:28 +02:00
commit 0d39f82965
1 changed files with 1 additions and 1 deletions

View File

@ -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 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 ### Cope