Mercurial > vim
annotate runtime/doc/os_beos.txt @ 22667:87987c783087 v8.2.1882
patch 8.2.1882: Vim9: v:disallow_let is no longer needed
Commit: https://github.com/vim/vim/commit/c58f5456e5c5f21193e960cecc434e367ef1281e
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Oct 21 20:58:52 2020 +0200
patch 8.2.1882: Vim9: v:disallow_let is no longer needed
Problem: Vim9: v:disallow_let is no longer needed.
Solution: Remove v:disallow_let.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 21 Oct 2020 21:00:04 +0200 |
parents | 47bfe07e06a3 |
children | f8116058ca76 |
rev | line source |
---|---|
20758
47bfe07e06a3
patch 8.2.0931: some remarks about BeOS remain
Bram Moolenaar <Bram@vim.org>
parents:
19968
diff
changeset
|
1 *os_beos.txt* For Vim version 8.2. Last change: 2020 Jun 07 |
7 | 2 |
3 | |
4 VIM REFERENCE MANUAL by Bram Moolenaar | |
5 | |
6 | |
20758
47bfe07e06a3
patch 8.2.0931: some remarks about BeOS remain
Bram Moolenaar <Bram@vim.org>
parents:
19968
diff
changeset
|
7 *beos* *BeOS* *BeBox* |
47bfe07e06a3
patch 8.2.0931: some remarks about BeOS remain
Bram Moolenaar <Bram@vim.org>
parents:
19968
diff
changeset
|
8 This file used to contain particularities for the BeOS port of Vim. |
7 | 9 |
20758
47bfe07e06a3
patch 8.2.0931: some remarks about BeOS remain
Bram Moolenaar <Bram@vim.org>
parents:
19968
diff
changeset
|
10 The BeOS support was removed in patch 8.2.0849. |
7 | 11 |
12 | |
14421 | 13 vim:tw=78:ts=8:noet:ft=help:norl: |