mirror of
https://github.com/iggredible/Learn-Vim
synced 2024-11-23 02:53:04 +00:00
Update conclusion header
This commit is contained in:
parent
65547bd855
commit
a7a6c5c33b
1 changed files with 1 additions and 1 deletions
|
@ -260,6 +260,6 @@ A variable prepended with `v:` is a special built-in Vim variable. You cannot de
|
|||
|
||||
There are other variables. For a list of Vim built-in variables, check out `:h vim-variable` or `:h v:`.
|
||||
|
||||
## Using Vim Variables The Smart Way
|
||||
## Using Vim Variable Scopes The Smart Way
|
||||
|
||||
Being able to quickly access environment, option, and register variables give you a broad flexibility to customize your editor and terminal environment. You also learned that Vim has 9 different Vimscript variable scopes, each existing under a certain constraints. You can take advantage of these unique variable types to write your own custom plugins. But before that, let's learn how to create functions!
|
||||
|
|
Loading…
Reference in a new issue