Merged Patch by Aaron Schrab

This commit is contained in:
Holger Rapp 2012-08-15 11:41:16 +02:00
commit aae704bd1a

View File

@ -119,6 +119,8 @@ def new_scratch_buffer(text):
vim.buffers[-1][:] = text.splitlines() vim.buffers[-1][:] = text.splitlines()
feedkeys(r"\<Esc>")
def select(start, end): def select(start, end):
"""Select the span in Select mode""" """Select the span in Select mode"""