mirror of
https://github.com/iggredible/Learn-Vim
synced 2024-11-26 20:40:18 +00:00
Update concluding paragraph
This commit is contained in:
parent
a7027301db
commit
dd4930c4db
1 changed files with 1 additions and 1 deletions
|
@ -523,6 +523,6 @@ Now if you run `echo Lunch()()`, Vim will return "shrimp".
|
|||
|
||||
In this chapter, you learned the anatomy of Vim function. You learned how to use different special keywords `range`, `dict`, and `closure` to modify function behavior. You also learned how to use lambda and to chain multiple functions together. Functions are important tools for creating complex abstractions.
|
||||
|
||||
This concludes this Vim guide. However, your Vim journey doesn't end here. In fact, it actually starts now. You should have sufficient knowledge to go on your own or even create your own plugins.
|
||||
This concludes this Vim guide. However, your Vim journey doesn't end here. In fact, it actually starts now. You should have sufficient knowledge to go on your own. You may even create your own plugins. Learning Vim is a lifelong pursuit, so never stop learning!
|
||||
|
||||
Happy Vimming, friends!
|
||||
|
|
Loading…
Reference in a new issue