Mercurial > vim
annotate runtime/doc/os_beos.txt @ 24142:34acfef7f60c v8.2.2612
patch 8.2.2612: col('.') may get outdated column value
Commit: https://github.com/vim/vim/commit/18b7d86d7fa997bbb02a069dafacb32a0f73ca1e
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Mar 17 13:28:05 2021 +0100
patch 8.2.2612: col('.') may get outdated column value
Problem: col('.') may get outdated column value.
Solution: Add a note to the help how to make this work and add a test for
it. (closes #7971)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 17 Mar 2021 13:30:03 +0100 |
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: |