Re: ANN: vim-textobj-quotes - text objects for the closest pairs of quotes of any type

2014-04-11 Thread Anton Beloglazov
Thanks for your feedback! One major difference with the built-in text objects is that this plugin provides a single text object that handles three types of quotes in a unified way, i.e., with a single key binding. Another difference is that this plugin supports multiple lines, for example: Befo

Re: ANN: vim-textobj-quotes - text objects for the closest pairs of quotes of any type

2014-04-11 Thread aRkadeFR
Hello, IMHO a bit unnecessary with the builtin possible motions. I use lots of : di' da' etc. The only benefits would be your the example 3 and 5 on which I would need to do two successive commands. Am I right or there others benefits I haven't noticed? Thanks anyway for the plugin and the sh

Re: Trailing spaces in comments after gq inside php-files

2014-04-11 Thread Denilson Sá
On Thursday, July 30, 2009 4:04:22 AM UTC-3, Jerri wrote: > > One thing nonetheless bothers me. Without filetype plugins and indent, > if I reformat a commentblock (#) inside my php-code (e.g. by marking the > comment and pressing gq) everything works all right. > > Unfortunately using the plugin

Re: Official Windows build recipe

2014-04-11 Thread Eric Christopherson
Thanks, but I'm looking for the exact way the official binary is produced (or as close to it as I can get). I suppose that might be tangential to fixing the problem I found, however. I guess it would be really great if the Vim Windows team just released a new binary installer that fixed my bug. Do

Re: Select entire line based on tag, then export only those lines of text

2014-04-11 Thread Charles Campbell
Greg Nevius wrote: Hello everyone! First off, let me say that I am a designer, and don't have the higher level of thinking required to do what I would like to accomplish. That being said, if anyone could help me, I would be so, so grateful and appreciative! Here's what I've got - a tab delimi

Re: Select entire line based on tag, then export only those lines of text

2014-04-11 Thread Tim Chase
On 2014-04-11 07:37, Greg Nevius wrote: > Hello everyone! First off, let me say that I am a designer, and > don't have the higher level of thinking required to do what I would > like to accomplish. That being said, if anyone could help me, I > would be so, so grateful and appreciative! > > Here's

Re: Official Windows build recipe

2014-04-11 Thread Marc Weber
google: "wiki vim build windows" eg shows http://vim.wikia.com/wiki/Build_Python-enabled_Vim_on_Windows_with_MinGW Marc Weber -- -- 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://

Re: Select entire line based on tag, then export only those lines of text

2014-04-11 Thread Mart Lubbers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 :g/pattern/d to delete lines matching pattern :g!/pattern/d to delete lines not matching pattern so just do :g!/\cambulance/d and then :w newfile to save the lines containing ambulance to newfile. The \c is for matching case insensitive. Mart On

Select entire line based on tag, then export only those lines of text

2014-04-11 Thread Greg Nevius
Hello everyone! First off, let me say that I am a designer, and don't have the higher level of thinking required to do what I would like to accomplish. That being said, if anyone could help me, I would be so, so grateful and appreciative! Here's what I've got - a tab delimited text file ~1.6GB

Official Windows build recipe

2014-04-11 Thread echristopherson
Hello, list! What's the procedure used to build the official Windows Vim and Gvim, including the installer? (I'm trying to troubleshoot some crashes in the newest official Windows build -- 2013.08.10 -- when viewing a certain file. I've succeeded in building from HEAD, and it doesn't have the

dtd2vim

2014-04-11 Thread russurquhart1
Hi, I am trying to use the dtd2vim perl script. I have perl installed, and have been able to use other perl installations, but this one doesn't seem to work. I sent some email to the developer, but haven't heard anything. Has anyone used this, or had any success? Thanks, Russ -- -- You

Re: vim drawit vs. http://asciiflow.com/#Draw

2014-04-11 Thread Charles Campbell
ping song wrote: hi Dr. Chip: I'm a big fan of your Drawit plugin (thanks!). today I hear of asciiflow.com/#Draw , it looks surprisingly nice too. I guess it's not possible to have the similiar ability in vim? I just glanced at asciiflow. What is it that you want t

Re: New to Vim

2014-04-11 Thread Paul Stewart
John, Powershell and vim are 2 separate apps...you'll be able to use either Paul S On 4/10/2014 10:28 PM, john s wrote: Hello, I have a quick question that i would greatly appreciate help with. I am taking programming courses to get my degree in Computer Information Systems and i am currentl

Re: Troubles with perl script in Vim

2014-04-11 Thread Егор
11.04.2014 16:44, Dan Lowe написав(ла): On Fri, Apr 11, 2014, at 04:53 AM, Егор wrote: Trying to set to status line current subname, using this manual http://blogs.perl.org/users/ovid/2011/01/show-perl-subname-in-vim-statusline.html First problem - when I put it on my vimrc I get error on vim s

Re: Troubles with perl script in Vim

2014-04-11 Thread Dan Lowe
On Fri, Apr 11, 2014, at 04:53 AM, Егор wrote: > Trying to set to status line current subname, using this manual > http://blogs.perl.org/users/ovid/2011/01/show-perl-subname-in-vim-statusline.html > First problem - when I put it on my vimrc I get error on vim start > line 11: > E126: Missing :

Troubles with perl script in Vim

2014-04-11 Thread Егор
Trying to set to status line current subname, using this manual http://blogs.perl.org/users/ovid/2011/01/show-perl-subname-in-vim-statusline.html First problem - when I put it on my vimrc I get error on vim start line 11: E126: Missing :endfunction my vimrc is empty, I put there only script fro

Re: New to Vim

2014-04-11 Thread Gerald Klein
firstly Vim and Power Shell is like apples and oranges. Power Shell is a command line console implementation. Vim is an editor. So in answer to your question no they do not effect each other. On Fri, Apr 11, 2014 at 12:28 AM, john s wrote: > Hello, I have a quick question that i would greatly a

ANN: vim-textobj-quotes - text objects for the closest pairs of quotes of any type

2014-04-11 Thread Anton Beloglazov
Hi All, I'm happy to announce a new plugin: vim-textobj-quotes - text objects for the closest pairs of quotes of any type. https://github.com/beloglazov/vim-textobj-quotes Using only `iq` or `aq` it allows you to operate on the content of single ('), double ("), or back (`) quotes that current

Re: systematic replacement of text

2014-04-11 Thread Natércia Fernandes
On Wednesday, April 09, 2014 09:41:53 PM you wrote: > > Am I overlooking something? > > I see. The difference comes from virtualedit: I have it set to > all, you seem to have it left to the default (which is unset). As a > workaround, you can triple the last %, so that `` jumps to the right

Re: Compile vim with perl

2014-04-11 Thread Shlomi Fish
Hi Erop, On Fri, 11 Apr 2014 11:41:48 +0300 Егор wrote: > First problem - during configure got such message > checking if compile and link flags for Perl are sane... no PERL DISABLED > using this > ./configure --with-features=huge --enable-rubyinterp > --enable-pythoninterp --enable-luainterp -

Re: Compile vim with perl

2014-04-11 Thread Егор
First problem - during configure got such message checking if compile and link flags for Perl are sane... no PERL DISABLED using this ./configure --with-features=huge --enable-rubyinterp --enable-pythoninterp --enable-luainterp --enable-perlinterp=yes --enable-cscope --prefix=$HOME/apps/vim > co

Re: Compile vim with perl

2014-04-11 Thread Shlomi Fish
Hi Erop, On Fri, 11 Apr 2014 10:59:48 +0300 Егор wrote: > Need to use perl in vimscript. My system vim on :echo has('per') prints > 0. I hav no expirience in compiling vim so can anyone help me to buil > vim with perl? I'm using the following script to build perl: #!/bin/bash set -x ./c

Compile vim with perl

2014-04-11 Thread Егор
Need to use perl in vimscript. My system vim on :echo has('per') prints 0. I hav no expirience in compiling vim so can anyone help me to buil vim with perl? -- -- 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