mirror of
https://github.com/iggredible/Learn-Vim
synced 2025-02-17 00:08:26 +00:00
Fix grammar
This commit is contained in:
parent
24a43de38e
commit
73efe0b005
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
Before diving into Vimscript functions, let's learn about the different sources and scopes of Vim variables.
|
||||
|
||||
## Mutable And Immutable Variable
|
||||
## Mutable And Immutable Variables
|
||||
|
||||
You can assign a value to a variable in Vim with `let`:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue