fakevim: fix problem with <Backspace> in insert mode on new line when

AutoIndent is on
This commit is contained in:
hjk
2009-07-10 14:56:12 +02:00
parent d7fb6ea562
commit 05d555acec
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -121,6 +121,7 @@ int main(int argc, char *argv[])
theFakeVimSetting(ConfigUseFakeVim)->setValue(true);
theFakeVimSetting(ConfigShiftWidth)->setValue(8);
theFakeVimSetting(ConfigTabStop)->setValue(8);
theFakeVimSetting(ConfigAutoIndent)->setValue(true);
handler.installEventFilter();
handler.setupWidget();