in normal mode, type: [{ If you are deep in the nested blocks, you can use count with this command: f() { if() { while () { // _ cursor here } } } with cursor...
99942
bgold12
bgold12@...
Jan 1, 2009 1:46 pm
Hey, I've written a few C++ programs that I use regularly, and it would be nice if I could get them to detach from the parent shell when I call them, but I...
99943
James Kanze
james.kanze@...
Jan 1, 2009 2:22 pm
On Dec 31 2008, 7:41 pm, Gary Johnson <garyj...@...> ... [...] ... I've had problems with this under Solaris and Linux. As long as vim or gvim are...
99944
Tony Mechelynck
antoine.mechelynck@...
Jan 1, 2009 2:39 pm
... IIUC, how gvim does it depends on the OS. Under X11 it uses fork(). Under Windows, a single binary cannot be used as both Console Vim and gvim. Only gvim...
99945
zhao teng
atengzt@...
Jan 1, 2009 5:03 pm
sorry, map it using Alt+any key that unmapped ... -- Sent from Gmail for mobile | mobile.google.com --~--~---------~--~----~------------~-------~--~----~ You...
99946
zhao teng
atengzt@...
Jan 1, 2009 5:03 pm
ctrl+c or ctrl+[ ... -- Sent from Gmail for mobile | mobile.google.com --~--~---------~--~----~------------~-------~--~----~ You received this message from the...
99947
Uday Kumar Reddy
udayreddy@...
Jan 1, 2009 8:46 pm
Hi, I have Vim 7.2.60 on Linux. I now notice this change when I indent a file with ' =G' (auto indent from current position to end of the file): the file is...
99948
CCB08
ccbates@...
Jan 2, 2009 1:28 am
Hello, I have built vim successfully in the past, but I am running in to problems on my new Ubuntu installation. "./configure" appears to run w/o problems. ...
99949
Tony Mechelynck
antoine.mechelynck@...
Jan 2, 2009 2:18 am
... After that, in the latest install log, I only have ... You can either decide that you don't need the GUI tutor, or run the first two of these three lines...
99950
nh_wzg
nh_wzg@...
Jan 2, 2009 3:45 am
I use the below popt setings to use the both-sides print(duplex) in gvim v7.2 in windows. ":set...
99951
bill lam
cbill.lam@...
Jan 2, 2009 5:23 am
Just for confirmation, I encountered no problem in ubuntu 8.10r, but I
use --prefix=/usr instead. You may also try rm the file
configure.cache before running...
99952
Uday Kumar Reddy
udayreddy@...
Jan 2, 2009 6:44 am
Hi, I have Vim 7.2.60 on Linux. I now notice this change when I indent a file with ' =G' (auto indent from current position to end of the file): the file is...
99953
François Ingelrest
francois.ingelrest@...
Jan 2, 2009 8:11 am
... Does it end, or is it just long? Like Bill, I have no issue compiling the latest CVS Vim on Ubuntu 8.10 (without any prefix). ...
99954
Dominique Pelle
dominique.pelle@...
Jan 2, 2009 10:27 am
... I can't reproduce it using Vim-7.2.76 on Linux. File is reindented and cursor position does not change for me. You probably have something in your...
99955
anhnmncb
anhnmncb@...
Jan 2, 2009 10:31 am
Ping! ... -- Regards, anhnmncb --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more...
99956
Matt Wozniski
mjw@...
Jan 2, 2009 1:18 pm
AFAICS, there's no way to make multibyte characters non-keyword characters. :help 'isk' says "See 'isfname' for a description of the format of this option."...
99957
StarWing
weasley_wx@...
Jan 2, 2009 1:23 pm
maybe you changed the option 'virtualedit' ? try to set it empty: se ve= ... --~--~---------~--~----~------------~-------~--~----~ You received this message...
99958
Tony Mechelynck
antoine.mechelynck@...
Jan 2, 2009 1:40 pm
... If you don't get a reply on this ML, the meaning usually is not that nobody saw the question, but rather that nobody knows the answer. Search the help...
99959
StarWing
weasley_wx@...
Jan 2, 2009 2:18 pm
maybe you changed the option 'virtualedit' ? try to set it empty: se ve= ... --~--~---------~--~----~------------~-------~--~----~ You received this message...
99960
StarWing
weasley_wx@...
Jan 2, 2009 2:30 pm
okay£¬i think Vim can developed to support word-table when ^n^p and fFtT, e.g: chinese.vim " this is a chinese word-table file: beginwordtable chinese <<EOF...
99961
StarWing
weasley_wx@...
Jan 2, 2009 2:32 pm
or anyone can make developer know this? ... --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For...
99962
Ted Pavlic
ted@...
Jan 2, 2009 3:23 pm
See this post: http://phaseportrait.blogspot.com/2007/12/file-associations-and-path-with-macvim.html which summarizes the common ways to fix this problem on OS...
99963
Tony Mechelynck
antoine.mechelynck@...
Jan 2, 2009 3:36 pm
... [...] AFAIK, most Vim developers read not only the vim_dev group but also the vim_use group. Best regards, Tony. -- The trouble with doing something right...
99964
zhengquan
zhang.zhengquan@...
Jan 2, 2009 6:50 pm
Dear vim users: I found that using Alt-I to insert an \item does not work in mlterm. xterm is ok. I wonder some mlterm features are blocking the alt-I combo. ...
99965
Tony Mechelynck
antoine.mechelynck@...
Jan 2, 2009 7:26 pm
... Alt-I is not a standard Vim binding. You might try to see how it is ... (both with and without the exclamation mark, and while editing the file where you...
99966
zhengquan
zhang.zhengquan@...
Jan 2, 2009 10:05 pm
Thanks Tony, the output of the two verbose commands shows no mappings. It is quite possible that the mlterm does not pass the alt-i combo to vim... I am ...
99967
Tony Mechelynck
antoine.mechelynck@...
Jan 2, 2009 10:32 pm
... You did issue them with your latex file current didn't you? What are you hoping that this Alt-I should do? ... As I said, if I were you I'd use a different...
99968
Ben Kim
bkim@...
Jan 2, 2009 11:31 pm
... Thanks for all the answers. I guess I can manage my problem with the suggested solutions. Ben Kim --~--~---------~--~----~------------~-------~--~----~ You...
99969
zhengquan
zhang.zhengquan@...
Jan 3, 2009 12:05 am
On Jan 2, 4:32 pm, Tony Mechelynck <antoine.mechely...@...> ... yes I did issue the commands with my latex file, and the output show no mappings. I am...
99970
zhengquan
zhang.zhengquan@...
Jan 3, 2009 12:05 am
On Jan 2, 4:32 pm, Tony Mechelynck <antoine.mechely...@...> ... yes I did issue the commands with my latex file, and the output show no mappings. I am...