comparison runtime/doc/eval.txt @ 9904:24900147aa44 v7.4.2226

commit https://github.com/vim/vim/commit/339288377072f66ec88e21903e75a82d23ffbf4f Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 18 21:22:04 2016 +0200 patch 7.4.2226 Problem: The field names used by getbufinfo(), gettabinfo() and getwininfo() are not consistent. Solution: Use bufnr, winnr and tabnr. (Yegappan Lakshmanan)
author Christian Brabandt <cb@256bit.org>
date Thu, 18 Aug 2016 21:30:07 +0200
parents b01afb4e8f66
children 2b6654519a7c
comparison
equal deleted inserted replaced
9903:fee4b54981cd 9904:24900147aa44
4002 above. If the buffer is found the returned List has one item. 4002 above. If the buffer is found the returned List has one item.
4003 Otherwise the result is an empty list. 4003 Otherwise the result is an empty list.
4004 4004
4005 Each returned List item is a dictionary with the following 4005 Each returned List item is a dictionary with the following
4006 entries: 4006 entries:
4007 bufnr buffer number.
4007 changed TRUE if the buffer is modified. 4008 changed TRUE if the buffer is modified.
4008 changedtick number of changes made to the buffer. 4009 changedtick number of changes made to the buffer.
4009 hidden TRUE if the buffer is hidden. 4010 hidden TRUE if the buffer is hidden.
4010 listed TRUE if the buffer is listed. 4011 listed TRUE if the buffer is listed.
4011 lnum current line number in buffer. 4012 lnum current line number in buffer.
4012 loaded TRUE if the buffer is loaded. 4013 loaded TRUE if the buffer is loaded.
4013 name full path to the file in the buffer. 4014 name full path to the file in the buffer.
4014 nr buffer number.
4015 options dictionary of buffer local options. 4015 options dictionary of buffer local options.
4016 signs list of signs placed in the buffer. 4016 signs list of signs placed in the buffer.
4017 Each list item is a dictionary with 4017 Each list item is a dictionary with
4018 the following fields: 4018 the following fields:
4019 id sign identifier 4019 id sign identifier