... Thanks! Feedback welcome. One remark: in the help, add a bit more information about when this would be needed, why the folds are not updated...
56478
Christian Brabandt
cblists@...
Apr 1, 2010 7:50 pm
Hi Bram! ... Attached is an updated patch. Is this better? regards, Christian -- You received this message from the "vim_dev" maillist. Do not top-post! Type...
56479
Tony Mechelynck
antoine.mechelynck@...
Apr 2, 2010 10:59 pm
... Doesn't this patch duplicate the already existing zx command? If it does, and you can't remember it, I suggest the following ;-) ... Best regards, Tony. --...
56480
Christian Brabandt
cblists@...
Apr 3, 2010 11:27 am
Hi Tony! ... Please read again, what I already wrote ;) Should zx or zX maybe be changed to update the folds? regards, Christian -- You received this message...
56481
Yue Wu
vanopen@...
Apr 3, 2010 4:11 pm
Hi list, Don't know if it's a bug or feature, but when in visual mode, if I select just one multibyte charactor, say "我", getpos("'>")[2] will return a value...
56482
Tony Mechelynck
antoine.mechelynck@...
Apr 3, 2010 5:04 pm
... Unless 'virtualedit39; is set, getpos() returns values corresponding to the start position of a character. So if only one character was highlighted by the...
56483
Ingo Karkat
swdev@...
Apr 3, 2010 6:18 pm
... Correct. [At least in GVIM,] the cursor turns into a double-width block when on a Kanji character. 'virtualedit39; only applies to positioning inside <Tab> ...
56484
Tony Mechelynck
antoine.mechelynck@...
Apr 4, 2010 10:05 pm
... I'm surprised that nobody replied to this post in almost two months. You cannot click the mouse outside the window, so the maximum distance between the...
56485
Tony Mechelynck
antoine.mechelynck@...
Apr 5, 2010 2:29 am
On 11/02/10 01:23, Marc Weber wrote: [...] ... It's easy to construct one, but only on Unix-like systems, including Unix-like Cygwin and (IIUC) Mac OS X. Not...
56486
Nisha Chaudhari
nishakchaudhari@...
Apr 5, 2010 11:47 am
Hello all, Can anybody tell us how to compile gvim using vim72 source code on ubuntu 9.04? -- You received this message from the "vim_dev" maillist. Do not...
56487
John Little
john.b.little@...
Apr 5, 2010 1:22 pm
... 1) Get the source. I like the Mercurial repository: mkdir vim hg clone https://vim.googlecode.com/hg/ vim (You'd need mercurial installed for that.) 2)...
56488
Lech Lorens
lech.lorens@...
Apr 5, 2010 1:49 pm
Steps to reproduce: - create a file with 40 lines. E.g.: $ seq 1 40 >test.txt - create a Vim script file (e.g. called do.vim) with the following contents: #v+ ...
56489
Lech Lorens
lech.lorens@...
Apr 5, 2010 2:01 pm
... This is partly the fault of :keepjumps not being respected for the :put command used in the Netrw plugin, partly the fault of Netrw setting marks (in Gdb I...
56490
Lech Lorens
lech.lorens@...
Apr 5, 2010 2:11 pm
... Don't use apt-get for that. Use synaptic or aptitude instead. This will help you keep your system clean after installing / uninstalling multiple packages. ...
56491
ZyX
zyx.vim@...
Apr 5, 2010 2:18 pm
... 1 ... b (zyx:~) % LANG=C vim --version VIM - Vi IMproved 7.2 (2008 Aug 9, compiled Feb 12 2010 07:37:05) Included patches: 1-303 Modified by Gentoo-7.2.303...
56492
James Vega
jamessan@...
Apr 5, 2010 2:30 pm
... The functionality of recognizing which packages were automatically installed as dependencies has been in apt for a while, so pretty much any package...
56493
Charles Campbell
Charles.E.Campbell@...
Apr 5, 2010 2:31 pm
... Netrw does use and set the ' mark; however, I note that :keepj mark ' protects the jump list. I'll put that keepj in there with it. What I wish was...
56494
Lech Lorens
lech.lorens@...
Apr 5, 2010 3:01 pm
... Thanks for pointing this out. I feel old now ;-) -- Cheers, Lech -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply...
56495
Lech Lorens
lech.lorens@...
Apr 5, 2010 3:24 pm
While 10G does add to the jump list, ... does not. I believe that both the methods of moving from line to line should be consistent with regard to the jump...
56496
Lech Lorens
lech.lorens@...
Apr 5, 2010 4:22 pm
... [...] ... I like the modification you proposed. I've often needed to consult the calendar to make heads or tails of the "dated" field. This makes it a bit...
56497
Christian Brabandt
cblists@...
Apr 5, 2010 6:58 pm
Hi Lech! ... A recent enough apt should also ensure that. I think, there should be no difference anymore between aptitude and apt anymore. regards, Christian ...
56498
Shawn H Corey
shawnhcorey@...
Apr 5, 2010 10:37 pm
... I never tried this but I can get you started. First, you need to download build-essential. You can do this with System->Administration->Synpatic Package...
56499
Jürgen Krämer
jottkaerr@...
Apr 6, 2010 6:00 am
Hi, ... see ... Regards, Jürgen -- Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to...
56500
Nisha Chaudhari
nishakchaudhari@...
Apr 6, 2010 9:48 am
Thanx a lot!!! ... -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more...
56501
Ben Fritz
fritzophrenic@...
Apr 6, 2010 2:10 pm
... The first I heard of the build-dep trick was on this list. I thought that was pretty cool. Now you tell us synaptic can do that as well? This is awesome!...
56502
Lech Lorens
lech.lorens@...
Apr 6, 2010 6:32 pm
... Thanks for noticing build-dep. I didn't. -- Cheers, Lech -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below...
56503
Bram Moolenaar
Bram@...
Apr 6, 2010 6:41 pm
... That has the problem that when something goes wrong and the ":unlockjumps" is not reached the editor doesn't work properly. Perhaps we should support...
56504
Benjamin Fritz
fritzophrenic@...
Apr 6, 2010 7:00 pm
... Nuts. Oh well, I'm no worse off than before! -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you...
56505
Jean Johner
jean.johner@...
Apr 7, 2010 7:57 am
Hello, The situation is improving rapidly. I just installed netrw v137o. 1) Using a .vimrc containing just the following line: let g:netrw_fastbrowse = 2 and...
56506
Tony Mechelynck
antoine.mechelynck@...
Apr 8, 2010 5:26 am
... Update: There is a second case which triggers incorrect behaviour in "\<Char-nnnn>" when 'encoding39; is UTF-8: - As noted above, after every 0x80 byte in...