Mercurial > vim
annotate runtime/doc/os_beos.txt @ 33276:05c320c640de v9.0.1905
patch 9.0.1905: FEAT_FLOAT no longer defined
Commit: https://github.com/vim/vim/commit/0483e49f90d85f5172f2050426913ac718f1c176
Author: dundargoc <gocdundar@gmail.com>
Date: Sun Sep 17 16:58:22 2023 +0200
patch 9.0.1905: FEAT_FLOAT no longer defined
Problem: FEAT_FLOAT no longer defined
Solution: Remove last existing FEAT_FLOAT ifdefs in
message_test
Remove FEAT_FLOAT as that should always be true
FEAT_FLOAT has been removed in v9.0.0491 (73e28dcc6125f616cf1f2) but
unfortunately, it was forgotten to remove it from message_test.c. So
let's remove the last mentioned ifdefs which are now unused.
closes: #13106
Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: dundargoc <gocdundar@gmail.com>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 17 Sep 2023 17:15:04 +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: |