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

Add :nbstart and :nbclose.
author Bram Moolenaar <bram@vim.org>
date Sat, 22 May 2010 21:34:09 +0200
parents d0ddf7ba1630
children 1bac28a53fae
comparison
equal deleted inserted replaced
2209:d0ddf7ba1630 2210:8c6a66e2b3cc
3820 # ifdef FEAT_SUN_WORKSHOP 3820 # ifdef FEAT_SUN_WORKSHOP
3821 if (gui.in_use && usingSunWorkShop) 3821 if (gui.in_use && usingSunWorkShop)
3822 workshop_file_opened((char *)curbuf->b_ffname, curbuf->b_p_ro); 3822 workshop_file_opened((char *)curbuf->b_ffname, curbuf->b_p_ro);
3823 # endif 3823 # endif
3824 # ifdef FEAT_NETBEANS_INTG 3824 # ifdef FEAT_NETBEANS_INTG
3825 if (usingNetbeans && ((flags & ECMD_SET_HELP) != ECMD_SET_HELP)) 3825 if ((flags & ECMD_SET_HELP) != ECMD_SET_HELP)
3826 netbeans_file_opened(curbuf); 3826 netbeans_file_opened(curbuf);
3827 # endif 3827 # endif
3828 } 3828 }
3829 #endif 3829 #endif
3830 3830