Mercurial > vim
annotate src/proto/os_qnx.pro @ 21483:de74d764d36c v8.2.1292
patch 8.2.1292: AIDL filetype not recognized
Commit: https://github.com/vim/vim/commit/2afc3b4f776a4fe2bb22d0a79e77012d79b4ec1e
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jul 25 16:53:12 2020 +0200
patch 8.2.1292: AIDL filetype not recognized
Problem: AIDL filetype not recognized.
Solution: Add filetype detection. (Dominique Pell?, closes https://github.com/vim/vim/issues/6533)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 25 Jul 2020 17:00:04 +0200 |
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 : */ |