From dd4930c4db580fd7beb4736718bd94288bfaf440 Mon Sep 17 00:00:00 2001 From: Igor Irianto Date: Thu, 18 Feb 2021 09:48:25 -0600 Subject: [PATCH] Update concluding paragraph --- ch27_vimscript_functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch27_vimscript_functions.md b/ch27_vimscript_functions.md index a173dc9..2f7b619 100644 --- a/ch27_vimscript_functions.md +++ b/ch27_vimscript_functions.md @@ -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!