Mercurial > vim
view src/proto/os_qnx.pro @ 17885:5e2d8840da11 v8.1.1939
patch 8.1.1939: code for handling v: variables in generic eval file
Commit: https://github.com/vim/vim/commit/e5cdf153bcb348c68011b308c8988cea42d6ddeb
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Aug 29 22:09:46 2019 +0200
patch 8.1.1939: code for handling v: variables in generic eval file
Problem: Code for handling v: variables in generic eval file.
Solution: Move v: variables to evalvars.c. (Yegappan Lakshmanan,
closes #4872)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 29 Aug 2019 22:15:04 +0200 |
parents | 3147c7c2e86b |
children |
line wrap: on
line source
/* os_qnx.c */ void qnx_init(void); void qnx_clip_init (void); int clip_mch_own_selection(Clipboard_T *cbd); void clip_mch_lose_selection(Clipboard_T *cbd); void clip_mch_request_selection(Clipboard_T *cbd); void clip_mch_set_selection(Clipboard_T *cbd); /* vim: set ft=c : */