... I don’t use cp1252, nor do I use the (almost) equally horrible latin1 (ISO-8859-1). I use Unicode, specifically U+2018, U+2019, U+201C, and U+201D. ...
59773
Mike Williams
mike.williams@...
Dec 1, 2010 11:05 am
... If the spell lists are in 7-bit ASCII then applying a Unicode to ASCII conversion should map U+2019 to U+0027 and make spell DWIM. TTFN Mike -- .egassem...
59774
Nikolai Weibull
now@...
Dec 1, 2010 11:19 am
On Wed, Dec 1, 2010 at 12:05, Mike Williams ... What do you mean by ”applying a Unicode to ASCII conversion”? -- You received this message from the...
59775
Mike Williams
mike.williams@...
Dec 1, 2010 12:30 pm
... Passing the Unicode encoded text through something like iconv to produce an ASCII version of it. There are standard mapping tables for the punctuation...
59776
Nikolai Weibull
now@...
Dec 1, 2010 12:38 pm
On Wed, Dec 1, 2010 at 13:28, Mike Williams ... Why would I want to do that? I want my Unicode-encoded text. I figured that you were suggesting some sort of...
59777
Mike Williams
mike.williams@...
Dec 1, 2010 12:53 pm
... If the spelling tables are ASCII then I am just pointing out there is a means of having Unicode encoded text spell checked against them. The spell...
59778
Bram Moolenaar
Bram@...
Dec 1, 2010 8:13 pm
... Your message header had: Content-Type: text/plain; charset=windows-1252 This one has: Content-Type: text/plain; charset=UTF-8 ... Right, only latin1 quotes...
59779
Nikolai Weibull
now@...
Dec 1, 2010 9:01 pm
... Not according to GMail (this is what it sent): MIME-Version: 1.0 Sender: nikolai.weibull@... Received: by 10.220.190.204 with HTTP; Tue, 30 Nov 2010...
59780
SungHyun Nam
goweol@...
Dec 2, 2010 2:40 am
Hello, I Uses vim-7.3.69. If I undo 'do' or 'dp', I cannot do 'do' or 'dp' for that hunk again. I have to exit gvimdiff and re-run it. If I typed 'do', and...
59781
starwing
weasley.wx@...
Dec 2, 2010 4:03 am
2010/12/2 SungHyun Nam <goweol@...> ... press u:diffu<CR>, or define a map for that. ... -- You received this message from the "vim_dev" maillist. Do not...
59782
Bram Moolenaar
Bram@...
Dec 2, 2010 1:43 pm
... Have you tried using :diffupdate? ... Undo sometimes confuses the diff state. Updating the diff completely is quite slow, that's why Vim doesn't do that...
59783
Bram Moolenaar
Bram@...
Dec 2, 2010 2:01 pm
Patch 7.3.070 Problem: Can set environment variables in the sandbox, could be abused. Solution: Disallow it. Files: src/eval.c ... *************** ***...
59784
Bram Moolenaar
Bram@...
Dec 2, 2010 2:34 pm
Patch 7.3.071 Problem: Editing a file in a window that's in diff mode resets 'diff' but not cursor binding. Solution: Reset cursor binding in two more...
... Thanks for this patch Bram. This is one of the few things I've missed every day since I started using Vim some years ago. I just recompiled to try the...
59787
Bram Moolenaar
Bram@...
Dec 2, 2010 4:11 pm
Patch 7.3.073 Problem: Double free memory when netbeans command follows DETACH. Solution: Only free the node when owned. (Xavier de Gaye) Files:...
59788
Bram Moolenaar
Bram@...
Dec 2, 2010 4:14 pm
... Christian, did you do any more work on this patch? -- Sometimes you can protect millions of dollars in your budget simply by buying a bag of cookies,...
59789
Christian Brabandt
cblists@...
Dec 2, 2010 4:39 pm
... (There is another problem. Take a word, say "test", visually select it and then search for \%Vtest92;%V. It won't match, because \%V needs to match at the...
59790
Bram Moolenaar
Bram@...
Dec 2, 2010 8:44 pm
Patch 7.3.074 Problem: Can't use the "+ register like "* for yank and put. Solution: Add "unnamedplus" to the 'clipboard39; option. (Ivan Krasilnikov) ...
59791
Bram Moolenaar
Bram@...
Dec 2, 2010 8:46 pm
Patch 7.3.075 (after 7.3.072) Problem: Missing part of 'wildignorecase' Solution: Also adjust expand() Files: src/eval.c ... *************** ***...
Hi Running cppcheck static analyzer on vim/src/gui_riscos.c gives the following warnings: $ cppcheck gui_riscos.c Checking gui_riscos.c... [gui_riscos.c:1764]...
59793
Matt Wozniski
mjw@...
Dec 2, 2010 10:23 pm
... Shouldn't that be ctrl-] ? -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. ...
59794
Phil
pbasinska@...
Dec 2, 2010 10:35 pm
Hello, I see something which seems to be a bug but I would like to discuss it here. Indeed, I do not find bugtracker and I'm not sure my issue is really a bug....
59795
John Little
john.b.little@...
Dec 3, 2010 10:18 am
Over on vim_use, in suggesting a solution to someone who wants to sort ... With this vim's heap grew to 512 MiB, and my 1 GiB system swapped somewhat for a...
59796
Bram Moolenaar
Bram@...
Dec 3, 2010 9:18 pm
... Or it's text saved for undo. Try setting 'undolevels39; to -1. ... What is 'synmaxcol39; set to? ... -- For humans, honesty is a matter of degree. Engineers...
59797
H Xu
xusubsc@...
Dec 4, 2010 3:53 am
... Hello, I think I have fixed this problem. The attachment is the patch. The reason is that when gtk_menu_popup is called, its last parameter is not passed...
59798
Yue Wu
vanopen@...
Dec 4, 2010 8:29 am
In vim on xterm, yanking string that have multibyte charactors then paste into other GUI apps will make the string garbled. Say I have ˛âĘÔ in file, yank...
59799
ZyX
zyx.vim@...
Dec 4, 2010 9:37 am
Reply to message «Bug in clipboard support with multibyte charactors?», sent 11:28:07 04 December 2010, Saturday by Yue Wu: Let me guess: browser is Opera? I...
59800
Phil
pbasinska@...
Dec 4, 2010 12:34 pm
Do you think it is normal behaviour? Regards, Phil. ... -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the...
59801
Yue Wu
vanopen@...
Dec 4, 2010 2:33 pm
... Yes, it's opera! ... But the weired thing is that, xterm works fine in these conditions, just vim doesn't, so I suspect it's vim relative, not xterm and...