1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-06 14:56:54 +02:00

Add space between separator and comment

Makes the comments get properly syntax-highlighted
This commit is contained in:
HiPhish
2019-12-22 13:41:46 +01:00
parent 1372e8a5a9
commit db3ba136be

View File

@@ -647,5 +647,5 @@ let g:loaded_my_plugin = v:true
" Get a default value: if the user defines a variable use it, otherwise use a " Get a default value: if the user defines a variable use it, otherwise use a
" hard-coded default. Uses the fact that a scope is also a dictionary. " hard-coded default. Uses the fact that a scope is also a dictionary.
l let s:greeting = get(g:, 'my_plugin_greeting', 'Hello')
``` ```