comparison src/vim.h @ 9221:17fa362f10be v7.4.1894

commit https://github.com/vim/vim/commit/511972d810ea490955161ff5097ec2f57919ceaf Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 4 18:09:59 2016 +0200 patch 7.4.1894 Problem: Cannot get the window ID for a mouse click. Solution: Add v:mouse_winid.
author Christian Brabandt <cb@256bit.org>
date Sat, 04 Jun 2016 18:15:05 +0200
parents 9495e43a800d
children 6c4d610fce0a
comparison
equal deleted inserted replaced
9220:29a8841b4025 9221:17fa362f10be
1885 #define VV_SWAPNAME 46 1885 #define VV_SWAPNAME 46
1886 #define VV_SWAPCHOICE 47 1886 #define VV_SWAPCHOICE 47
1887 #define VV_SWAPCOMMAND 48 1887 #define VV_SWAPCOMMAND 48
1888 #define VV_CHAR 49 1888 #define VV_CHAR 49
1889 #define VV_MOUSE_WIN 50 1889 #define VV_MOUSE_WIN 50
1890 #define VV_MOUSE_LNUM 51 1890 #define VV_MOUSE_WINID 51
1891 #define VV_MOUSE_COL 52 1891 #define VV_MOUSE_LNUM 52
1892 #define VV_OP 53 1892 #define VV_MOUSE_COL 53
1893 #define VV_SEARCHFORWARD 54 1893 #define VV_OP 54
1894 #define VV_HLSEARCH 55 1894 #define VV_SEARCHFORWARD 55
1895 #define VV_OLDFILES 56 1895 #define VV_HLSEARCH 56
1896 #define VV_WINDOWID 57 1896 #define VV_OLDFILES 57
1897 #define VV_PROGPATH 58 1897 #define VV_WINDOWID 58
1898 #define VV_COMPLETED_ITEM 59 1898 #define VV_PROGPATH 59
1899 #define VV_OPTION_NEW 60 1899 #define VV_COMPLETED_ITEM 60
1900 #define VV_OPTION_OLD 61 1900 #define VV_OPTION_NEW 61
1901 #define VV_OPTION_TYPE 62 1901 #define VV_OPTION_OLD 62
1902 #define VV_ERRORS 63 1902 #define VV_OPTION_TYPE 63
1903 #define VV_FALSE 64 1903 #define VV_ERRORS 64
1904 #define VV_TRUE 65 1904 #define VV_FALSE 65
1905 #define VV_NULL 66 1905 #define VV_TRUE 66
1906 #define VV_NONE 67 1906 #define VV_NULL 67
1907 #define VV_VIM_DID_ENTER 68 1907 #define VV_NONE 68
1908 #define VV_TESTING 69 1908 #define VV_VIM_DID_ENTER 69
1909 #define VV_LEN 70 /* number of v: vars */ 1909 #define VV_TESTING 70
1910 #define VV_LEN 71 /* number of v: vars */
1910 1911
1911 /* used for v_number in VAR_SPECIAL */ 1912 /* used for v_number in VAR_SPECIAL */
1912 #define VVAL_FALSE 0L 1913 #define VVAL_FALSE 0L
1913 #define VVAL_TRUE 1L 1914 #define VVAL_TRUE 1L
1914 #define VVAL_NONE 2L 1915 #define VVAL_NONE 2L