Mercurial > vim
annotate runtime/doc/workshop.txt @ 29332:a538982f74ea v9.0.0009
patch 9.0.0009: going past the end of a menu item with only modifier
Commit: https://github.com/vim/vim/commit/083692d598139228e101b8c521aaef7bcf256e9a
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Jun 29 21:16:58 2022 +0100
patch 9.0.0009: going past the end of a menu item with only modifier
Problem: Going past the end of a menu item with only modifier.
Solution: Check for NUL.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 29 Jun 2022 22:30:03 +0200 |
parents | f8116058ca76 |
children | 4635e43f2c6f |
rev | line source |
---|---|
29314 | 1 *workshop.txt* For Vim version 9.0. Last change: 2019 Jan 17 |
7 | 2 |
3 | |
4 VIM REFERENCE MANUAL by Gordon Prieur | |
5 | |
6 | |
7 Sun Visual WorkShop Features *workshop* *workshop-support* | |
8 | |
15510
41fbbcea0f1b
patch 8.1.0763: nobody is using the Sun Workshop support
Bram Moolenaar <Bram@vim.org>
parents:
14519
diff
changeset
|
9 The support for WorkShop was removed in patch 8.1.0763 in January 2019. |
41fbbcea0f1b
patch 8.1.0763: nobody is using the Sun Workshop support
Bram Moolenaar <Bram@vim.org>
parents:
14519
diff
changeset
|
10 The product has not been available for a long time and has been replaced by |
41fbbcea0f1b
patch 8.1.0763: nobody is using the Sun Workshop support
Bram Moolenaar <Bram@vim.org>
parents:
14519
diff
changeset
|
11 |NetBeans|. |
7 | 12 |
13 | |
14519 | 14 vim:tw=78:ts=8:noet:ft=help:norl: |