comparison src/beval.c @ 15510:41fbbcea0f1b v8.1.0763

patch 8.1.0763: nobody is using the Sun Workshop support commit https://github.com/vim/vim/commit/bb1969b6ab28120c93b77817e7b6075e1aecf663 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 17 15:45:25 2019 +0100 patch 8.1.0763: nobody is using the Sun Workshop support Problem: Nobody is using the Sun Workshop support. Solution: Remove the Workshop support.
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Jan 2019 16:00:08 +0100
parents ad5b977b5ad1
children a1229400434a
comparison
equal deleted inserted replaced
15509:2650d9461407 15510:41fbbcea0f1b
271 #endif 271 #endif
272 #ifdef FEAT_NETBEANS_INTG 272 #ifdef FEAT_NETBEANS_INTG
273 if (bevalServers & BEVAL_NETBEANS) 273 if (bevalServers & BEVAL_NETBEANS)
274 netbeans_beval_cb(beval, state); 274 netbeans_beval_cb(beval, state);
275 #endif 275 #endif
276 #ifdef FEAT_SUN_WORKSHOP
277 if (bevalServers & BEVAL_WORKSHOP)
278 workshop_beval_cb(beval, state);
279 #endif
280 276
281 recursive = FALSE; 277 recursive = FALSE;
282 } 278 }
283 279
284 #endif 280 #endif