How to use

2014-10-10 Thread Jiaxing Wang
This wiki page: http://vim.wikia.com/wiki/Mapping_keys_in_Vim_-_Tutorial_(Part_3) says with the following maps in a script file: nnoremap \x /Topic nmap

How to use ?

2014-01-18 Thread BPJ
In usr_41.txt of the vim documentation there is the following example: ``` 24 noremap

How to use ptags.py

2011-11-11 Thread dyh_2011
HI, I want to use python auto complete plugin in vim.After I downloadtaglist_45.zip fromhttp://www.vim.org/scripts/script.php?script_id=273, and put taglist.vim in C:\Program Files\Vim\vim73\plugin, I write in _vimrc file : filetype plugin on autocmd FileType python set omnifunc=python

how to use z

2012-03-05 Thread sinbad
hi, i'm trying to use z in vim script. i am using as follows, execute "normal z" but, it doesnt seem to be working, what is missing ? tia sinbad -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For mor

Re: How to use

2014-10-10 Thread glts
Hi, On Friday, October 10, 2014 12:04:17 PM UTC+2, jiaxing_wang wrote: > This wiki page: > > http://vim.wikia.com/wiki/Mapping_keys_in_Vim_-_Tutorial_(Part_3) > > > > > says with the following maps in a script file: > > > nnoremap \x /Topic > nmap

Re: How to use

2014-10-10 Thread glts
On Friday, October 10, 2014 12:55:08 PM UTC+2, glts wrote: > Hi, > > On Friday, October 10, 2014 12:04:17 PM UTC+2, jiaxing_wang wrote: > > This wiki page: > > > > http://vim.wikia.com/wiki/Mapping_keys_in_Vim_-_Tutorial_(Part_3) > > > > > > > > > > says with the following maps in a script fi

Re: How to use

2014-10-10 Thread Павлов Николай Александрович
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On October 10, 2014 2:55:08 PM GMT+03:00, glts <676c7...@gmail.com> wrote: >Hi, > >On Friday, October 10, 2014 12:04:17 PM UTC+2, jiaxing_wang wrote: >> This wiki page: >> >> http://vim.wikia.com/wiki/Mapping_keys_in_Vim_-_Tutorial_(Part_3) >> >> >>

Re:Re: How to use

2014-10-10 Thread Jiaxing Wang
At 2014-10-10 19:06:21, "glts" <676c7...@gmail.com> wrote: >On Friday, October 10, 2014 12:55:08 PM UTC+2, glts wrote: >> Hi, >> >> On Friday, October 10, 2014 12:04:17 PM UTC+2, jiaxing_wang wrote: >> > This wiki page: >> > >> > http://vim.wikia.com/wiki/Mapping_keys_in_Vim_-_Tutorial_(Part_3) >

Re: How to use

2014-10-11 Thread Jiaxing Wang
On 10/11/2014 04:29 PM, glts wrote: > On Saturday, October 11, 2014 4:32:18 AM UTC+2, jiaxing_wang wrote: >> At 2014-10-10 19:06:21, "glts" <676c...@gmail.com> wrote:>On Friday, October >> 10, 2014 12:55:08 PM UTC+2, glts wrote: Hi, On Friday, October 10, 2014 12:04:17 PM UTC+2, jia

Re: How to use

2014-10-11 Thread glts
On Saturday, October 11, 2014 5:12:43 PM UTC+2, jiaxing_wang wrote: > On 10/11/2014 04:29 PM, glts wrote: > > On Saturday, October 11, 2014 4:32:18 AM UTC+2, jiaxing_wang wrote: > >> At 2014-10-10 19:06:21, "glts" <676c...@gmail.com> wrote:>On Friday, > >> October 10, 2014 12:55:08 PM UTC+2, glts

Re: How to use

2014-10-11 Thread Yegappan Lakshmanan
Hi, >> >> On Friday, October 10, 2014 12:04:17 PM UTC+2, jiaxing_wang wrote: >> > This wiki page: >> > >> > http://vim.wikia.com/wiki/Mapping_keys_in_Vim_-_Tutorial_(Part_3) >> > >> > >> > >> > >> > says with the following maps in a script file: >> > >

Re: How to use

2014-10-11 Thread Павлов Николай Александрович
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On October 12, 2014 1:30:38 AM GMT+03:00, Yegappan Lakshmanan wrote: >Hi, > >>> >>> On Friday, October 10, 2014 12:04:17 PM UTC+2, jiaxing_wang >wrote: >>> > This wiki page: >>> > >>> > >http://vim.wikia.com/wiki/Mapping_keys_

Re: How to use

2014-10-11 Thread Jiaxing Wang
On 10/12/2014 07:52 AM, Павлов Николай Александрович wrote: > On October 12, 2014 1:30:38 AM GMT+03:00, Yegappan Lakshmanan > wrote: > > Hi, > > >>> > >>> On Friday, October 10, 2014 12:04:17 PM UTC+2, jiaxing_wang > > wrote: > This wiki page: > > > > http://vim

How to use bufdo?

2014-12-18 Thread Ven Tadipatri
So I just learned about a cool new command called 'bufdo' where you can execute a command across multiple buffers. Unfortunately, I can't quite get it to work. I've got 2 buffers open side by side (this is output I've piped to vi, so it's not saved in any file) and I want to grep for "somestring"

How to use :help?

2015-09-13 Thread Niels Kobschaetzki
Hi, I read quite often "just use the help" or recently on the list "don't use google, use :help". But how do I "use" it? When I want to know if something is possible in vim, I never figured out how to search for it because I always got the feeling that I need at least to know what something is ca

How to use multiline foldtext() ?

2009-01-03 Thread anhnmncb
I have a foldtext() that generates a long line, I don't know how to let it wrap to next line to show the foldtext cross lines. Or is it unpossible at present? -- Regards, anhnmncb --~--~-~--~~~---~--~~ You received this message from the "vim_use" maillist. For m

How to use seperate dictionary?

2009-04-10 Thread Ricky
are can be used. How to use the only right dictionary for each file type: When editing java file, only the java's dictionary can be used? Regards! --~--~-~--~~~---~--~~ You received this message from the "vim_use" maillist. For more informat

Re: how to use z

2012-03-05 Thread Jürgen Krämer
Hi sinbad wrote: > > i'm trying to use z in vim script. > i am using as follows, > > execute "normal z" > > but, it doesnt seem to be working, > what is missing ? a backslash. If you want to use the <>-notation inside of a :normal command you must prefix the less-than sign with

how to use like notepad++ ???

2012-03-21 Thread danguria
Hello vim_use group members. I want to use vim like notepad++ editor. in other words, When I find string with notepad++, new window opens and shows find results. I want to use this feature in vim. sincere everyone. -- You received this message from the "vim_use" maillist. Do not top-post! Type

Re: Re: How to use

2014-10-11 Thread glts
On Saturday, October 11, 2014 4:32:18 AM UTC+2, jiaxing_wang wrote: > At 2014-10-10 19:06:21, "glts" <676c...@gmail.com> wrote:>On Friday, October > 10, 2014 12:55:08 PM UTC+2, glts wrote: > >> Hi, > >> > >> On Friday, October 10, 2014 12:04:17 PM UTC+2, jiaxing_wang wrote: > >> > This wiki page:

Re: How to use bufdo?

2014-12-18 Thread Tim Chase
On 2014-12-18 11:26, Ven Tadipatri wrote: > So I just learned about a cool new command called 'bufdo' where you > can execute a command across multiple buffers. Unfortunately, I > can't quite get it to work. The multi-file prefixes ("bufdo" along with its cousins "windo", "tabdo", and "argdo") ar

Re: How to use bufdo?

2014-12-19 Thread Tim Chase
[copying the mailing list as you seem to have just replied to me personally -- my own knowledge is limited, so it's good to tap the communal brain in case you stump me] On 2014-12-19 09:03, Ven Tadipatri wrote: > Hmm...I probably should have explained my scenario more clearly. > I have 2 buffer wi

Re: How to use :help?

2015-09-13 Thread glts
On Sunday, September 13, 2015 at 12:04:09 PM UTC+2, Niels Kobschätzki wrote: > I read quite often "just use the help" or recently on the list "don't > use google, use :help". But how do I "use" it? When I want to know if > something is possible in vim, I never figured out how to search for it > bec

Re: How to use :help?

2015-09-13 Thread Erik Christiansen
On 13.09.15 12:03, Niels Kobschaetzki wrote: > I read quite often "just use the help" or recently on the list "don't > use google, use :help". But how do I "use" it? When I want to know if > something is possible in vim, I never figured out how to search for it > because I always got the feeling th

Re: How to use :help?

2015-09-13 Thread Tony Mechelynck
On Sun, Sep 13, 2015 at 1:02 PM, glts <676c7...@gmail.com> wrote: > On Sunday, September 13, 2015 at 12:04:09 PM UTC+2, Niels Kobschätzki wrote: >> I read quite often "just use the help" or recently on the list "don't >> use google, use :help". But how do I "use" it? When I want to know if >> somet

Re: How to use :help?

2015-09-13 Thread Christian Brabandt
so access :h windows.txt and read your way through if you are looking for window handling command. 10) Ex-commands always start with ":", so :h :s covers the :s command 11) use Ctrl-D after typing a topic and let Vim try to complete to all available topics. 12) :helpgrep to search

Re: How to use :help?

2015-09-13 Thread Christian Brabandt
Hi vim_use! On So, 13 Sep 2015, Christian Brabandt wrote: > 1) Options generally are enclosed in single parenthesis. So you would not parenthesis but apostrophes. Best, Christian -- Hinter jedem großen Mann steckt eine Frau, die ihn dressiert hat. -- -- You received this message from the "v

Re: How to use :help?

2015-09-14 Thread Niels Kobschaetzki
On 13/09 15:01, Christian Brabandt wrote: Hi Niels! On So, 13 Sep 2015, Niels Kobschaetzki wrote: Hi, I read quite often "just use the help" or recently on the list "don't use google, use :help". But how do I "use" it? When I want to know if something is possible in vim, I never figured out h

Re: How to use :help?

2015-09-14 Thread Elimar Riesebieter
* Christian Brabandt [2015-09-13 15:01 +0200]: > Hi Niels! > > On So, 13 Sep 2015, Niels Kobschaetzki wrote: > > > Hi, > > > > I read quite often "just use the help" or recently on the list "don't > > use google, use :help". But how do I "use" it? When I want to know if > > something is possib

Re: How to use :help?

2015-09-14 Thread Ben Fritz
On Monday, September 14, 2015 at 3:41:13 AM UTC-5, Elimar Riesebieter wrote: > > > > Also the help has the advantage, of belonging to your particular vim > > version (well, usually), so that obsolete topics or topics that have > > been added later won't turn up. > > > > Therefore, it is essenti

Re: How to use :help?

2015-09-14 Thread Elimar Riesebieter
* Ben Fritz [2015-09-14 08:04 -0700]: > On Monday, September 14, 2015 at 3:41:13 AM UTC-5, Elimar Riesebieter wrote: [...]> > > 1) Options generally are enclosed in single parenthesis. So you would > > [...] > > > 20) compiled extra features always start with "+" so :h +conceal > > > talks a

Re: How to use :help?

2015-09-14 Thread Christian Brabandt
Additionally, 21) Error codes can be looked up directly in the help. So :h E297 takes you exactly to the description of the error message. Sometimes however, those error codes are not described, but rather are listed at the vim command, that usually causes this. So E128 takes you

how to use v:termrbgresp & friends

2018-04-30 Thread Danek Duvall
I've been trying to use v:termrbgresp to determine what color scheme to use, but I can't figure out how to use it successfully. I tried simply testing against it in my .vimrc, but that doesn't work, probably because it hasn't been set yet. Sort of like v:termresponse, which r

Re: How to use multiline foldtext() ?

2009-01-03 Thread Tony Mechelynck
On 04/01/09 02:45, anhnmncb wrote: > I have a foldtext() that generates a long line, I don't know how to let it > wrap to next line to show the foldtext cross lines. Or is it unpossible at > present? > First, a warning: Folding is one of the areas of Vim that I know worst, so if anyone else repl

Re: How to use multiline foldtext() ?

2009-01-03 Thread anhnmncb
On 2009-01-04, Tony Mechelynck wrote: > > On 04/01/09 02:45, anhnmncb wrote: >> I have a foldtext() that generates a long line, I don't know how to let it >> wrap to next line to show the foldtext cross lines. Or is it unpossible at >> present? >> > > First, a warning: Folding is one of the areas

Re: How to use seperate dictionary?

2009-04-10 Thread Matt Wozniski
e java file then open a *.c file, the two dictionaries > are can be used. >  How to use the only right dictionary for each file type: >  When editing java file, only the java's dictionary can be used? Well, at the very least, you wa

Re: How to use seperate dictionary?

2009-04-10 Thread Ricky
I have tried, it can use separate dictionary in difference files now. thx! -- From: "Matt Wozniski" Sent: Saturday, April 11, 2009 12:14 AM To: Subject: Re: How to use seperate dictionary? > > 2009/4/10 Ricky: >> Hi,

How to use color to search

2011-03-11 Thread lucentjames
Hi, All I am new to vim. Part of my job is to search a lot of key word from very large LOG files. I am sure I can use vim do it but do not know how. What I need to do is have some list of keyword group (keyword that have special chararters eg / . ? [ ])and use VIM to mark to different color.

how to use alias in vim ?

2011-04-22 Thread andy richer
Hi vim guru, I want to use vim build in "sort" command, and I want to use sort i every time. Please advise me how to set an alias that I typesort and vim treats it assort i unix command has: alias sort " sort i", but not work in vim. Best Regards, Andy richer -- You rec

how to use the = command smarter

2010-03-12 Thread Jeri Raye
Hi, I have C code that I need to clean up With the = command I can do one or several lines . But is it possible to do this in one click for the complete file? In others words I have if { if { if { ... } } } i want if { if b { if {

Re: how to use like notepad++ ???

2012-03-21 Thread Taylor Hedberg
If you search with :vimgrep, the results will be placed in the quickfix window: :vimgrep /your search pattern here/ % :copen pgpbu5OkmclFC.pgp Description: PGP signature

Re: how to use like notepad++ ???

2012-03-21 Thread Ben Fritz
> > sincere everyone. Off-topic, but your subject line is a pretty bad match for your question. I almost didn't even read the message, to tell the truth. You SHOULD have asked, "how to SEARCH like in Notepad++" or "how to display all results of a search" or similar

Re: how to use like notepad++ ???

2012-03-21 Thread Roman Dobosz
On Wed, 21 Mar 2012 09:37:58 -0400 Taylor Hedberg wrote: > If you search with :vimgrep, the results will be placed in the quickfix > window: > > :vimgrep /your search pattern here/ % > :copen Great! Is it possible to vimgrep all opened buffers, not just the current one? -- Roman Dobo

Re: how to use like notepad++ ???

2012-03-21 Thread Marcin Szamotulski
On 18:53 Wed 21 Mar , Roman Dobosz wrote: > On Wed, 21 Mar 2012 09:37:58 -0400 > Taylor Hedberg wrote: > > > If you search with :vimgrep, the results will be placed in the quickfix > > window: > > > > :vimgrep /your search pattern here/ % > > :copen > > Great! > > Is it possible to

Re: how to use like notepad++ ???

2012-03-21 Thread Taylor Hedberg
Roman Dobosz, Wed 2012-03-21 @ 18:53:29+0100: > Is it possible to vimgrep all opened buffers, not just the current > one? Well, :vimgrep really operates on files, not buffers. The `%` in the command I gave previously expands to the filename of the current buffer. You can replace that with a list o

Re: how to use like notepad++ ???

2012-03-21 Thread Marcin Szamotulski
On 14:31 Wed 21 Mar , Taylor Hedberg wrote: > Roman Dobosz, Wed 2012-03-21 @ 18:53:29+0100: > > Is it possible to vimgrep all opened buffers, not just the current > > one? > > Well, :vimgrep really operates on files, not buffers. The `%` in the > command I gave previously expands to the filena

Re: how to use like notepad++ ???

2012-03-21 Thread David Fishburn
On 3/21/2012 1:53 PM, Roman Dobosz wrote: Is it possible to vimgrep all opened buffers, not just the current one? You have received some examples of functions you can add to your .vimrc to accomplish what you need. This is what I did when I first started with Vim. Went here: http://www.vim.or

Re: how to use like notepad++ ???

2012-03-21 Thread Roman Dobosz
On Wed, 21 Mar 2012 14:31:18 -0400 Taylor Hedberg wrote: > > Is it possible to vimgrep all opened buffers, not just the current > > one? > Well, :vimgrep really operates on files, not buffers. The `%` in the Yes, I knew it, however vimgrep with expanding filename by percent sign made my day :) V

Re: how to use like notepad++ ???

2012-03-21 Thread Roman Dobosz
On Wed, 21 Mar 2012 18:27:03 + Marcin Szamotulski wrote: > You can try: > bufdo vmigrepadd /pattern/j % This is exactly what I was looking for. Thank you! OTOH I was thinking about some function in python just to scan every existing buffer for a pattern and than fill up quickfix/location bu

Re: how to use like notepad++ ???

2012-03-21 Thread Marcin Szamotulski
On 19:50 Wed 21 Mar , Roman Dobosz wrote: > On Wed, 21 Mar 2012 18:27:03 + > Marcin Szamotulski wrote: > > > You can try: > > bufdo vmigrepadd /pattern/j % > > This is exactly what I was looking for. Thank you! > > OTOH I was thinking about some function in python just to scan every > e

Re: how to use like notepad++ ???

2012-03-26 Thread danguria
thanks every one. It really helpful.^^ -- 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

Re: how to use like notepad++ ???

2012-03-26 Thread danguria
one. > > Off-topic, but your subject line is a pretty bad match for your question. I > almost didn't even read the message, to tell the truth. You SHOULD have > asked, "how to SEARCH like inNotepad++" or "how to display all results of a > search" or si

How to use in manual completion?

2012-08-20 Thread Yichao Zhou
It seems that map of Ctrl-U does not work in manual completion. I want let it work as delete to the beginning even in completion mode. How should I do? -- 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 informa

How to use virtualenv in Vim ?

2012-08-24 Thread chris
I added plugin virtualenv (https://github.com/jmcantrell/vim-virtualenv) into my runtimepath. I'm new to virtualenv. The Vim plugin virtualenv has a function for statusline show the virutalenv name. I added it into my statusline option like this: set statusline+=\ \%{virtualenv#statusline()} A

Mappings, no idea how to use.

2012-11-17 Thread stosss
Greetings, This is one of my rear occasions to ask a question. I don't have any idea what to search for to try to figure it out. I did not create this. I have no idea how this works or what key strokes trigger it. Can someone help me understand how to use it? It looks like there are two or

how to use cscope in vim8.0?

2016-09-19 Thread DyingDance 走自己的路,让丫的去剪径吧!
Hello, I upgrade to VIM8.0 in win10, when I use cscope ,I got an problem. for example ,when I us :cs find s "*" like this , in Vim7, it can give out an list for all the matching ,but in vim8 ,it can only give out a line like this: (1/6): <> *** and crusor junped to the first match lo

Re: how to use v:termrbgresp & friends

2018-05-01 Thread Christian Brabandt
On Mo, 30 Apr 2018, Danek Duvall wrote: > I've been trying to use v:termrbgresp to determine what color scheme to > use, but I can't figure out how to use it successfully. > > I tried simply testing against it in my .vimrc, but that doesn't work, > probably because

Re: how to use v:termrbgresp & friends

2018-05-01 Thread Danek Duvall
On Tue, May 01, 2018 at 06:43:30PM +0200, Christian Brabandt wrote: > On Mo, 30 Apr 2018, Danek Duvall wrote: > > > I've been trying to use v:termrbgresp to determine what color scheme to > > use, but I can't figure out how to use it successfully. > > > >

Re: how to use v:termrbgresp & friends

2018-05-08 Thread Christian Brabandt
On Di, 01 Mai 2018, Danek Duvall wrote: > On Tue, May 01, 2018 at 06:43:30PM +0200, Christian Brabandt wrote: > > > On Mo, 30 Apr 2018, Danek Duvall wrote: > > > > > I've been trying to use v:termrbgresp to determine what color scheme to > > >

Re: how to use v:termrbgresp & friends

2018-05-09 Thread Bram Moolenaar
> On Di, 01 Mai 2018, Danek Duvall wrote: > > > On Tue, May 01, 2018 at 06:43:30PM +0200, Christian Brabandt wrote: > > > > > On Mo, 30 Apr 2018, Danek Duvall wrote: > > > > > > > I've been trying to use v:termrbgresp to determine what color

RE: How to use color to search

2011-03-11 Thread John Beckett
lucentjames wrote: > What I need to do is have some list of keyword group (keyword > that have special chararters eg / . ? [ ])and use VIM to mark > to different color. Syntax rules can be used, or highlighting with matchad(). One approach would be to use this tip (it uses matchadd()): http://vim

Re: How to use color to search

2011-03-11 Thread Jeroen Budts
On 03/12/2011 03:32 AM, John Beckett wrote: lucentjames wrote: What I need to do is have some list of keyword group (keyword that have special chararters eg / . ? [ ])and use VIM to mark to different color. Syntax rules can be used, or highlighting with matchad(). One approach would be to use

Re: How to use color to search

2011-04-01 Thread Paul
Alternatively, the SyntaxMotion script: http://www.vim.org/scripts/script.php?script_id=2965 -- . -- 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

Re: How to use color to search

2011-04-01 Thread Ben Fritz
On Mar 11, 9:49 am, "lucentjames" wrote: > Hi, All > > I am new to vim. Part of my job is to search a lot of key word from very > large LOG files. I am sure I can use vim do it but do not know how. > > What I need to do is have some list of keyword group (keyword that have > special chararters

Re: How to use color to search

2011-04-01 Thread David Ohlemacher
I don't know what your *nix background is, but if you haven't looked at them, check out grep, sed, and/or awk. One reason is that you said "file*s*". With sed/awk you could process all your files and generate arbitrarily "nice" report(s) of just what you are looking for and do it for entire

Re: how to use alias in vim ?

2011-04-22 Thread sc
On Friday, April 22, 2011 13:55:07 andy richer wrote: > Hi vim guru, > I want to use vim build in "sort" command, and I want to use >sort i every time. > Please advise me how to set an alias that I typesort and > vim treats it assort i > unix command has: alias sort " sort

Re: how to use alias in vim ?

2011-04-22 Thread Tony Mechelynck
On 22/04/11 22:03, sc wrote: On Friday, April 22, 2011 13:55:07 andy richer wrote: Hi vim guru, I want to use vim build in "sort" command, and I want to use sort i every time. Please advise me how to set an alias that I typesort and vim treats it assort i unix comma

how to use a plugin auto "printf("")"

2011-07-26 Thread 许旭柱
when debugging .. -- BEST WISHES! 许旭柱 -- 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

Re: how to use the = command smarter

2010-03-12 Thread Anthony
=G On 3/12/2010 6:49 AM, Jeri Raye wrote: Hi, I have C code that I need to clean up With the = command I can do one or several lines . But is it possible to do this in one click for the complete file? In others words I have if { if { if { ... } } } i want if { if bb

Re: how to use the = command smarter

2010-03-12 Thread Tinou
On Fri, Mar 12, 2010 at 15:49, Jeri Raye wrote: > Hi, > Hello, > > I have C code that I need to clean up > With the = command I can do one or several lines . > But is it possible to do this in one click for the complete file? > > Try this : gg=G Regards -- Étienne -- You received this mess

Re: how to use the = command smarter

2010-03-16 Thread Erik Falor
On Fri, Mar 12, 2010 at 03:49:53PM +0100, Jeri Raye wrote: > Hi, > > I have C code that I need to clean up > With the = command I can do one or several lines . > But is it possible to do this in one click for the complete file? The = command takes a motion. The G motion means "from the current l

how to use non-monospaced font? (win32)

2010-06-03 Thread Ciss
Hello, i have some problem with fonts. (sorry for my english, i'm from russia) I like to use Monaco font but this font doesn't support Russian language. So, i find original version of Monaco with Russian support, but this fon't don't mark as monospaced. But i know what this font IS monospaced. So

Re: How to use virtualenv in Vim ?

2012-08-24 Thread Ben Fritz
On Friday, August 24, 2012 4:27:48 AM UTC-5, Pain Nagato wrote: > I added plugin virtualenv (https://github.com/jmcantrell/vim-virtualenv) into > my > > runtimepath. > > > > I'm new to virtualenv. The Vim plugin virtualenv has a function for statusline > > show the virutalenv name. I added it

Re: How to use virtualenv in Vim ?

2012-08-24 Thread Benjamin R. Haskell
On Fri, 24 Aug 2012, chris wrote: I added plugin virtualenv (https://github.com/jmcantrell/vim-virtualenv) into my runtimepath. I'm new to virtualenv. The Vim plugin virtualenv has a function for statusline show the virutalenv name. I added it into my statusline option like this: set sta

Re: How to use virtualenv in Vim ?

2012-08-24 Thread Benjamin R. Haskell
On Fri, 24 Aug 2012, Benjamin R. Haskell wrote: On Fri, 24 Aug 2012, chris wrote: I added plugin virtualenv (https://github.com/jmcantrell/vim-virtualenv) into my runtimepath. I'm new to virtualenv. The Vim plugin virtualenv has a function for statusline show the virutalenv name. I added it

Re: How to use virtualenv in Vim ?

2012-08-24 Thread chris
Excerpts from [ Ben Fritz ] On [2012-08-24 07:15:20 -0700]: > I have no idea what PowerLine does or how it works. Probably it messes with > your statusline option. Try disabling PowerLine temporarily to get the > statusline working before you start trying to get it working in PowerLine. I

Re: How to use virtualenv in Vim ?

2012-08-24 Thread chris
Excerpts from [ Benjamin R. Haskell ] On [2012-08-24 11:57:46 -0400]: > On Fri, 24 Aug 2012, chris wrote: > >I added plugin virtualenv > >(https://github.com/jmcantrell/vim-virtualenv) into my runtimepath. > >I'm new to virtualenv. The Vim plugin virtualenv has a function for > >statusline

Re: How to use virtualenv in Vim ?

2012-08-24 Thread chris
Excerpts from [ Benjamin R. Haskell ] On [2012-08-24 12:10:59 -0400]: > Also forgot to mention: > Try running :PowerlineClearCache Yes, I execute this too. -- [ stardiviner ] ^^&^^ {I hate all of you ! Leave me alone} IRC(freenode): stardiviner \\ Twitter: @numbchild \\ GnuPG Key

Re: How to use virtualenv in Vim ?

2012-08-24 Thread chris
Excerpts from [ Benjamin R. Haskell ] On [2012-08-24 12:10:59 -0400]: solved problem: reason: I set g:virtualenv_dir = '~/.virtualenvs/' But I execute command `$ virtualenv test` in `~/Templates/test/` That's why Vim plugin virtualenv can't find virtualenv. -- [ stardiviner ] ^^&^^ {I h

How to use %03d on existing data

2012-10-17 Thread stosss
tely before the : :%s@^[ ]\?\ze$\n[ ]\?http://vim.wikia.com/wiki/index.php?search=add+leading+0+to+a+number&fulltext=Search http://vim.wikia.com/wiki/Insert_line_numbers http://vim.wikia.com/wiki/Making_a_list_of_numbers I can't figure out how to use %03d to change my numbers from 1 to 001

RE: Mappings, no idea how to use.

2012-11-17 Thread John Beckett
stosss wrote: > I did not create this. I have no idea how this works or what > key strokes trigger it. Can someone help me understand how to > use it? It looks like there are two or three mappings below. > Does it go in the .vimrc or somewhere else? The first extract you posted come

how to use substitute() add a newline

2013-01-29 Thread h2ero
I use follow two method, but it only show ^M and ^@, who know how to add a newline. thanks let n_line = substitute(n_line,'\({\)','\r\1','g') let n_line = substitute(n_line,'\({\)','\n\1','g') -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply bel

How to use my own diff tool ?

2018-09-09 Thread Thomas B
Hello I am struggling at comparing xml file (vim -d file1.xml file2.xml). Usual GNU diff does not produce useful data. So I am looking to use my custom and structure aware diff tool with vim. Because viewing difference is still a concern and vim allow to do that. So I follow the manual notes a

How to use patches sent to vim_dev?

2022-10-03 Thread Enan Ajmain
Bram sends patches in vim_dev ML. But it's not structured to directly use with `git am`, is it? If that's correct, what's the reason for using a different patch format? P.S. I am not gonna use the patch email. But my email client, Claws, highlights the patch. In vim patch's case, it can't. That's

How to use an expression as the pattern

2010-01-04 Thread Karl Cai
Hi Vim-users, Can somebody tell me how to use an expression (e.g., the output of a command) as the search pattern? I am using vim 7.0.94 For example: :let x = system("hostname") # say x is "mycomputer" now. This should work :%s/$x/yourcomputer/g# trying to change

Re: how to use a plugin auto "printf("")"

2011-07-26 Thread pansz
See if this works for you. http://www.vim.org/scripts/script.php?script_id=120 -- 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

How to use mouse *only* to resize buffers

2011-09-06 Thread Jeff Youngstrom
Hiya vim folks! I use gvim (7.3) on Windows 7 (alas). I have "set mouse=" in my vimrc so the mouse doesn't interfere with my keyboard-centric vim lifestyle. But the one time I wish I could use the mouse is when resizing multiple buffers. Is there a way to allow that without enabling mouse focus o

RE: how to use non-monospaced font? (win32)

2010-06-03 Thread John Beckett
Ciss wrote: > I like to use Monaco font but this font doesn't support > Russian language. So, i find original version of Monaco with > Russian support, but this fon't don't mark as monospaced. But > i know what this font IS monospaced. > > So, problem is what i don't see monaco in gvim-font-dialog

Re: how to use non-monospaced font? (win32)

2010-06-04 Thread Tony Mechelynck
On 03/06/10 08:59, Ciss wrote: Hello, i have some problem with fonts. (sorry for my english, i'm from russia) I like to use Monaco font but this font doesn't support Russian language. So, i find original version of Monaco with Russian support, but this fon't don't mark as monospaced. But i know

Re: how to use non-monospaced font? (win32)

2010-06-05 Thread Gareth Oakes
Hi there, You can load the Monaco font into fontforge and change the font properties that way. If you are on Windows, then you should download the MinGW version of Fontforge here: http://www.geocities.jp/meir000/fontforge/ Looking at the monospace fonts I have here (which work under Vim), you ca

Re: how to use non-monospaced font? (win32)

2010-06-07 Thread Ciss
Yeah! Thank you very much, this is the solution for my problem. On 5 июн, 05:02, Gareth Oakes wrote: > Hi there, > > You can load the Monaco font into fontforge and change the font > properties that way. > > If you are on Windows, then you should download the MinGW version of > Fontforge here:htt

Re: how to use non-monospaced font? (win32)

2010-07-07 Thread khrs
e some one can change type of this font for me? >> > Or some vim-hack? :) >> >> > Thank you very much! > > -- > 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,

How to use tohtml plugin when :set noloadplugins ?

2010-10-21 Thread panshizhu
How to use tohtml plugin when :set noloadplugins ? I use :runtime plugin/tohtml.vim does not work, the command is not registered. Anything else need to load before tohtml.vim? -- Sincerely, Pan, Shi Zhu. -- You received this message from the "vim_use" maillist. Do not top-post!

Re: How to use %03d on existing data

2012-10-17 Thread Benjamin R. Haskell
es of text. ... 10 More lines of text. ... 100 Even more lines of text. [...] What I want is: 1 1 line of text. 2 another line of text. 3 lines of text. ... 10 More lines of text. ... 100 Even more lines of text. [...] I can't figure out how to use %03d to change my numbers from 1 to 001 I

Re: How to use %03d on existing data

2012-10-17 Thread stosss
>> 2 another line of text. >> 3 lines of text. >> ... >> 10 More lines of text. >> ... >> 100 Even more lines of text. >> >> [...] >> >> >> I can't figure out how to use %03d to change my numbers from 1 to 001 I >> also

Re: How to use %03d on existing data

2012-12-26 Thread stosss
of text. >>> 3 lines of text. >>> ... >>> 10 More lines of text. >>> ... >>> 100 Even more lines of text. >>> >>> [...] >>> >>> >>> What I want is: >>> >>> 1 >>> 1 line of text. >>&g

Re: How to use %03d on existing data

2012-12-26 Thread Christian Brabandt
Hi stosss! On Mi, 26 Dez 2012, stosss wrote: > What exactly is submatch(0) and submatch(1)? Obviously the 0 and 1 > mean something but I am not sure what. I understand what :help > submatch is doing but not totally sure how. Apparently that is where > the 0 and 1 come into play. How can I know wh

Re: How to use %03d on existing data

2012-12-26 Thread stosss
Hi Christian On Wed, Dec 26, 2012 at 10:14 AM, Christian Brabandt wrote: > Hi stosss! > > On Mi, 26 Dez 2012, stosss wrote: > >> What exactly is submatch(0) and submatch(1)? Obviously the 0 and 1 >> mean something but I am not sure what. I understand what :help >> submatch is doing but not totall

Re: how to use substitute() add a newline

2013-01-29 Thread Tony Mechelynck
On 29/01/13 11:13, h2ero wrote: I use follow two method, but it only show ^M and ^@, who know how to add a newline. thanks let n_line = substitute(n_line,'\({\)','\r\1','g') let n_line = substitute(n_line,'\({\)','\n\1','g') In :s[ubstitute], \n in the pattern finds a newline, \r in the re

Re: how to use substitute() add a newline

2013-01-29 Thread h2ero
On Tuesday, January 29, 2013 6:57:44 PM UTC+8, Tony Mechelynck wrote: > On 29/01/13 11:13, h2ero wrote: > > > > > > I use follow two method, but it only show ^M and ^@, who know how to add a > > newline. thanks > > > let n_line = substitute(n_line,'\({\)','\r\1','g') > > > let n_line = substi

  1   2   3   >