Updates: Status: Accepted Comment #12 on issue 103 by lech.lor...@...: Python thread are not running in background ...
67736
vim@...
Jan 17, 2013 7:23 am
Comment #11 on issue 103 by degu...@...: Python thread are not running in background http://code.google.com/p/vim/issues/detail?id=103 Changing the...
67735
vim@...
Jan 17, 2013 7:21 am
Comment #10 on issue 103 by degu...@...: Python thread are not running in background http://code.google.com/p/vim/issues/detail?id=103 Hum, I'm wondering...
67734
vim@...
Jan 17, 2013 5:58 am
Comment #9 on issue 103 by degu...@...: Python thread are not running in background http://code.google.com/p/vim/issues/detail?id=103 Maybe the bug...
67733
Charles Campbell
Charles.E.Campbell@...
Jan 16, 2013 11:53 pm
... Sorry about sending this to the list; I meant for it to go directly to Marcin. Regards, C Campbell -- You received this message from the "vim_dev"...
67732
vim@...
Jan 16, 2013 11:23 pm
Comment #7 on issue 103 by degu...@...: Python thread are not running in background http://code.google.com/p/vim/issues/detail?id=103 I did find the...
67731
vim@...
Jan 16, 2013 10:53 pm
Comment #8 on issue 103 by zyx....@...: Python thread are not running in background http://code.google.com/p/vim/issues/detail?id=103 ... Nope. It is...
67730
vim@...
Jan 16, 2013 10:47 pm
Comment #2 on issue 103 by zyx....@...: Python thread are not running in background http://code.google.com/p/vim/issues/detail?id=103 Similar to the one...
67729
Charles Campbell
Charles.E.Campbell@...
Jan 16, 2013 10:36 pm
... Hello, Marcin: I've expanded on the idea of selectable LaTeX syntax suppression; I've attached syntax/tex.vim and syntax.txt. In particular, you'll be...
67728
David Barnett
daviebdawg@...
Jan 16, 2013 8:39 pm
Steps to reproduce: 1. Add "let java_highlight_functions = 'style39;" to the top of your .vimrc 2. Open any Java file with multiple levels of nesting 3. ":set...
67727
vim@...
Jan 16, 2013 7:28 pm
Comment #4 on issue 103 by zyx....@...: Python thread are not running in background http://code.google.com/p/vim/issues/detail?id=103 I also use Python2...
67726
Jakson Alves de Aquino
jalvesaq@...
Jan 16, 2013 7:19 pm
... Perhaps this problem is related with the one that I've reported two moths ago: https://groups.google.com/forum/?fromgroups=#!topic/vim_dev/1B2habthlBs -- ...
67725
ZyX
zyx.vim@...
Jan 16, 2013 6:59 pm
Replies from mailing list are not added to bug tracker: http://code.google.com/p/vim/issues/detail?id=103. Use commenting there. -- You received this message...
67724
vim@...
Jan 16, 2013 6:01 pm
Comment #3 on issue 103 by degu...@...: Python thread are not running in background http://code.google.com/p/vim/issues/detail?id=103 Spawning process...
67723
ZyX
zyx.vim@...
Jan 16, 2013 5:44 pm
... How would it happen? You need explicit :e or like in :fun-defaults function because otherwise &ei setting will be restored back before autocommand in...
67722
Tony Mechelynck
antoine.mechelynck@...
Jan 16, 2013 4:23 pm
On 15/01/13 20:26, ZyX wrote: [Tony Mechelynck wrote] ... Yes, see ":help expr-quote" (without the quotes). All the double-quoted strings below (and a few...
67721
vim@...
Jan 16, 2013 4:06 pm
Comment #5 on issue 103 by degu...@...: Python thread are not running in background http://code.google.com/p/vim/issues/detail?id=103 Yes you're right...
67720
vim@...
Jan 16, 2013 3:49 pm
Comment #6 on issue 103 by degu...@...: Python thread are not running in background http://code.google.com/p/vim/issues/detail?id=103 I just tried...
67719
vim@...
Jan 16, 2013 1:21 pm
Comment #1 on issue 103 by zyx....@...: Python thread are not running in background http://code.google.com/p/vim/issues/detail?id=103 Wondering whether...
... Thanks Christian I have not tried the patch yet but it looks like a nice improvement. When using equivalent class [[=x=]], I realized that what I generally...
67717
vim@...
Jan 16, 2013 4:12 am
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 103 by degu...@...: Python thread are not running in background ...
67716
Christian Brabandt
cblists@...
Jan 15, 2013 11:10 pm
Bram, I recently discovered, that using equivalence classes in regular expressions did not match all expected characters. Also I think, the current...
67715
Christian Brabandt
cblists@...
Jan 15, 2013 8:48 pm
Bram, for some reason or the other, I tried a tiny built. Unexptingly the configure script found gnome libraries and built a version of vim linked against the...
67714
Ben Fritz
fritzophrenic@...
Jan 15, 2013 8:13 pm
... Yes, you're right, I see it used by user scripts or plugins which need to make changes to buffers quickly without triggering potentially slow autocmds...
67713
ZyX
zyx.vim@...
Jan 15, 2013 7:51 pm
... Agreeing here: things I was thinking of when adding to list are easily avoided using &buftype or :{command}!. ... Wondering what purposes may make user set...
67712
ZyX
zyx.vim@...
Jan 15, 2013 7:26 pm
... In C strings are nothing more then pointers to an address of an allocated memory. Null terminators are just the most common convention, used and supported...
67711
Ben Fritz
fritzophrenic@...
Jan 15, 2013 7:18 pm
... 'eventignore39; also confuses me. Although it makes sense that it could cause problems, ignoring it would be a very bad idea, it's only ever set by the user...
67710
Ben Fritz
fritzophrenic@...
Jan 15, 2013 7:15 pm
... Why is 'confirm39; on the list? What problems does it cause in a script, when Vim would fail, but instead asks the user what to do? -- You received this...
67709
Markus Pargmann
mpargmann@...
Jan 14, 2013 9:35 pm
Hi, small patch for dts syntax file to highlight dts nodes with a specific adress, e.g. 'dma@1000100039;. Best regards, Markus -- You received this message from...
67708
ZyX
zyx.vim@...
Jan 14, 2013 7:07 pm
Note: options without ? (in my opinion) should definitely be added to the list. Before adding options with one ? I should think twice and maybe make some...