summaryrefslogtreecommitdiffstats
path: root/src/ex_cmds.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-01-17 15:45:25 +0100
committerBram Moolenaar <Bram@vim.org>2019-01-17 15:45:25 +0100
commitbb1969b6ab28120c93b77817e7b6075e1aecf663 (patch)
treeaaf6408f1b42e6edae706eaa69b009138c14ad74 /src/ex_cmds.c
parente40742526e6ea272c64ca393d7364e4023f4122c (diff)
patch 8.1.0763: nobody is using the Sun Workshop supportv8.1.0763
Problem: Nobody is using the Sun Workshop support. Solution: Remove the Workshop support.
Diffstat (limited to 'src/ex_cmds.c')
-rw-r--r--src/ex_cmds.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/ex_cmds.c b/src/ex_cmds.c
index ddcd6107cd..25322c2bd8 100644
--- a/src/ex_cmds.c
+++ b/src/ex_cmds.c
@@ -3805,9 +3805,6 @@ do_ecmd(
int newcol = -1;
int solcol = -1;
pos_T *pos;
-#ifdef FEAT_SUN_WORKSHOP
- char_u *cp;
-#endif
char_u *command = NULL;
#ifdef FEAT_SPELL
int did_get_winopts = FALSE;
@@ -3881,11 +3878,6 @@ do_ecmd(
if (free_fname != NULL)
ffname = free_fname;
other_file = otherfile(ffname);
-#ifdef FEAT_SUN_WORKSHOP
- if (usingSunWorkShop && p_acd
- && (cp = vim_strrchr(sfname, '/')) != NULL)
- sfname = ++cp;
-#endif
}
}
@@ -4457,13 +4449,9 @@ do_ecmd(
}
#endif
-#if defined(FEAT_SUN_WORKSHOP) || defined(FEAT_NETBEANS_INTG)
+#if defined(FEAT_NETBEANS_INTG)
if (curbuf->b_ffname != NULL)
{
-# ifdef FEAT_SUN_WORKSHOP
- if (gui.in_use && usingSunWorkShop)
- workshop_file_opened((char *)curbuf->b_ffname, curbuf->b_p_ro);
-# endif
# ifdef FEAT_NETBEANS_INTG
if ((flags & ECMD_SET_HELP) != ECMD_SET_HELP)
netbeans_file_opened(curbuf);