From a32ec3387bcf70319ff984836a31fab5d3a87ff5 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Thu, 16 Apr 2015 23:30:45 +0800 Subject: [PATCH] Update --- vimscript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimscript.md b/vimscript.md index 6e0ae759a..6eb879296 100644 --- a/vimscript.md +++ b/vimscript.md @@ -233,7 +233,7 @@ call filter(files, 'v:val != ""') Dictionaries ------------ -``` +```vim let colors = { \ "apple": "red", \ "banana": "yellow"