Lines Matching refs:number
91 num = Vim::Window.count # gets the number of windows
94 num = Vim::Buffer.count # gets the number of buffers
102 num = b.count # gets the number of lines
107 num = Vim::Buffer.current.line_number # gets the current line number
108 Vim::Buffer.current.line = "test" # sets the current line number
135 - a Integer if the Vim expression evaluates to a number
150 count Returns the number of buffers.
151 self[{n}] Returns the buffer object for the number {n}. The first number
157 number Returns the number of the buffer.
158 count Returns the number of lines.
159 length Returns the number of lines.
160 self[{n}] Returns a line from the buffer. {n} is the line number.
162 Sets a line in the buffer. {n} is the line number.
163 delete({n}) Deletes a line from the buffer. {n} is the line number.
169 line_number Returns the number of the current line if the buffer is
180 count Returns the number of windows.
181 self[{n}] Returns the window object for the number {n}. The first number
192 First line number is 1 and first column number is 0.