... Ugh, I can't reproduce it at home with the example config on Windows Vista. There has to be something else interfering. I hope it's not some video card...
68511
mattn
mattn.jp@...
Feb 28, 2013 7:35 am
When type 'ra' with linewised lines, characters will be replaced. But if the characters are multi-byte, some characters are remaining as original. Below is a...
68512
Yukihiro Nakadaira
yukihiro.nakadaira@...
Feb 28, 2013 8:21 am
Ubuntu-12.10 Vim-7.3.843 gtk2 version Steps to reproduce: 1. locale and &encoding is utf-8. 2. Insert non-latin1 text (for example U+FF41). 3. Yank the text to...
68513
Yukihiro Nakadaira
yukihiro.nakadaira@...
Feb 28, 2013 10:43 am
There is some typos. diff -r ad7bbe9ea65b runtime/doc/index.txt ... +++ b/runtime/doc/index.txt Thu Feb 28 19:36:01 2013 +0900 @@ -1134,7 +1134,7 @@ ... ...
68514
Marvin Renich
mrvn@...
Feb 28, 2013 1:29 pm
[vim 7.3.547 from Debian wheezy] I just noticed that in options.txt under the help for 'backupdir39;, the link to 'patchmode39; doesn't work. Putting a space...
68515
Lech Lorens
lech.lorens@...
Feb 28, 2013 2:19 pm
... Confirmed on Windows 7 64 bit. For me the tooltips did not show at all after hovering over a piece of text until I moved the mouse pointer by a pixel or...
68516
Ken Takata
kentkt@...
Feb 28, 2013 2:58 pm
Hi, ... I couldn't build with Ruby 2.0 when using MinGW x64 or MSVC10. Attached patch fixes this problem. Makefiles are also changed to detect RUBY_PLATFORM...
68517
Yasuhiro MATSUMOTO
mattn.jp@...
Feb 28, 2013 3:40 pm
thank you ... -- - Yasuhiro Matsumoto -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are...
68518
Bram Moolenaar
Bram@...
Feb 28, 2013 5:01 pm
... I can reproduce it. Strange. -- A)bort, R)etry, P)lease don't bother me again /// Bram Moolenaar -- Bram@... -- http://www.Moolenaar.net \\92; ...
68519
Bram Moolenaar
Bram@...
Feb 28, 2013 5:01 pm
... Thanks, I'll include them. -- A)bort, R)etry, D)o it right this time /// Bram Moolenaar -- Bram@... -- http://www.Moolenaar.net \\92; ///...
68520
Bram Moolenaar
Bram@...
Feb 28, 2013 5:56 pm
... Thanks, I'll include it soon. -- login: yes password: I don't know, please tell me password is incorrect login: yes password: incorrect /// Bram Moolenaar...
68521
Bram Moolenaar
Bram@...
Feb 28, 2013 8:18 pm
... OK, that's easy to add. -- hundred-and-one symptoms of being an internet addict: 4. Your eyeglasses have a web site burned in on them. /// Bram Moolenaar...
68522
Bram Moolenaar
Bram@...
Feb 28, 2013 8:20 pm
... Right, the ( is included in the tag name. Simple solution is to insert the space. I found two more places where this is needed. -- hundred-and-one...
Hi Attached patch contains minor doc fixes. Regards Dominique -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply...
68524
Bram Moolenaar
Bram@...
Feb 28, 2013 10:11 pm
... Thanks. How can the problem be reproduced? Does this require two lines with multi-byte characters and then using "ra" with a count? -- Everybody wants to...
68525
Yasuhiro MATSUMOTO
mattn.jp@...
Feb 28, 2013 11:07 pm
Sorry I forgot to mention about the two or more lines is needed to reproduce. ... -- - Yasuhiro Matsumoto -- -- You received this message from the "vim_dev"...
68526
John Little
John.B.Little@...
Mar 1, 2013 3:27 am
It happens for me (on Kubuntu 12.10, 7.3.843). xclip -o reports Error: target STRING not available and other apps (I tried konsole, kate, firefox, LibreOffice)...
68527
Christian Brabandt
cblists@...
Mar 1, 2013 7:43 am
Hi John! ... Interestingly, when using terminal vim, it returns some kind of utf representation of the original buffer for the clipboard. E.g. I put U+FF41 in...
68528
Bram Moolenaar
Bram@...
Mar 1, 2013 1:33 pm
... Thanks for the patch! ... If we can't do it right it's better to not set the clipboard. We have to be careful not to own the selection when we are waiting...
68529
Charles Campbell
Charles.E.Campbell@...
Mar 1, 2013 3:18 pm
... Hello! Just wanted to note that I was able to duplicate something of this issue (using Scientific Linux 6.3). I hit space a lot, held it down a bit, etc....
68530
OOO
othree@...
Mar 1, 2013 4:47 pm
Hi I am trying to make Vim and JavaScript working together. And I found the default syntax file for JavaSctipt[1] have a bug. The problem is group names are...
68531
Christian Brabandt
cblists@...
Mar 1, 2013 6:24 pm
Hi Bram! ... I would even say don't save the selection in the CUT_BUFFER0 at all or only when the clipboard doesn't contain multibyte characters. I am not...
68532
rail shafigulin
rail.shafigulin@...
Mar 1, 2013 7:27 pm
I tried to compile Vim several times with perl and python3 support and the perl portion works but python3 crashes. I tried to compile it DYNAMIC_PYTHON3=yes...
68533
rail shafigulin
rail.shafigulin@...
Mar 1, 2013 8:12 pm
... I forgot to mention that I'm trying to compile with OLE support. Here is what I have in my bat file @echo off REM this file must be run in Vim source...
68534
rail shafigulin
rail.shafigulin@...
Mar 1, 2013 9:01 pm
... Well I found a solution to the python issue. Here it is http://markmail.org/thread/5lqelk2pfjobfwom But I still need a way to statically link those two...
68535
Ben Fritz
fritzophrenic@...
Mar 1, 2013 9:37 pm
... Please try building from the latest Vim source. You said you used the zip file of 7.3.46 from a few years ago. The latest code from the Mercurial...
68536
Bram Moolenaar
Bram@...
Mar 1, 2013 9:50 pm
... Thanks! -- The Feynman problem solving Algorithm: 1) Write down the problem 2) Think real hard 3) Write down the answer /// Bram Moolenaar --...
68537
Bram Moolenaar
Bram@...
Mar 1, 2013 9:50 pm
... Thanks. ... I mean that c_no_c11 should be a separate variable because it has a different meaning thatn cpp_no_cpp11, right? -- hundred-and-one symptoms of...
68538
Christian J. Robinson
heptite@...
Mar 1, 2013 9:59 pm
I'm sorry to complain, but over the last month my Windows Vim binary has spent more time in the broken or semi-broken status than in the functional category. ...
68539
Yasuhiro MATSUMOTO
mattn.jp@...
Mar 2, 2013 1:10 am
Yes, C11 is not C++11. It's ISO/IEC 9899: 2011. ... -- - Yasuhiro Matsumoto -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type...