comparison src/screen.c @ 2210:8c6a66e2b3cc vim73

Add :nbstart and :nbclose.
author Bram Moolenaar <bram@vim.org>
date Sat, 22 May 2010 21:34:09 +0200
parents c6f1aa1e9f32
children 770485470e59
comparison
equal deleted inserted replaced
2209:d0ddf7ba1630 2210:8c6a66e2b3cc
1979 draw_signcolumn(wp) 1979 draw_signcolumn(wp)
1980 win_T *wp; 1980 win_T *wp;
1981 { 1981 {
1982 return (wp->w_buffer->b_signlist != NULL 1982 return (wp->w_buffer->b_signlist != NULL
1983 # ifdef FEAT_NETBEANS_INTG 1983 # ifdef FEAT_NETBEANS_INTG
1984 || usingNetbeans 1984 || netbeans_active()
1985 # endif 1985 # endif
1986 ); 1986 );
1987 } 1987 }
1988 #endif 1988 #endif
1989 1989