... [...] ... The updating is needed, depending on 'concealcursor'. But at least we can skip it when 'conceallevel39; is zero. It would still be wrong when...
68085
Steve Hall
digitect@...
Feb 6, 2013 1:48 pm
On Wed, Feb 6, 2013 at 3:43 AM, Tony Mechelynck < ... [...] ... [...] ... Just did. And once again stable with my personal vimscript customizations, so we will...
68086
Bram Moolenaar
Bram@...
Feb 6, 2013 3:06 pm
... Thanks! -- "When I die, I want a tombstone that says "GAME OVER" - Ton Richters /// Bram Moolenaar -- Bram@... -- http://www.Moolenaar.net \\92; ...
68087
Bram Moolenaar
Bram@...
Feb 6, 2013 3:06 pm
... No, I don't want to remove or deprecate existing options. It's very annoying for people who get a new Vim version, especially if they didn't install it...
68088
Bram Moolenaar
Bram@...
Feb 6, 2013 3:06 pm
... Well, I'm afraid this is the wrong solution. We do not want to add global options that change how functions work. In your specific example it may fix a...
68089
Bram Moolenaar
Bram@...
Feb 6, 2013 3:12 pm
... I have included the files now. The syntax file is using the old style HiLink command. You can just use "hi def". The syntax file changes the 'iskeyword39;...
68090
Bram Moolenaar
Bram@...
Feb 6, 2013 3:26 pm
Patch 7.3.802 Problem: After setting 'isk' to a value ending in a comma appending to the option fails. Solution: Disallow a trailing comma for 'isk' and...
68091
Lane East
lane.east@...
Feb 6, 2013 4:00 pm
在 2013年1月30星期UTC+8午5时3342秒Bram Moolenaar写道: ... Here is a patch that adds an option 'rnucurrent39;/'rnuc' to control the...
68092
Ben Fritz
fritzophrenic@...
Feb 6, 2013 4:03 pm
... Probably it's too late, but I only contributed to the discussion. John Szakmeister was the original reporter of the issue. -- -- You received this message...
68093
Charles Campbell
Charles.E.Campbell@...
Feb 6, 2013 4:05 pm
... A use case: A lot of people have downloaded LargeFile.vim to help them handle large files (ie. not just me). I'd like some way to allow users of ...
68094
Charles Campbell
Charles.E.Campbell@...
Feb 6, 2013 4:15 pm
... Hello, Bram! This patch appears to be missing from ftp://ftp.home.vim.org/ ... Regards, Chip Campbell -- -- You received this message from the "vim_dev"...
68095
Ren Kcher
shirk@...
Feb 6, 2013 4:24 pm
... OK I accept you point in general however I may argue it does not apply for this special case. Let me try to explain: Plugin writers expect feedkeys() to...
68096
Ben Fritz
fritzophrenic@...
Feb 6, 2013 4:34 pm
In the new todo.txt I noticed: 9 ":gundo" command: global undo. Undoes changes spread over multiple files in the order they were made. Also ":gredo". Both...
68097
Tony Mechelynck
antoine.mechelynck@...
Feb 6, 2013 4:45 pm
... [...] I get the following warning in "tiny" build but not in "huge" build: gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/usr/local/include -O2 ...
68098
Ilya Esteban
ilyaesteban@...
Feb 6, 2013 5:23 pm
Thanks for the clarification. I think it would make sense to change the behavior so that when exiting Vim the viminfo file just saves all the currently active...
68099
Bram Moolenaar
Bram@...
Feb 6, 2013 5:24 pm
... I do not see the problem. How to reproduce? Your patch can't be right, the "l" command moves over characters, not columns. -- I bought a book on hair...
68100
Bram Moolenaar
Bram@...
Feb 6, 2013 5:24 pm
... I'll include them, thanks. -- BEDEVERE: Look! It's the old man from scene 24 - what's he Doing here? ARTHUR: He is the keeper of the Bridge. He asks...
68101
Bram Moolenaar
Bram@...
Feb 6, 2013 5:25 pm
Patch 7.3.803 (after 7.3.792) Problem: Substitute with confirmation and then "q" does not replace anything. (John McGowan) Solution: Do not break the...
68102
vim@...
Feb 6, 2013 5:28 pm
Comment #1 on issue 104 by mybeawdh...@...: Incorrect commentstring option for lisp http://code.google.com/p/vim/issues/detail?id=104 Is there an issue...
68103
vim@...
Feb 6, 2013 5:44 pm
Comment #2 on issue 104 by fritzoph...@...: Incorrect commentstring option for lisp http://code.google.com/p/vim/issues/detail?id=104 At the top of...
68104
Bram Moolenaar
Bram@...
Feb 6, 2013 5:45 pm
Patch 7.3.804 (after 7.3.799) Problem: Compiler warning for tiny build. (Tony Mechelynck) Solution: Add #ifdefs around variable. Files: src/buffer.c ...
68105
Bram Moolenaar
Bram@...
Feb 6, 2013 5:45 pm
... Ah, we forgot an #ifdef. I'll fix it. -- ROBIN: (warily) And if you get a question wrong? ARTHUR: You are cast into the Gorge of Eternal Peril. ROBIN:...
68106
Ben Fritz
fritzophrenic@...
Feb 6, 2013 5:49 pm
... No. The whole point of saving marks in .viminfo is that when you edit the file again you will see the marks. If you save your file with marks, quit Vim,...
68107
Bram Moolenaar
Bram@...
Feb 6, 2013 5:53 pm
Ilya Esteban wrote: [reordered] ... That doesn't work if you have multiple Vim programs running and they exit in any order. A mark set in one Vim would be...
68108
Christian Brabandt
cblists@...
Feb 6, 2013 6:05 pm
Hi Ilya! [please reformat your lines to some 70 chars] ... I wonder why this happens. What is your 'viminfo39; option set to? Could it be, it includes the % item...
68109
Ken Takata
kentkt@...
Feb 6, 2013 6:11 pm
Hi Bram, I found another problem in the help.vim. `` is concealed. ... But this line is displayed as: `` go to the position before the...
68110
Bram Moolenaar
Bram@...
Feb 6, 2013 6:50 pm
Patch 7.3.805 Problem: Lua version 5.2 is not detected properly on Arch Linux. Solution: Adjust autoconf. (lilydjwg) Files: src/configure.in,...
68111
Bram Moolenaar
Bram@...
Feb 6, 2013 6:58 pm
Patch 7.3.806 Problem: Compiler warnings in Perl code when building with Visual studio 2012. (skeept) Solution: Add type casts. (Christian Brabandt, 2013...
68112
Bram Moolenaar
Bram@...
Feb 6, 2013 7:00 pm
... I had just fixed this earlier today. I'll push runtime file updatess again. -- BRIDGEKEEPER: What is your favorite colour? GAWAIN: Blue ... No...
68113
Charles Campbell
Charles.E.Campbell@...
Feb 6, 2013 7:40 pm
... Hello, Bram! 7.3.806 is missing from ftp.home.vim.org . Regards, Chip Campbell -- -- You received this message from the "vim_dev" maillist. Do not...