From 116c40bb955607249ca81b02a44444e5194a466d Mon Sep 17 00:00:00 2001 From: Tae Won Ha Date: Tue, 8 Jul 2014 20:02:51 +0200 Subject: [PATCH] #35 add fixme in the comment --- VimR/VRMainWindowController.m | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/VimR/VRMainWindowController.m b/VimR/VRMainWindowController.m index f3a5b4178..d006fdb0f 100644 --- a/VimR/VRMainWindowController.m +++ b/VimR/VRMainWindowController.m @@ -444,8 +444,9 @@ - (void)controller:(MMVimController *)controller openWindowWithData:(NSData *)da [_workspace setUpInitialBuffers]; /** - * When opening a folder and netrw is used, the Vim view does not get redrawn... When NERDTree ist used, the screen - * does get redrawn, but there is another problem, cf https://github.com/qvacua/vimr/issues/35 and + * FIXME: When opening a folder and netrw is used, the Vim view does not get redrawn... + * When NERDTree ist used, the screen does get redrawn, but there is another problem, + * cf https://github.com/qvacua/vimr/issues/35 and */ [self forceRedrawVimView];