... 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...
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...
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...
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 -- ...
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...
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...
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...
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...
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...
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...
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"...
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...
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...
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...
67737
vim@...
Jan 17, 2013 11:25 am
Updates: Status: Accepted Comment #12 on issue 103 by lech.lor...@...: Python thread are not running in background ...
67738
Bram Moolenaar
Bram@...
Jan 17, 2013 11:40 am
... I cannot reproduce the problem. Does this depend on the version of GTK? I'm also using glib-2.0 though. Any other feature that matters? -- In his...
67739
Bram Moolenaar
Bram@...
Jan 17, 2013 11:40 am
... I don't think the documentation says that it works according to any standard. If we go this way, we need to make sure we are actually using the right...
67740
Bram Moolenaar
Bram@...
Jan 17, 2013 12:24 pm
Patch 7.3.763 Problem: Jumping to a mark does not open a fold if it is in the same line. (Wiktor Ruben) Solution: Also compare the column after the jump....
67741
Bram Moolenaar
Bram@...
Jan 17, 2013 12:38 pm
Patch 7.3.764 Problem: Not all message translation files are installed. Solution: Also install the converted files. Files: src/po/Makefile ... ...
67742
Bram Moolenaar
Bram@...
Jan 17, 2013 1:00 pm
Patch 7.3.765 Problem: Segfault when doing "cclose" on BufUnload in a python function. (Sean Reifschneider) Solution: Skip window with NULL buffer....
67743
Bram Moolenaar
Bram@...
Jan 17, 2013 1:10 pm
Patch 7.3.766 Problem: ":help cpo-*" jumps to the wrong place. Solution: Make it equivalent to ":help cpo-star". Files: src/ex_cmds.c ... ...
67744
Bram Moolenaar
Bram@...
Jan 17, 2013 1:40 pm
Patch 7.3.767 Problem: (Win32) The _errno used for iconv may be the wrong one. Solution: Use the _errno from iconv.dll. (Ken Takata) Files:...
67745
Bram Moolenaar
Bram@...
Jan 17, 2013 2:37 pm
Patch 7.3.768 Problem: settabvar() and setwinvar() may move the cursor. Solution: Save and restore the cursor position when appropriate. (idea by Yasuhiro...
67746
Charles Campbell
Charles.E.Campbell@...
Jan 17, 2013 3:21 pm
... Hello! I just attempted to upgrade from 7.3.762 to 7.3.768; unfortunately, I get the following message: gmake[1]: *** No rule to make target `nl.mo',...
67747
Bram Moolenaar
Bram@...
Jan 17, 2013 4:04 pm
Patch 7.3.769 Problem: 'matchpairs39; does not work with multi-byte characters. Solution: Make it work. (Christian Brabandt) Files: src/misc1.c,...
67748
Yasuhiro MATSUMOTO
mattn.jp@...
Jan 17, 2013 4:11 pm
x2 seems not be initialized by -1. ... -- - Yasuhiro Matsumoto -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below...
67749
Bram Moolenaar
Bram@...
Jan 17, 2013 4:17 pm
Patch 7.3.770 Problem: Vim.h indentation is inconsistent. Solution: Adjust the indentation. (Elias Diem) Files: src/vim.h ... *************** ***...
67750
Bram Moolenaar
Bram@...
Jan 17, 2013 4:38 pm
Patch 7.3.771 (after 7.3.769) Problem: Uninitialized variable. (Yasuhiro Matsumoto) Solution: Set x2 to -1. Files: src/option.c ... *************** ...
67751
Bram Moolenaar
Bram@...
Jan 17, 2013 4:38 pm
... Right, thanks for reporting. -- If I tell you "you have a beautiful body", would you hold it against me? /// Bram Moolenaar -- Bram@... --...
67752
Bram Moolenaar
Bram@...
Jan 17, 2013 4:38 pm
... [...] ... You need to get src/po/nl.po. It is available from Mercurial: https://code.google.com/p/vim/source/browse/src/po/nl.po I realize that this is a...