Mercurial > vim
annotate src/proto/os_qnx.pro @ 34322:840146fba64b v9.1.0095
patch 9.1.0095: tests: test_restricted() fails
Commit: https://github.com/vim/vim/commit/52eb0b867704e43049cb396e64cadb5bd9a3ad0b
Author: Christian Brabandt <cb@256bit.org>
Date: Sat Feb 10 13:50:54 2024 +0100
patch 9.1.0095: tests: test_restricted() fails
Problem: tests: test_restricted() fails
(after: v9.1.0091)
Solution: Add a space before the pipecmd and the actual Vim command to
run
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 10 Feb 2024 14:00:02 +0100 |
parents | 3147c7c2e86b |
children |
rev | line source |
---|---|
7 | 1 /* os_qnx.c */ |
7813
744c66477ba9
commit https://github.com/vim/vim/commit/4349c57543a98dc417b74da5a08c326337aa0bd3
Christian Brabandt <cb@256bit.org>
parents:
7
diff
changeset
|
2 void qnx_init(void); |
744c66477ba9
commit https://github.com/vim/vim/commit/4349c57543a98dc417b74da5a08c326337aa0bd3
Christian Brabandt <cb@256bit.org>
parents:
7
diff
changeset
|
3 void qnx_clip_init (void); |
17063
3147c7c2e86b
patch 8.1.1531: clipboard type name is inconsistent
Bram Moolenaar <Bram@vim.org>
parents:
7813
diff
changeset
|
4 int clip_mch_own_selection(Clipboard_T *cbd); |
3147c7c2e86b
patch 8.1.1531: clipboard type name is inconsistent
Bram Moolenaar <Bram@vim.org>
parents:
7813
diff
changeset
|
5 void clip_mch_lose_selection(Clipboard_T *cbd); |
3147c7c2e86b
patch 8.1.1531: clipboard type name is inconsistent
Bram Moolenaar <Bram@vim.org>
parents:
7813
diff
changeset
|
6 void clip_mch_request_selection(Clipboard_T *cbd); |
3147c7c2e86b
patch 8.1.1531: clipboard type name is inconsistent
Bram Moolenaar <Bram@vim.org>
parents:
7813
diff
changeset
|
7 void clip_mch_set_selection(Clipboard_T *cbd); |
7 | 8 /* vim: set ft=c : */ |