Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vim-mac · Vim (Vi IMproved) text editor Macintosh list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 5934 - 5963 of 13694   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
5934 Ted Pavlic
ted@... Send Email
Dec 29, 2007
9:32 pm
This works: --remote-silent +":12;foldo&quot; blah.tex That is, execute :12 and then foldo, which opens one fold right at that line. Thanks for pointing that out. ...
5935 Ben Schmidt
mail_ben_schmidt@... Send Email
Dec 29, 2007
9:37 pm
... O bother. How annoying. I thought :foldopen! would open all nested folds at the line, not all folds in the file. vim --remote-tab +99 +normal\ zv...
5936 Ted Pavlic
ted@... Send Email
Dec 29, 2007
9:44 pm
FYI, that doesn't seem to work either. But this works: --remote-silent +":12;foldo&quot; blah.tex Also, I just noticed that: --remote-tab-silent is not mentioned in...
5937 Ted Pavlic
ted@... Send Email
Dec 29, 2007
10:35 pm
Here's a blog explaining how to use this option (in Skim) to do inverse searches (with PDFSync or with the DVI source specials): ...
5938 Vincent
vincent.nijs@... Send Email
Dec 29, 2007
10:56 pm
Thanks Ben and Tim! Both options work very nicely. Best, Vincent ... --~--~---------~--~----~------------~-------~--~----~ You received this message from the...
5939 Ted Pavlic
ted@... Send Email
Dec 29, 2007
11:13 pm
I just noticed that --remote-tab-silent is not listed in --help (while all of the other --remote-*-silent options are). This seems like a (really really minor)...
5940 Louis
lguillaume@... Send Email
Dec 29, 2007
11:49 pm
Hi, I just realized that MacVim existed and I hope it will replace my use of vim in Terminal (which I depend on greatly). But when I start up MacVim (the...
5941 Nico Weber
nicolasweber@... Send Email
Dec 30, 2007
12:22 am
Hi, ... can you try to open Terminal.app and paste the following line: open -a /Applications/_Nico/MacVim.app (make sure to quit all Vim processes spawned by...
5942 Louis
lguillaume@... Send Email
Dec 30, 2007
3:27 am
... Same exact behaviour when I try this... Thanks for looking. Louis --~--~---------~--~----~------------~-------~--~----~ You received this message from the...
5943 Ben Schmidt
mail_ben_schmidt@... Send Email
Dec 30, 2007
5:40 am
... How odd. ... That's cool as long as you don't have nested folds, I guess. Maybe the trick is giving it in a single '+' command, so perhaps --remote-silent...
5944 Ben Schmidt
mail_ben_schmidt@... Send Email
Dec 30, 2007
5:43 am
... No it isn't. I was looking in :help not --help after realising my default Vim hasn't got any of the remote stuff in --help (because it isn't compiled in)....
5945 Ben Schmidt
mail_ben_schmidt@... Send Email
Dec 30, 2007
6:26 am
... It's definitely a workaround, which is non-ideal by definition. But compared to what would most commonly be run in a call to the shell (e.g. make) it's...
5946 Ben Schmidt
mail_ben_schmidt@... Send Email
Dec 30, 2007
6:33 am
... Hmmm. Any relevant output in console.log or system.log (use /Applications/Utilities/Console to view them)? Which shell do you use? Does it work if you...
5947 Ted Pavlic
ted@... Send Email
Dec 30, 2007
7:09 am
... OIC! I was a little confused. I get it now. I like this, but it doesn't make vim active. So, I prefer something like your original suggestion: ...
5948 Ted Pavlic
ted@... Send Email
Dec 30, 2007
7:21 am
... It's not really a wrapper as much as a launcher. All the script does is: if( something not defined ) define it exec $0 else exec macvim end Because...
5949 Nico Weber
nicolasweber@... Send Email
Dec 30, 2007
9:15 am
... …so is there any output on Terminal? I only suggested that to see error messages MacVim usually outputs if something is not working ;-) Nico ...
5950 Louis
lguillaume@... Send Email
Dec 30, 2007
3:22 pm
... No output at all. The command returns right away. I have also looked in ~/Library/Logs and /var/log/system.log but have found nothing. The only thing I...
5951 Louis
lguillaume@... Send Email
Dec 30, 2007
3:28 pm
... ieeee! I take my last post back. Was using "open -a". $ /Applications/MacVim.app/Contents/MacOS/Vim -g 2007-12-30 10:26:37.872 MacVim[3323] LCC Scroll...
5952 Louis
lguillaume@... Send Email
Dec 30, 2007
3:42 pm
... ksh - but I've also tried to run the command below in bash; results are the same. I've also tried to chsh to bash; no luck. ... This procduces the error in...
5953 Nico Weber
nicolasweber@... Send Email
Dec 30, 2007
3:44 pm
Hi, ... you've got the logitech mouse driver installed, right? It uses some "dirty" coding techniques that causes problems with lots of applications (Leopard...
5954 Nico Weber
nicolasweber@... Send Email
Dec 30, 2007
3:53 pm
... FYI: This _might_ be fixed with LCC 2.4, at least the release notes claim that they no longer use "Application Enhancer". Then again the comments at...
5955 Louis
lguillaume@... Send Email
Dec 30, 2007
4:39 pm
... Ok! Uninstalling LCC appears to have fixed the problem. Now onto other things... Like, "How to get a build w/ Ruby support" and "How to load all files...
5956 Nico Weber
nicolasweber@... Send Email
Dec 30, 2007
4:51 pm
... I can recommend using the NERDTree plugin together with the BufExplorer plugin (and ctags or cscope) for managing larger projects. The project plugin is ok...
5957 Nicholas
nicholas.fitzroy.dale... Send Email
Dec 31, 2007
6:33 am
... Hi all, I was doing the same sort of thing recently and encountered the same problems. I really like TextMate's fuzzy-matching file selection (using...
5958 Panos
panos.laganakos@... Send Email
Dec 31, 2007
8:46 am
Maybe it would require macvim exposing it's gui, so `import vim`, for the buffer stuff etc, and `import macvim`, to get to the gui. ... ...
5959 Jjgod Jiang
gzjjgod@... Send Email
Dec 31, 2007
9:47 am
... As Nico stated in his previous mail, MacVim GUI is separated with the vim process, but The functionality you described seemed have nothing to do with the...
5960 Nicholas
nicholas.fitzroy.dale... Send Email
Dec 31, 2007
2:59 pm
... Yep -- I don't actually want anything from Vim proper, I just want to be able to pop up a window. It seems like the GUI part of MacVim is the best place to...
5961 Ben Schmidt
mail_ben_schmidt@... Send Email
Jan 1, 2008
12:15 am
... It depends on the setting of imsearch. The keymap used for searching will only follow the keymap used in insert mode if imsearch=-1, but I think the...
5962 Kenneth Reid Beesley
krbeesley@... Send Email
Jan 1, 2008
12:35 am
Many thanks Ben. Some other helpful vimophiles helped me find this solution a week or so ago, and it's working well for me. Ken ... ...
5963 Ben Schmidt
mail_ben_schmidt@... Send Email
Jan 1, 2008
1:16 am
... Great. I was actually quite surprised that it seemed nobody had replied to your mail after such a delay. The replies must've been swallowed by Google or...
Messages 5934 - 5963 of 13694   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help