view src/os_qnx.h @ 26528:4d8226001391 v8.2.3793

patch 8.2.3793: using "g:Func" as a funcref does not work in script context Commit: https://github.com/vim/vim/commit/ef082e12df2cafe177b2ac9f6922393223ccf83b Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 12 21:02:03 2021 +0000 patch 8.2.3793: using "g:Func" as a funcref does not work in script context Problem: Using "g:Func" as a funcref does not work in script context because "g:" is dropped. Solution: Keep "g:" in the name. Also add parenthesis to avoid confusing operator prececence. (closes #9336)
author Bram Moolenaar <Bram@vim.org>
date Sun, 12 Dec 2021 22:15:03 +0100
parents 6e3dc2d630c2
children
line wrap: on
line source

/* vi:set ts=8 sts=4 sw=4 noet:
 *
 * VIM - Vi IMproved	by Bram Moolenaar
 *
 * Do ":help uganda"  in Vim to read copying and usage conditions.
 * Do ":help credits" in Vim to see a list of people who contributed.
 */

#ifdef __QNXNTO__
# include <sys/procmgr.h>
#endif

#define	USE_TMPNAM

#define POSIX	    // Used by pty.c

#if defined(FEAT_GUI_PHOTON)
extern int is_photon_available;
#endif