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:
@@ -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')
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user