Lines Matching refs:current
54 @buffer = Vim::Buffer.current
93 cw = Vim::Window.current # gets the current window
96 cb = Vim::Buffer.current # gets the current buffer
106 line = Vim::Buffer.current.line # gets the current line
107 num = Vim::Buffer.current.line_number # gets the current line number
108 Vim::Buffer.current.line = "test" # sets the current line number
149 current Returns the current buffer object.
166 line Returns the current line of the buffer if the buffer is
168 line = {str} Sets the current line of the buffer if the buffer is active.
169 line_number Returns the number of the current line if the buffer is
179 current Returns the current window object.
201 $curwin The current window object.
202 $curbuf The current buffer object.