From 647ecfe795cb67445268bc18c7f9b6d130ee3cca Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Tue, 7 Jun 2016 08:15:27 +0200 Subject: [PATCH] Remove outdated comment --- extension/lib/vimfx.coffee | 2 -- 1 file changed, 2 deletions(-) diff --git a/extension/lib/vimfx.coffee b/extension/lib/vimfx.coffee index 4079423..d5898cc 100644 --- a/extension/lib/vimfx.coffee +++ b/extension/lib/vimfx.coffee @@ -275,8 +275,6 @@ parseShortcutPref = (pref) -> shortcuts = [] errors = [] - # The shorcut prefs are read from root in order to support other extensions to - # extend VimFx with custom commands. prefValue = prefs.root.get(pref).trim() unless prefValue == '' -- 2.39.3