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...
68540
Yasuhiro MATSUMOTO
mattn.jp@...
Mar 2, 2013 2:08 am
What value specified for make? ... -- - Yasuhiro Matsumoto -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below...
68541
Christian J. Robinson
heptite@...
Mar 2, 2013 2:30 am
... I have attached my modified Make_ming.mak. Due to the necessity of hacking Make_ming.mak to get it to compile with the Perl interface, I have just started...
68542
glts
676c7473@...
Mar 2, 2013 9:36 am
Hi ... If you think this is an error in the Javascript syntax file, the normal course of action is to contact the maintainer of the syntax file. You can find...
68543
Bram Moolenaar
Bram@...
Mar 2, 2013 12:35 pm
... When the command executed by system() obtains the current selection and Vim owns it, you get a deadlock. I'm not sure if there is a timeout, but I do...
68544
Ken Takata
kentkt@...
Mar 2, 2013 3:32 pm
Hi Christian, ... You set RUBY_VER as 191, but it should be 19. Regards, Ken Takata -- -- You received this message from the "vim_dev" maillist. Do not...
68545
Christian J. Robinson
heptite@...
Mar 2, 2013 5:36 pm
... Thank you, this fixed it. I wonder why it even worked before? - Christian -- An elephant is a mouse with an operating system. Christian J. Robinson...
68546
Roland Eggner
edvx1@...
Mar 2, 2013 7:13 pm
... Thank you for taking care. ... -- Regards Roland Eggner...
68547
Ken Takata
kentkt@...
Mar 2, 2013 11:29 pm
Hi Christian, ... See the patch 7.3.834. Regards, Ken Takata -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply...
68548
fujiistorage@...
Mar 3, 2013 9:18 am
Hi. I have an issue about QuitPre event. [step] 1. Add following autocmd statements to .vimrc. - autocmd QuitPre * call system('touch ~/quitpre.txt39;) 2. Open...
68549
Richo Healey
healey.rich@...
Mar 3, 2013 12:18 pm
By default, OSX uses a case insensitive filesystem. However, it's well documented and common to use a case sensitive filesystem for one's code. This patch...
68550
Bram Moolenaar
Bram@...
Mar 3, 2013 12:28 pm
... Thanks for the patch. I'll look into it. -- hundred-and-one symptoms of being an internet addict: 22. You've already visited all the links at Yahoo and...
68551
ZyX
zyx.vim@...
Mar 3, 2013 12:34 pm
... hg export -r d2dc1a943e25c16f1facec996437e6eba070d072 or hg diff -r {upstream} -r d2dc1a943e25c16f1facec996437e6eba070d072 . -- -- You received this...
68552
Richo Healey
healey.rich@...
Mar 3, 2013 12:45 pm
... Thankyou very much. Patch is attached. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are...
68553
glts
676c7473@...
Mar 4, 2013 8:03 am
This patch fixes the following item from the todo list: 8 ":g//" gives "Pattern not found error" with E486. Should not use the error number, it's not a...
68554
glts
676c7473@...
Mar 4, 2013 9:00 am
Here's the patch again, this time with the updated runtime/doc/todo.txt included. -- -- You received this message from the "vim_dev" maillist. Do not top-post!...