Mercurial > vim
annotate runtime/doc/if_sniff.txt @ 30511:98bef0149214 v9.0.0591
patch 9.0.0591: message window popup shows on only one tab page
Commit: https://github.com/vim/vim/commit/4569020538f76cab588f723bd7243e3896937568
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Sep 26 12:57:11 2022 +0100
patch 9.0.0591: message window popup shows on only one tab page
Problem: Message window popup shows on only one tab page. (Naruhiko
Nishino)
Solution: Show the message window popup on all tab pages. (closes #11231)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 26 Sep 2022 14:00:08 +0200 |
parents | f8116058ca76 |
children | 4635e43f2c6f |
rev | line source |
---|---|
29314 | 1 *if_sniff.txt* For Vim version 9.0. Last change: 2016 Feb 27 |
7 | 2 |
3 | |
4 VIM REFERENCE MANUAL | |
5 by Anton Leherbauer (toni@takefive.co.at) | |
6 | |
7 | |
8281
74b15ed0a259
commit https://github.com/vim/vim/commit/85b11769ab507c7df93f319fd964fa579701b76b
Christian Brabandt <cb@256bit.org>
parents:
5294
diff
changeset
|
8 The SNiFF+ support was removed at patch 7.4.1433. If you want to check it out |
74b15ed0a259
commit https://github.com/vim/vim/commit/85b11769ab507c7df93f319fd964fa579701b76b
Christian Brabandt <cb@256bit.org>
parents:
5294
diff
changeset
|
9 sync to before that. |
7 | 10 |
14421 | 11 vim:tw=78:ts=8:noet:ft=help:norl: |