comparison src/vim.h @ 9217:9495e43a800d v7.4.1892

commit https://github.com/vim/vim/commit/c9721bdc63378cc6123e775ffe43e9cba30322b3 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 4 17:41:03 2016 +0200 patch 7.4.1892 Problem: balloon eval only gets the window number, not the ID. Solution: Add v:beval_winid.
author Christian Brabandt <cb@256bit.org>
date Sat, 04 Jun 2016 17:45:05 +0200
parents 18bbf31015c2
children 17fa362f10be
comparison
equal deleted inserted replaced
9216:ef01d1e6e825 9217:9495e43a800d
1875 #define VV_PROFILING 36 1875 #define VV_PROFILING 36
1876 #define VV_FCS_REASON 37 1876 #define VV_FCS_REASON 37
1877 #define VV_FCS_CHOICE 38 1877 #define VV_FCS_CHOICE 38
1878 #define VV_BEVAL_BUFNR 39 1878 #define VV_BEVAL_BUFNR 39
1879 #define VV_BEVAL_WINNR 40 1879 #define VV_BEVAL_WINNR 40
1880 #define VV_BEVAL_LNUM 41 1880 #define VV_BEVAL_WINID 41
1881 #define VV_BEVAL_COL 42 1881 #define VV_BEVAL_LNUM 42
1882 #define VV_BEVAL_TEXT 43 1882 #define VV_BEVAL_COL 43
1883 #define VV_SCROLLSTART 44 1883 #define VV_BEVAL_TEXT 44
1884 #define VV_SWAPNAME 45 1884 #define VV_SCROLLSTART 45
1885 #define VV_SWAPCHOICE 46 1885 #define VV_SWAPNAME 46
1886 #define VV_SWAPCOMMAND 47 1886 #define VV_SWAPCHOICE 47
1887 #define VV_CHAR 48 1887 #define VV_SWAPCOMMAND 48
1888 #define VV_MOUSE_WIN 49 1888 #define VV_CHAR 49
1889 #define VV_MOUSE_LNUM 50 1889 #define VV_MOUSE_WIN 50
1890 #define VV_MOUSE_COL 51 1890 #define VV_MOUSE_LNUM 51
1891 #define VV_OP 52 1891 #define VV_MOUSE_COL 52
1892 #define VV_SEARCHFORWARD 53 1892 #define VV_OP 53
1893 #define VV_HLSEARCH 54 1893 #define VV_SEARCHFORWARD 54
1894 #define VV_OLDFILES 55 1894 #define VV_HLSEARCH 55
1895 #define VV_WINDOWID 56 1895 #define VV_OLDFILES 56
1896 #define VV_PROGPATH 57 1896 #define VV_WINDOWID 57
1897 #define VV_COMPLETED_ITEM 58 1897 #define VV_PROGPATH 58
1898 #define VV_OPTION_NEW 59 1898 #define VV_COMPLETED_ITEM 59
1899 #define VV_OPTION_OLD 60 1899 #define VV_OPTION_NEW 60
1900 #define VV_OPTION_TYPE 61 1900 #define VV_OPTION_OLD 61
1901 #define VV_ERRORS 62 1901 #define VV_OPTION_TYPE 62
1902 #define VV_FALSE 63 1902 #define VV_ERRORS 63
1903 #define VV_TRUE 64 1903 #define VV_FALSE 64
1904 #define VV_NULL 65 1904 #define VV_TRUE 65
1905 #define VV_NONE 66 1905 #define VV_NULL 66
1906 #define VV_VIM_DID_ENTER 67 1906 #define VV_NONE 67
1907 #define VV_TESTING 68 1907 #define VV_VIM_DID_ENTER 68
1908 #define VV_LEN 69 /* number of v: vars */ 1908 #define VV_TESTING 69
1909 #define VV_LEN 70 /* number of v: vars */
1909 1910
1910 /* used for v_number in VAR_SPECIAL */ 1911 /* used for v_number in VAR_SPECIAL */
1911 #define VVAL_FALSE 0L 1912 #define VVAL_FALSE 0L
1912 #define VVAL_TRUE 1L 1913 #define VVAL_TRUE 1L
1913 #define VVAL_NONE 2L 1914 #define VVAL_NONE 2L