1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 20:22:26 +01:00

Remove fixed FIXME comment.

This commit is contained in:
Doug Kearns
2009-10-13 21:17:24 +11:00
parent 9450e65d05
commit 34f8dcbd2f

View File

@@ -318,7 +318,6 @@ function Editor() //{{{
["<C-i>"], "Edit text field with an external editor",
function () { editor.editFieldExternally(); });
// FIXME: <esc> does not work correctly
mappings.add([modes.INSERT],
["<C-t>"], "Edit text field in Vi mode",
function () { liberator.mode = modes.TEXTAREA; });