Skip to content

Commit

Permalink
#35 add fixme in the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tae Won Ha committed Jul 8, 2014
1 parent 24db745 commit 116c40b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions VimR/VRMainWindowController.m
Original file line number Diff line number Diff line change
Expand Up @@ -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];

Expand Down

0 comments on commit 116c40b

Please sign in to comment.