comparison src/vim.h @ 2609:758822790b43 v7.3.031

updated for version 7.3.031 Problem: Can't pass the X window ID to another application. Solution: Add v:windowid. (Christian J. Robinson, Lech Lorens)
author Bram Moolenaar <bram@vim.org>
date Wed, 20 Oct 2010 19:17:48 +0200
parents 10ce04af8c5b
children b2a7d143abe2
comparison
equal deleted inserted replaced
2608:7d8af31066c8 2609:758822790b43
1840 #define VV_MOUSE_LNUM 50 1840 #define VV_MOUSE_LNUM 50
1841 #define VV_MOUSE_COL 51 1841 #define VV_MOUSE_COL 51
1842 #define VV_OP 52 1842 #define VV_OP 52
1843 #define VV_SEARCHFORWARD 53 1843 #define VV_SEARCHFORWARD 53
1844 #define VV_OLDFILES 54 1844 #define VV_OLDFILES 54
1845 #define VV_LEN 55 /* number of v: vars */ 1845 #define VV_WINDOWID 55
1846 #define VV_LEN 56 /* number of v: vars */
1846 1847
1847 #ifdef FEAT_CLIPBOARD 1848 #ifdef FEAT_CLIPBOARD
1848 1849
1849 /* VIM_ATOM_NAME is the older Vim-specific selection type for X11. Still 1850 /* VIM_ATOM_NAME is the older Vim-specific selection type for X11. Still
1850 * supported for when a mix of Vim versions is used. VIMENC_ATOM_NAME includes 1851 * supported for when a mix of Vim versions is used. VIMENC_ATOM_NAME includes