... Thanks. I'll add a note to the todo list. -- GALAHAD: No. Look, I can tackle this lot single-handed! GIRLS: Yes, yes, let him Tackle us single-handed! ...
53965
Bram Moolenaar
Bram@...
Apr 5, 2009 3:56 pm
... In your Test() function there is no redraw. So even though you use "zb" it doesn't take effect. If you then later change something that triggers a...
53966
Bram Moolenaar
Bram@...
Apr 5, 2009 4:06 pm
... This gets really messy, especially if you also want to mention extensions and changes done in a later version. And worse when including bug fixes. You can...
53967
Tony Mechelynck
antoine.mechelynck@...
Apr 5, 2009 10:48 pm
... Well, OT1H they are somewhat annoying, but OTOH they are a warning that there might (not necessarily, but possibly) be a behaviour difference depending on...
53968
Lech Lorens
lech.lorens@...
Apr 5, 2009 11:06 pm
... The feature is controversial and seems to raise more problems than it has solved. My need was actually decreasing the size of the window so that it would...
53969
Tony Mechelynck
antoine.mechelynck@...
Apr 5, 2009 11:47 pm
... With Vim as-is, you can sometimes alternate between Ctrl-W _ (which expands the current window to maximum size, or to the count provided) and Ctrl-W =...
53970
Spencer Collyer
spencer@...
Apr 6, 2009 6:13 am
... IIRC, Vi's exrc files were just lists of Ex commands. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev"...
53971
George V. Reilly
george@...
Apr 6, 2009 7:10 am
On Sun, Apr 5, 2009 at 11:12 PM, Spencer Collyer ... Pretty much just :map and :set. Look at the code in $VIMRUNTIME/macros and shudder. -- /George V. Reilly...
53972
Dasn
dasn@...
Apr 6, 2009 11:49 am
... Hi Bram, I may not fully understand your point, sorry. To demonstrate it step by step, I added a breakpoint and two ":redraw!"s around the trigger point....
53973
Tony Mechelynck
antoine.mechelynck@...
Apr 6, 2009 5:00 pm
Cannot jump to a helptag containing a dash. Example: version5.txt defines *new-script*. But if you hit Ctrl-] on ... take you to *script* in usr41.txt (if the...
53974
Tony Mechelynck
antoine.mechelynck@...
Apr 6, 2009 5:11 pm
... P.S. The above ":setlocal" command in a filetype-plugin for "help" does indeed solve my problem. I suggest that the line be added to ...
53975
Tony Mechelynck
antoine.mechelynck@...
Apr 6, 2009 5:12 pm
... [...] ... art, except of course that it rightly belongs in $VIMRUNTIME/plugin. Best regards, Tony. -- This fortune intentionally not included. ...
53976
Tony Mechelynck
antoine.mechelynck@...
Apr 6, 2009 5:43 pm
... [...] ... Oops! 0x7F is a control character too. Change that to setl isk=33-126,161-255,^*,^92;",^\| Best regards, Tony. -- A student, in hopes of...
53977
Tony Mechelynck
antoine.mechelynck@...
Apr 6, 2009 6:34 pm
Vim is now capable of displaying any Unicode codepoint for which the installed 'guifont39; has a glyph, even outside the BMP (i.e., even above U+FFFF), but...
53978
Bram Moolenaar
Bram@...
Apr 6, 2009 8:17 pm
... I'll try this later. With the redraw commands it should indeed work. However, if it works OK when executing the commands by hand, and it's not OK when...
53979
Bram Moolenaar
Bram@...
Apr 6, 2009 8:17 pm
... The idea is that you open the help file with ":help" and then all the options are set properly. If you edit the help file in another way the 'iskeyword39;...
53980
Bram Moolenaar
Bram@...
Apr 6, 2009 8:22 pm
... It does cause problems for something like "\U12345" which would now be the character 0x1234 followed by the character 5. After the change it would become...
53981
Matt Wozniski
mjw@...
Apr 6, 2009 8:55 pm
... Well, I don't know about *convenient*, but one option would be to continue allowing \u to use 1-to-4 hex digits, and require that \U use exactly 8 (or...
53982
Tony Mechelynck
antoine.mechelynck@...
Apr 6, 2009 9:05 pm
... Ah, that's what happened. I opened it with ":0verbose vimgrep /\<func92;%[tion]\>/g $VIMRUNTIME/doc/version*.txt, hoping to both reduce processing time and...
53983
Tony Mechelynck
antoine.mechelynck@...
Apr 6, 2009 9:25 pm
... [...] It's actually patch 7.1.116 (30-Nov-2007). So no news-breaking scoop anymore, but as long as Vim's support of Unicode outside the BMP was less than...
53984
Tony Mechelynck
antoine.mechelynck@...
Apr 6, 2009 9:43 pm
On 06/04/09 22:18, Kenneth Reid Beesley wrote: [...] ... [...] In keymap files, it seems to work on Linux too (I use it in my owncoded "phonetic" keymaps for...
53985
Ron Aaron
rambamist@...
Apr 7, 2009 9:02 am
In my effort to suppress loading of "macmap.vim", I have come across what seems to be a bug. The output of "scriptnames" on my Mac gvim is: 1:...
53986
Dasn
dasn@...
Apr 7, 2009 10:35 am
... OK, I refined the Test() a little and it can still produce the problem. But this time, the testing commands needs some changes for cooperating: (I assume...
53987
Bram Moolenaar
Bram@...
Apr 7, 2009 10:44 am
... Requiring exactly 8 hex digits helps for the incompatibility. However, most Unicode characters are only 6 digits, so one needs to type two more. And it's...
53988
björn
bjorn.winckler@...
Apr 7, 2009 2:33 pm
... Hi Ron, I never understood the point of macmap.vim myself -- in fact, it doesn't even get sourced in MacVim.app (the code which loads it is #ifdef'ed out)....
53989
Ron Aaron
rambamist@...
Apr 7, 2009 4:32 pm
Right, I was thinking that may be what I had to do. AFAIK, the behavior of macmap.vim is unique across vim platforms. ... ...
53990
Mun Johl
Mun.Johl@...
Apr 7, 2009 4:37 pm
Hi Tony, Thanks very much for your reply. Once I uninstalled out of /usr/local and compiled and installed everything into /usr, 'vim - g' worked! I now have...
53991
Tony Mechelynck
antoine.mechelynck@...
Apr 7, 2009 10:57 pm
... [...] Actually, the user [._]vimrc is not guaranteed to be the first script sourced, even on non-mac platforms. Check the output of ":version" for a ...
53992
Tony Mechelynck
antoine.mechelynck@...
Apr 8, 2009 4:19 am
... In GTK2, it's rather easy. The 'guifont39; format for that version is just font-name + space + size (but remember that spaces must be backslash-escaped in...
53993
Ron Aaron
rambamist@...
Apr 8, 2009 4:43 am
Of course; but it is still a 'vimrc39; that starts first, not some arbitrary and unexpected script. On Apr 8, 1:51 am, Tony Mechelynck...