... If you cd to some directory and execute "ctags -R", the resulting tags file will contain path names relative to that directory, making it difficult to use...
124326
vs
jabberroid@...
Jun 30, 2011 6:32 am
I have the same problem. It is slow for any of filetypes (tested php,python,txt) But it works faster for small files. ... I use latest Linux Mint , wmii as...
124327
Gary Johnson
garyjohn@...
Jun 30, 2011 7:01 am
... I used a Solaris system for years without root privileges and was still able to install everything I needed in my ~/bin, ~/man, etc. directories. ... It...
124328
Marko Mahni
marko.mahnic@...
Jun 30, 2011 7:13 am
... The command VxOccur from the script 2606 will run grep and turn the above list into something like: filename 21: This is a context line 22: This line...
124329
Karol Samborski
edv.karol@...
Jun 30, 2011 7:45 am
Hello all, I have a problem with using tags. When I hit C-] on a word vim opens a list of tags and then I must select number of correct place to jump. So it is...
124330
Jürgen Krämer
jottkaerr@...
Jun 30, 2011 7:48 am
Hi, ... I don't see an option that would switch the behaviour of C-], but you don't happen to have C-] remapped to :tselect or something else, do you? See, if ...
124331
Karol Samborski
edv.karol@...
Jun 30, 2011 7:55 am
This is my .vimrc: if has("cscope") set csto=0 set cst set nocsverb cs add ~/.vim/tags/cscope.out set csverb if has('quickfix39;) set...
124332
Karol Samborski
edv.karol@...
Jun 30, 2011 8:01 am
... It shows nothing. Vim didn't found any mapping for that. I didn't found any option either so I wrote to this list ;) Karol -- You received this message...
124333
Jürgen Krämer
jottkaerr@...
Jun 30, 2011 8:13 am
Hi, ... I don't use cscope, so I can't help much, but the last paragraph at ... says ... I don't know if this is only true for explicit cscope commands or also...
124334
Karol Samborski
edv.karol@...
Jun 30, 2011 8:26 am
I forgot mention that I'm using vim 7.3 on fedora 14 x86_64 Regards, Karol Samborski ... -- You received this message from the "vim_use" maillist. Do not...
124335
Karol Samborski
edv.karol@...
Jun 30, 2011 8:30 am
... I have the same behavior when I turn off cscope feature. But it worked for me for the moment. I don't know what I did that it is not working now. I think...
124336
Charles Campbell
Charles.E.Campbell@...
Jun 30, 2011 2:03 pm
... "syn clear" is not broken. If one loads syntax definitions after a "syn clear", then that new syntax applies; in fact, many of the syntax files ...
124337
meino.cramer@...
Jun 30, 2011 3:54 pm
... Hi Gary, thank you for your help! :) I am simply not allowed to install anything regardless of the prevelidges I have or better: not have... Thats the...
124338
Ben Fritz
fritzophrenic@...
Jun 30, 2011 5:40 pm
... I've never had any problems when using ctags -R. Currently I use: ctags -R --extra=+f --fields=+SK-k --totals . And my 'tags' option is set to: ...
124339
kuru
maymunbeyin@...
Jun 30, 2011 5:40 pm
Gary thanks for the answer, this is good start for me. -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the...
124340
kuru
maymunbeyin@...
Jun 30, 2011 5:55 pm
Hi I am trying to use this format to search certain folders that are designed within the variable This line ":grep -i random $INCLUDES/*" nor this line works ...
124341
Chris Sutcliffe
ir0nh34d@...
Jun 30, 2011 6:29 pm
... Are you using Cygwin grep? If so, does it work from the shell? Are you using Cygwin vim or Windows (g)vim? What does 'echo $INCLUDES' show in the Cygwin...
124342
Tim Johnson
tim@...
Jun 30, 2011 6:41 pm
Using vim 7.2 on ubuntu 10.04, huge version. I make use of Dr. Campbell's netrw browse window, which has the ctrl-h feature that allows me to edit the hide...
124343
Charles Campbell
Charles.E.Campbell@...
Jun 30, 2011 7:09 pm
... Hello! From the vim manual, under :help mks... 2. Restores global variables that start with an uppercase letter and contain at least one lowercase letter,...
124344
Tim Johnson
tim@...
Jun 30, 2011 7:36 pm
... Thank you for the quick reply. ... Understood. ... I put let g:Netrw_list_hide= g:netrw_list_hide into the 'wrapper39; function that saves the session. ""...
124345
kuru
maymunbeyin@...
Jun 30, 2011 7:38 pm
Chris I do have Cygwin here and I cannot tell which grep Vim(windows version) uses to be honest, since I cannot get grep to print the platform but I believe it...
124346
Alexandre Martani
alexandre.martani@...
Jun 30, 2011 9:21 pm
Hello all, I am trying to use Vim R plugin [1], which is a Python plugin that uses PyWin32 on Windows. I have installed Python 2.7.1 and PyWin32. It is ...
124347
Gary Johnson
garyjohn@...
Jun 30, 2011 9:45 pm
... Vim doesn't expand environment variables in commands executed by the shell, it lets the shell do the expansion. If your shell is Window's cmd.exe, it...
124348
kuru
maymunbeyin@...
Jun 30, 2011 10:48 pm
Gary thank you for very detail follow up on this. It helped me to see some of the issues. You are right that I have set up the grepprg in my rc "set...
124349
sc
toothpik@...
Jun 30, 2011 11:04 pm
... just guessing here, but python 2.7.1 is fairly new -- there's a good chance your vim was compiled with 2.6 and can't find the 2.6 dll ... -- You received...
124350
howard Schwartz
howardb21@...
Jul 1, 2011 1:54 am
Your output sounds great, and the grep display format is one I prefer, but it is not supported directly by gnu grep. Is there a way to fold the context lines...
124351
Roy Fulbright
rfulbrig@...
Jul 1, 2011 1:55 am
I have the taglist plugin and it works great. I have 'Tlist_GainFocus_On_ToggleOpen' set so that the cursor is in the taglist window when it opens. This works...
124352
Kent Sibilev
ksruby@...
Jul 1, 2011 4:36 am
... Instead of <Enter> press 'p'. Also :help taglist.txt -- Kent -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply...
124353
narke
narkewoody@...
Jul 1, 2011 5:04 am
... Thanks for all your inputs. At the end, I so much like Ben's solution: using the 'j' flag of vimgrep. Cheers! narke -- Life is the only flaw in an...
124354
Marko Mahni
marko.mahnic@...
Jul 1, 2011 6:55 am
... Not at the moment. The idea is interesting, though, so I will add it to my todo list and implement it some day. Marko -- You received this message from the...