From c94a88a2d404ead14e4e58ed3c754c4a7b6c4b51 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Fri, 29 Apr 2011 21:31:24 -0400 Subject: [PATCH] Fix HTML-swallowing of --- CHANGELOG.mkd | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.mkd b/CHANGELOG.mkd index add71b7..ec00a76 100644 --- a/CHANGELOG.mkd +++ b/CHANGELOG.mkd @@ -68,13 +68,14 @@ These changes may require you to change your configuration. * **VIM : IMPROVEMENT : New Toggle Background Plugin** Added new Toggle Background plugin. Will load automatically and show up as - a menu item in the `Window` menu in gui vim. Automatically maps to if - available (won't clobber that mapping if you're using it). Also available - as a command `:ToggleBG`. To manually map to something other than : + a menu item in the `Window` menu in gui vim. Automatically maps to + `` if available (won't clobber that mapping if you're using it). + Also available as a command `:ToggleBG`. To manually map to + something other than ``: To set your own mapping in your .vimrc file, simply add the following line - to support normal, insert and visual mode usage, changing the "" value - to the key or key combination you wish to use: + to support normal, insert and visual mode usage, changing the + "``" value to the key or key combination you wish to use: call togglebg#map("")