Can't compile latest Vim using Make_cyg.mak

2012-11-14 Fir de Conversatie Christian J. Robinson
gcc-3 -O3 -fomit-frame-pointer -freg-struct-return -fno-strength-reduce -DWIN32 -DHAVE_PATHDEF -DFEAT_BIG -DWINVER=0x0500 -D_WIN32_WINNT=0x0500 -DFEAT_PERL -DDYNAMIC_PERL -DDYNAMIC_PERL_DLL=\"perl512.dll\" -DFEAT_PYTHON -DDYNAMIC_PYTHON -DDYNAMIC_PYTHON_DLL=\"python27.dll\" -DFEAT_RUBY -DDYNAM

Re: codebase documentation of vim?

2012-11-14 Fir de Conversatie Mostafa Shahverdy
Sure, I am trying to implement BiDi support as an internal feature for vim. I am at very first levels of understanding structures ;) On Thu, Nov 15, 2012 at 10:35 AM, Marc Weber wrote: > Consider contributing - talking about what you're doing now or when > you're done. > Your work might be of i

Re: codebase documentation of vim?

2012-11-14 Fir de Conversatie Marc Weber
Consider contributing - talking about what you're doing now or when you're done. Your work might be of interest to more people. Marc Weber -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit ht

Re: codebase documentation of vim?

2012-11-14 Fir de Conversatie Mostafa Shahverdy
Thanks, I think I have found files that I need to modify ;) On Thu, Nov 15, 2012 at 7:46 AM, Marc Weber wrote: > There is src/README.txt > > -- > You received this message from the "vim_dev" maillist. > Do not top-post! Type your reply below the text you are replying to. > For more information,

Re: codebase documentation of vim?

2012-11-14 Fir de Conversatie Marc Weber
There is src/README.txt -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Re: codebase documentation of vim?

2012-11-14 Fir de Conversatie Nazri Ramliy
On Wed, Nov 14, 2012 at 5:30 PM, Mostafa Shahverdy wrote: > How can I find a good overall structural documentation of vim codebase? > A good place to start is the data structures. Read src/structs.h. nazri -- You received this message from the "vim_dev" maillist. Do not top-post! Type your rep

Re: patch 691: Python, thread

2012-11-14 Fir de Conversatie Jakson Alves de Aquino
Hello! I'm replying to my own message again, but this time to inform people reading this thread how I have solved the problem: 1) I no longer create a socket server in Vim. I now use the Vim's +clientserver feature. 2) I adapted the C code of vim-remote to be used in the R package

Patch 7.3.715

2012-11-14 Fir de Conversatie Bram Moolenaar
Patch 7.3.715 Problem:Crash when calling setloclist() in BufUnload autocmd. (Marcin Szamotulski) Solution: Set w_llist to NULL when it was freed. Also add a test. (Christian Brabandt) Files: src/quickfix.c, src/testdir/test49.ok, src/testdir/test49.vim *** ../

Re: Please include the Dungeon Crawl syntax file with Vim

2012-11-14 Fir de Conversatie Jason A. Spiro
On Fri, Nov 9, 2012 at 9:22 AM, Darshan Shaligram wrote: > [...] I do not believe this syntax file needs to be > included with Vim since it is likely to have a *very* small niche of users > (viz. Crawl level designers) [...] I suspect that more Crawl players than Crawl level designers view Crawl

Re: some vim syntax fixes for multi-lined commands

2012-11-14 Fir de Conversatie Charles E Campbell Jr
Alexey Radkov wrote: Hi Charles. Thank you! You're welcome! 2012/11/14 Charles Campbell > (snipped) BTW, I prefer direct email contact for patches rather than via the mailing list. Ok, sure. But i did not know whom i should address with that.

Patch 7.3.714

2012-11-14 Fir de Conversatie Bram Moolenaar
Patch 7.3.714 Problem:Inconsistency: :set can be used in the sandbox, but :setlocal and :setglobal cannot. (Michael Henry) Solution: Fix the flags for :setlocal and :setglobal. (Christian Brabandt) Files: src/ex_cmds.h *** ../vim-7.3.713/src/ex_cmds.h2012-08-08 17:

Patch 7.3.713

2012-11-14 Fir de Conversatie Bram Moolenaar
Patch 7.3.713 Problem:printf() can only align to bytes, not characters. Solution: Add the "S" item. (Christian Brabandt) Files: runtime/doc/eval.txt, src/message.c *** ../vim-7.3.712/runtime/doc/eval.txt 2012-10-21 00:44:59.0 +0200 --- runtime/doc/eval.txt2012-11-14 18

Re: printf() vs. unicode (multi-byte encodings)

2012-11-14 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > Hi lith! > > On So, 11 Nov 2012, lith wrote: > > > Am Sonntag, 11. November 2012 10:03:49 UTC+1 schrieb ZyX: > > > > Is this intended? Is there an (easy) way to make printf() respect > > > > multi-byte encodings? > > > It is clearly stated in documentation that print

Re: gn/gN and backwards search

2012-11-14 Fir de Conversatie Ben Fritz
On Wednesday, November 14, 2012 12:28:16 AM UTC-6, Christian Brabandt wrote: > On Tue, November 13, 2012 22:08, Andy Wokula wrote: > > > Am 22.10.2012 17:12, schrieb Benjamin Fritz: > > >> The help for gn and gN says that gn searches "forward...like with n" > > >> and that gN "searches backward,

Re: Patch 7.3.710

2012-11-14 Fir de Conversatie Andy Wokula
Am 14.11.2012 07:23, schrieb Christian Brabandt: On Tue, November 13, 2012 22:02, Andy Wokula wrote: Am 23.10.2012 05:09, schrieb Bram Moolenaar: Patch 7.3.710 (after 7.3.704) Problem:Patch 7.3.704 breaks "fn". Solution: Add check for ca.cmdchar. (Christian Brabandt) Files: src/norm