fix: typo (#678)
This commit is contained in:
parent
a716fe1777
commit
5108ca4ec0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue