Lines Matching refs:userdata
11 3. List userdata |lua-list|
12 4. Dict userdata |lua-dict|
13 5. Blob userdata |lua-blob|
14 6. Funcref userdata |lua-funcref|
15 7. Buffer userdata |lua-buffer|
16 8. Window userdata |lua-window|
195 userdata (see |lua-list| and |lua-dict|).
260 3. List userdata *lua-list*
262 List userdata represent vim lists, and the interface tries to follow closely
312 4. Dict userdata *lua-dict*
314 Similarly to list userdata, dict userdata represent vim dictionaries; since
341 5. Blob userdata *lua-blob*
343 Blob userdata represent vim blobs. A blob "b" has the following properties:
368 6. Funcref userdata *lua-funcref*
370 Funcref userdata represent funcref variables in Vim. Funcrefs that were
409 7. Buffer userdata *lua-buffer*
411 Buffer userdata represent vim buffers. A buffer userdata "b" has the following
461 8. Window userdata *lua-window*
463 Window objects represent vim windows. A window userdata "w" has the following
506 list, dict, blob, and funcref userdata are converted to their Vim respective
508 conversion of any of the remaining Lua types, including userdata other than