mirror of
https://github.com/iggredible/Learn-Vim
synced 2024-11-10 13:10:40 +00:00
Fix wrong path in VIMRUNTIME compiler directory
This commit is contained in:
parent
025f58f78c
commit
5b00f57e47
@ -139,7 +139,7 @@ Each time you save inside a `.cpp` file, Vim executes the `make` command.
|
|||||||
Vim has a `:compiler` command to quickly switch compilers. Your Vim build probably comes with several pre-built compiler configurations. To check what compilers you have, run:
|
Vim has a `:compiler` command to quickly switch compilers. Your Vim build probably comes with several pre-built compiler configurations. To check what compilers you have, run:
|
||||||
|
|
||||||
```
|
```
|
||||||
:e $VIMRUNTIME/compilers/<Tab>
|
:e $VIMRUNTIME/compiler/<Tab>
|
||||||
```
|
```
|
||||||
|
|
||||||
You should see a list of compilers for different programming languages.
|
You should see a list of compilers for different programming languages.
|
||||||
|
Loading…
Reference in New Issue
Block a user