comparison src/eval.c @ 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 2f57d93bdbf6
children 6c05b5e5c1be
comparison
equal deleted inserted replaced
2608:7d8af31066c8 2609:758822790b43
360 {VV_NAME("mouse_lnum", VAR_NUMBER), 0}, 360 {VV_NAME("mouse_lnum", VAR_NUMBER), 0},
361 {VV_NAME("mouse_col", VAR_NUMBER), 0}, 361 {VV_NAME("mouse_col", VAR_NUMBER), 0},
362 {VV_NAME("operator", VAR_STRING), VV_RO}, 362 {VV_NAME("operator", VAR_STRING), VV_RO},
363 {VV_NAME("searchforward", VAR_NUMBER), 0}, 363 {VV_NAME("searchforward", VAR_NUMBER), 0},
364 {VV_NAME("oldfiles", VAR_LIST), 0}, 364 {VV_NAME("oldfiles", VAR_LIST), 0},
365 {VV_NAME("windowid", VAR_NUMBER), VV_RO},
365 }; 366 };
366 367
367 /* shorthand */ 368 /* shorthand */
368 #define vv_type vv_di.di_tv.v_type 369 #define vv_type vv_di.di_tv.v_type
369 #define vv_nr vv_di.di_tv.vval.v_number 370 #define vv_nr vv_di.di_tv.vval.v_number