Wednesday, November 3, 2010

autocomplete goes to new line

I'm trying to use autocomplete in my code. Take for example the following code:

def whatever_function():
     # stuff

whatever[now I type CTRL+N]

It shows 'whatever_function' I select it and it puts it like this

whatever_function
<-- cursor is now here

I'd like to retain my current line. Can you help me please?
--
Mike Hoy


--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: