i just started using fugitive plugin. how can one pass the current folder for Gstatus command, my git repo is on nfs, git status is very low, since my changes ...
132758
Ben Fritz
fritzophrenic@...
Aug 9, 2012 2:39 pm
... I see. So in response to your original question, I don't think there's a way to recall and repeat arbitrary changes you've made in the past. But you can at...
132759
Ben Fritz
fritzophrenic@...
Aug 9, 2012 3:04 pm
... I'm curious, why is this necessary? I run console apps from gvim on Windows all the time without explicitly bringing up a cmd.exe shell. Apparently there's...
132760
Ben Fritz
fritzophrenic@...
Aug 9, 2012 3:06 pm
... There is no built-in way and I do not know of an existing plugin, but you can try googling for one. ... and related help links, to make your own completion...
132761
Christian Brabandt
cblists@...
Aug 9, 2012 3:26 pm
Hi Ben! ... I think, the problem is mentioned below :h gui-pty In short, the gui can't provide a fully featured terminal, which certain applications require. ...
132762
Or Duval
orduval@...
Aug 9, 2012 3:40 pm
... The plugin neocomplcache has some options to handle wildcard and even fuzzy completion. You have also the fuzzy finder plugin to quickly open files and...
132763
Sepp Tannhuber
sepp.tannhuber@...
Aug 9, 2012 5:45 pm
... I see. Probably it is because ranger is a ncurses application. I will check if it can be done with a pseudo-tty. Thank you Joseph -- You received this...
132764
Waters, Bill
waters@...
Aug 9, 2012 6:32 pm
Does anyone have a syntax file for .map files? I am working with Keil uVision .map files, but I would think that any syntax file for .map files would get me...
132765
Christian Brabandt
cblists@...
Aug 9, 2012 8:10 pm
Hi sinbad! ... Probably. What kind of auto completion do you need? Have you searched at vim.org for omni-completion? regards, Christian -- -- You received this...
132766
Christian Brabandt
cblists@...
Aug 9, 2012 8:11 pm
Hi ping! ... Please read the faq: http://vimhelp.appspot.com/vim_faq.txt.html#faq-20.4 and possibly also Question 20.5 regards, Christian -- Tote Goldfische...
132767
Bob Hiestand
bob.hiestand@...
Aug 9, 2012 9:14 pm
... You wouldn't want to set those as options, you'd use them as part of the command (usually). working dir/index : that's the default, so no options working...
132768
ping
songpingemail@...
Aug 9, 2012 9:16 pm
... thanks! so quick conclusion is: no way for ctrl-shift-c/v(like in gnome) fn is the only choice (but not convenient) side-topic: speaking of the terminalApp...
132769
goran kent
gorankent@...
Aug 9, 2012 11:01 pm
Hi all, Sorry if this is the wrong forum to ask about a vim plugin. I'm trying out Pydiction (http://www.vim.org/scripts/script.php?script_id=850) to...
132770
Antony Lee
anntzer.lee@...
Aug 9, 2012 11:01 pm
Hi all, I believe that the default syntax file for cfg files (syntax/cfg.vim) should be modified as follows: 20,21c20,21 < "Parameters < syn match CfgParams...
132771
John Beckett
johnb.beckett@...
Aug 10, 2012 3:55 am
... The procedure is to email the name shown in the file and wait a couple of weeks to see if there is a reply. Ideally, the maintainer (the person listed in...
132772
sheetal
sheetal.tigadoli@...
Aug 10, 2012 8:24 am
Hello everyone, What i want to do is map some key<A-S-j/k> such that when ever i press the key i want the current tabpage to be moved previous to a tab/after...
132773
Marcin Szamotulski
mszamot@...
Aug 10, 2012 12:30 pm
... Hi, It is possible and quite easy: map <A-S-j> :tabm +1<CR> map <A-S-k> :tabm -1<CR> Though I am not sure if I understand you correctly when you write...
132774
ping
songpingemail@...
Aug 10, 2012 12:48 pm
... forgot where I got this (mostly from vim plugin website) but this provide what you are asking for: function! MoveCurrentTab(value) if a:value == 0 return ...
132775
ping
songpingemail@...
Aug 10, 2012 7:21 pm
got it Ingo, thanks for the explanation. regards ping ... -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the...
132776
Eric Weir
eeweir@...
Aug 10, 2012 7:47 pm
... Are you running vim or gvim/macvim? If the latter, the readme says the plugin only works with vim. ... Eric Weir Decatur, GA eeweir@... "What is...
132777
Benjamin Klein
ben@...
Aug 10, 2012 8:08 pm
I am running vim (yes, I noticed that in the README, but I actually prefer it to Mac/Gvim :) ). -- b ... -- You received this message from the "vim_use"...
132778
Mark Volkmann
r.mark.volkmann@...
Aug 10, 2012 8:15 pm
Sometimes when I have split windows and press :E to explore the file system, the cursor jumps to a different window than the one I was in when I pressed :E....
132779
Tony Mechelynck
antoine.mechelynck@...
Aug 10, 2012 9:07 pm
... According to ":help :Explore" (quoted below), the directory browser will take over the current window if the file hasn't been modified, otherwise ... Best...
132780
ping
songpingemail@...
Aug 10, 2012 9:07 pm
Not sure I should go to Dr. Chip for this ... I just find when I open my home dir (seems a big one) , I got stuck when using netrw, but no issues when using...
132781
Mark Volkmann
r.mark.volkmann@...
Aug 10, 2012 9:41 pm
On Fri, Aug 10, 2012 at 4:06 PM, Tony Mechelynck < ... In my case the current window has not been modified. A new split-window is not opened. Instead, the...
132782
Gary Johnson
garyjohn@...
Aug 10, 2012 10:11 pm
... It would help greatly if you could post a sequence of steps that demonstrates this problem consistently. Regards, Gary -- You received this message from...
132783
Mark Volkmann
r.mark.volkmann@...
Aug 10, 2012 10:29 pm
... Here's a sequence of steps that seems reliable. - start MacVim - :E - select any file (opens in what I'll call window 1) - :sp - :E - select any other file...
132784
John Beckett
johnb.beckett@...
Aug 10, 2012 11:21 pm
... I don't think that would work. A mapping to move the current tab is included here: http://vim.wikia.com/wiki/Using_tab_pages John -- You received this...
132785
Gary Johnson
garyjohn@...
Aug 10, 2012 11:51 pm
... That's great, thanks! I don't have a Mac, so I tried that using gvim on a Linux system and gvim on a Windows XP system and the cursor stayed in window 1....
132786
Tony Mechelynck
antoine.mechelynck@...
Aug 11, 2012 12:39 am
... Do you use 'splitbelow39;? I do, but I think Dr. Chip doesn't, which makes netrw behave in unexpected ways. Best regards, Tony. -- Vim is like Emacs without...