diff options
author | John Schmidt <john.schmidt.h@gmail.com> | 2014-03-17 20:30:12 +0100 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-05 10:01:22 -0300 |
commit | 807494578888d12ce55db67d73948bef208c2695 (patch) | |
tree | 23db320214e340b582a60915f5d8ccfca8a291a9 /src/screen.c | |
parent | acf5757831d2e6bfa325c1fe508e636d9030c6d5 (diff) | |
download | rneovim-807494578888d12ce55db67d73948bef208c2695.tar.gz rneovim-807494578888d12ce55db67d73948bef208c2695.tar.bz2 rneovim-807494578888d12ce55db67d73948bef208c2695.zip |
Remove python, perl, lua, ruby
Diffstat (limited to 'src/screen.c')
-rw-r--r-- | src/screen.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/screen.c b/src/screen.c index bd895cf1d5..cc4e0bb9fe 100644 --- a/src/screen.c +++ b/src/screen.c @@ -419,8 +419,6 @@ redrawWinline ( } } -#if defined(FEAT_RUBY) || defined(FEAT_PERL) || defined(FEAT_VISUAL) || \ - (defined(FEAT_CLIPBOARD) && defined(FEAT_X11)) || defined(PROTO) /* * update all windows that are editing the current buffer */ @@ -429,7 +427,6 @@ void update_curbuf(int type) redraw_curbuf_later(type); update_screen(type); } -#endif /* * update_screen() |