comparison src/main.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 5b0f37d844b3
children b069a878bbeb
comparison
equal deleted inserted replaced
15509:2650d9461407 15510:41fbbcea0f1b
626 * For the Mac this handles putting files dropped on the Vim icon to 626 * For the Mac this handles putting files dropped on the Vim icon to
627 * global_alist. 627 * global_alist.
628 */ 628 */
629 if (gui.in_use) 629 if (gui.in_use)
630 { 630 {
631 # ifdef FEAT_SUN_WORKSHOP 631 gui_wait_for_chars(50L, typebuf.tb_change_cnt);
632 if (!usingSunWorkShop)
633 # endif
634 gui_wait_for_chars(50L, typebuf.tb_change_cnt);
635 TIME_MSG("GUI delay"); 632 TIME_MSG("GUI delay");
636 } 633 }
637 #endif 634 #endif
638 635
639 #if defined(FEAT_GUI_PHOTON) && defined(FEAT_CLIPBOARD) 636 #if defined(FEAT_GUI_PHOTON) && defined(FEAT_CLIPBOARD)
981 * --socketid 978 * --socketid
982 * --windowid 979 * --windowid
983 */ 980 */
984 early_arg_scan(paramp); 981 early_arg_scan(paramp);
985 982
986 #ifdef FEAT_SUN_WORKSHOP
987 findYourself(paramp->argv[0]);
988 #endif
989 #if defined(FEAT_GUI) 983 #if defined(FEAT_GUI)
990 /* Prepare for possibly starting GUI sometime */ 984 /* Prepare for possibly starting GUI sometime */
991 gui_prepare(&paramp->argc, paramp->argv); 985 gui_prepare(&paramp->argc, paramp->argv);
992 TIME_MSG("GUI prepared"); 986 TIME_MSG("GUI prepared");
993 #endif 987 #endif