Mercurial > vim
annotate runtime/doc/os_beos.txt @ 32214:a4dafbd8b7d5 v9.0.1438
patch 9.0.1438: .fs files are falsely recognized as forth files
Commit: https://github.com/vim/vim/commit/065088d5549e7711668321cc5a77c9a9b684b142
Author: Johan Kotlinski <kotlinski@gmail.com>
Date: Sun Apr 2 20:29:38 2023 +0100
patch 9.0.1438: .fs files are falsely recognized as forth files
Problem: .fs files are falsely recognized as forth files.
Solution: Check 100 lines for something that looks like forth. (Johan
Kotlinski, closes #12219, closes #11988)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 02 Apr 2023 21:30:05 +0200 |
parents | f8116058ca76 |
children | 4635e43f2c6f |
rev | line source |
---|---|
29314 | 1 *os_beos.txt* For Vim version 9.0. 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: |