Mercurial > vim
annotate src/proto/os_qnx.pro @ 32039:f08ee1b65dbf v9.0.1351
patch 9.0.1351: Dhall files are not recognized
Commit: https://github.com/vim/vim/commit/def5521752abefe12db8cc3111a3b205ad1ac929
Author: Amaan Qureshi <amaanq12@gmail.com>
Date: Fri Feb 24 16:01:54 2023 +0000
patch 9.0.1351: Dhall files are not recognized
Problem: Dhall files are not recognized.
Solution: Add patterns for Dhall files. (Amaan Qureshi, closes https://github.com/vim/vim/issues/12052)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 24 Feb 2023 17:15:05 +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 : */ |