Re: Vim on the iPad

2013-03-20 Thread Eric Weir
On Mar 18, 2013, at 2:29 PM, MickMcQ m...@umich.edu wrote: I'd like to add that I use Vim in two main ways on the iPad 3. Most often, I log into a remote Mac using either iSSH or iTeleport. No iPad text editor conserves keystrokes the way Vim does, so that's my main motivation. I was aware

Re: Vim on the iPad

2013-03-20 Thread Jeroen Budts
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 03/20/2013 01:06 PM, Eric Weir wrote: On Mar 18, 2013, at 2:29 PM, MickMcQ m...@umich.edu wrote: Three necessities that'd cause me to go to any length to get it if they were met: (1) an appropriate keyboard, (2) cut and paste between apps,

Re: Vim on the iPad

2013-03-20 Thread Eric Weir
On Mar 20, 2013, at 8:22 AM, Jeroen Budts wrote: (3) The latest Vimtouch release (2.3, released yesterday) now uses some standaard Android interface to open files which let you choose files from other apps. This even allows you to immediately select a file from your Dropbox. A really nice

Re: dbext and bufexplorer plugins: compatibility issues

2013-03-20 Thread David Fishburn
On Wed, Mar 13, 2013 at 2:34 AM, Naveen J P jnav...@ltp.soft.net wrote: Hi Group, dbext is a cool plugin but it causes issues in the bufexplorer plugin. For e.g., when I try to delete a buffer(via the bufexplorer plugin), it doesn't work. I fixed this by commenting out autocmd BufDelete in

Re: open quickfix windows after csope and jump

2013-03-20 Thread FlashBurn
On Tuesday, March 19, 2013 5:54:23 PM UTC-4, Christian Brabandt wrote: Hi FlashBurn! On Di, 19 M�r 2013, FlashBurn wrote: I have the following function 1 function! CscopeFind(action, word) 2 try 3exe ':cs f '.a:action.' '.a:word 4exe ':copencr' 5

Re: open quickfix windows after csope and jump

2013-03-20 Thread FlashBurn
On Wednesday, March 20, 2013 9:54:47 AM UTC-4, FlashBurn wrote: On Tuesday, March 19, 2013 5:54:23 PM UTC-4, Christian Brabandt wrote: Hi FlashBurn! On Di, 19 M�r 2013, FlashBurn wrote: I have the following function 1 function!

re: pwd seems to depend on the window

2013-03-20 Thread Paul
On May 14 2012, 12:26 pm, Ben Fritz wrote: On Friday, May 11, 2012 8:41:20 PM UTC-5, Paul wrote: Will do...as soon as I find the circumstances that gave rise to the problem. It doesn't always seem to exhibit itself. I know on Windows, Vim sometimes changes directories to the file's path when

Is there some copy of vim sources on github?

2013-03-20 Thread skeept
Hi, I recall someone having a(non-official) copy of the vim sources on github. This is useful for me because I can download the sources as a zip file. The network configurations of the place where I work don't allow to clone directly from googlecode (or from other places either). Could someone

Re: Is there some copy of vim sources on github?

2013-03-20 Thread Christian Brabandt
Hi skeept! On Mi, 20 Mär 2013, skeept wrote: Hi, I recall someone having a(non-official) copy of the vim sources on github. This is useful for me because I can download the sources as a zip file. The network configurations of the place where I work don't allow to clone directly from

Re: Replacing CRLF

2013-03-20 Thread george gutman
Jerry, Just got back to this issue... I actually had gotten this advice from Mr. Google, but it doesn't work for me, if I go into insert mode and type CTRL V, all that happens is that the contents of the Windows scrap get pasted at the position of the cursor. (I think I also replied on the

Re: Replacing CRLF

2013-03-20 Thread Gary Johnson
On 2013-03-20, george gutman wrote: On Sat, Feb 16, 2013 at 4:20 AM, Jerry Rocteur wrote: Hi George, On 16 Feb 2013, at 07:03, George Gutman wrote: I'm using Vim under Windows (XP and 7). I would like to universally replace text which includes a CRLF with some other text. In MSWord I

Re: How to get rid of oddly-highlighted keywords in Vim

2013-03-20 Thread Charles E Campbell
Benjamin Klein wrote: For what it's worth, I am using Vim for a Grails project, written in Groovy, and I have the Groovy plugin[1] installed. There are certain keywords (“delete” is one) that for some reason are highlighted in red wherever they occur in my source files. What might be the