Re: ANN: YankRing 17.0

2013-04-28 Thread AK
On 04/28/2013 07:47 PM, David Fishburn wrote: What version of the YankRing are you using? :echo g:loaded_yankring I was using 13 but now I tried with 17 and I get the same issue. Also, what version of Vim are you using, I am most concerned with the patch numbers. :ver '10 aug 15; :ver doe

Re: ANN: YankRing 17.0

2013-04-28 Thread David Fishburn
What version of the YankRing are you using? :echo g:loaded_yankring Also, what version of Vim are you using, I am most concerned with the patch numbers. :ver Can you give me a line of text, and the macro you recorded. I don't see the problem when I record a macro with dt" with version 17.0. I am

Still having different pwd for different windows

2013-04-28 Thread AndyHancock
I posted previously about the fact that pwd returns different directories for different windows. I was pointed to autochdir, in particular: verbose set autochdir? which always returns noautochdir. I already have noautochdir in my vimrc, and the above command indicates that netrw was last to

Re: ANN: YankRing 17.0

2013-04-28 Thread AK
Hi David, one issue I've run into with yankring is that if I make a recording using q command, it works fine as I record it, but once I try to play it back, it gets stuck on a command like dt" and yankring asks for a character. I use Vim 7.3. Is there a workaround for this? Thanks, -ak On 04/

ANN: YankRing 17.0

2013-04-28 Thread David Fishburn
YankRing.vim : Maintains a history of previous yanks, changes and deletes http://www.vim.org/scripts/script.php?script_id=1234 What does it do? Inspired by the Emacs kill ring. Allows you to retrieve previous yanks, deletes and changed text and cycle through them choosing which item you need. I

Re: outlookvim

2013-04-28 Thread David Fishburn
Thanks for the email. Which version of OutlookVim are you using? :echo g:loaded_outlook > Note too that the user is not correctly identified in the file name and there is no such user on the system, but the user name identified is the correct name but truncated with and the case is changed, e.g.

Re: I'm not getting highlighting syntax for .twig files..

2013-04-28 Thread Javier Garcia
On Saturday, 27 April 2013 20:27:13 UTC+2, Phil Dobbin wrote: > On 27/04/2013 14:41, Javier Garcia wrote: > 'au BufRead,BufNewFile {*.twig} set ft=htmljinja' Thanks, works! -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are rep

outlookvim

2013-04-28 Thread p_s_c
Re: plugin outlookvim: Using Gim on win7 service pack1 and Outlook2010 I get the following error: "Outlook Vim: Could not replace new line characters in file[c:\Users\HPOTT~1\Appdata\Local\Temp\radF2DBF.outlook]5:Invalid procedure call or argument." The above error occurs after clicking on the

Re: I'm not getting highlighting syntax for .twig files..

2013-04-28 Thread Benji Fisher
On Sat, Apr 27, 2013 at 5:05 PM, Phil Dobbin wrote: > On 27/04/2013 19:39, Gary Johnson wrote: > > On 2013-04-27, Phil Dobbin wrote: > >> On 27/04/2013 14:41, Javier Garcia wrote: > >> > >>> Hi, > >>> > >>> I have installed .vim/syntax/htmljinja.vim and wrote this in my .vimrc: > >>> > >>> au Buf

Re: Omni completion (^O^N^P) Pattern not found

2013-04-28 Thread rlewis
In vim, typing ':set omnifunc' returns omnifunc=javacomplete#Complete with easytags; without easytags it still shows omnifunc=javacomplete#Complete For configuring indexer plugin, is the file .indexer_files with content as below correct? .indexer_files [PROJECTS_PARENT] option:ctag

Re: Omni completion (^O^N^P) Pattern not found

2013-04-28 Thread Asis Hallab
Dear Riewis, this might be a workaround: http://www.vim.org/scripts/script.php?script_id=3221 I use Indexer to automatically update my tag files every time I save a code file. I find it very useful, because you don't have to manually invoke the tag update. Give it a try. Cheers! 2013/4/28 Dirk

How to Install Powerline on windows

2013-04-28 Thread kk
Hi all I'm a noob of vim. I tried to install powerline (Lokaltog/powerline) these days, but still failed. There is no doc about intallation on windows,so I want to know the steps of install it on windows. Thanks for your sight and appriciate for any anyhelp. For now, I download the git zip. Use