Re: Why src/po/Make_mvc.mak generate an empty target?

2015-07-13 Fir de Conversatie Ken Takata
Hi, 2015年7月12日日曜日 13時39分41秒 UTC+9 rexdf: D:\vim\src\ponmake -f Make_mvc.mak first_time Microsoft (R) Program Maintenance Utility Version 12.00.21005.1 Copyright (C) Microsoft Corporation. All rights reserved. E:\vim_tools\gettext-0.14.4\bin\xgettext --default-domain=

Issue 382 in vim: Patch for /runtime/syntax/python.vim

2015-07-13 Fir de Conversatie vim
Status: New Owner: Labels: Type-Patch New issue 382 by e.kawasc...@gmail.com: Patch for /runtime/syntax/python.vim https://code.google.com/p/vim/issues/detail?id=382 modify exceptions Attachments: python.vim.patch 2.8 KB -- You received this message because this project is

Re: Issue 382 in vim: Patch for /runtime/syntax/python.vim

2015-07-13 Fir de Conversatie vim
Comment #2 on issue 382 by e.kawasc...@gmail.com: Patch for /runtime/syntax/python.vim https://code.google.com/p/vim/issues/detail?id=382 fix source url Attachments: python.vim.patch 2.8 KB -- You received this message because this project is configured to send all issue

Re: Issue 382 in vim: Patch for /runtime/syntax/python.vim

2015-07-13 Fir de Conversatie vim
Comment #1 on issue 382 by e.kawasc...@gmail.com: Patch for /runtime/syntax/python.vim https://code.google.com/p/vim/issues/detail?id=382 fix source url -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your

Re: Issue 383 in vim: Add support for marshalling JSON

2015-07-13 Fir de Conversatie vim
Comment #1 on issue 383 by zyx@gmail.com: Add support for marshalling JSON https://code.google.com/p/vim/issues/detail?id=383 `null` is usually parsed in as zero, not as an empty string (depends on the plugin author obviously; I use zero, same does NeoVim for msgpack Nil).

Re: Why src/po/Make_mvc.mak generate an empty target?

2015-07-13 Fir de Conversatie rexdf
Thanks, I just figure out I need to set a LANGUAGE. Sorry for missing that part in README_mvc.txt. But Make_cyg.mak and Makefile has a for loop for all target. Maybe I can make a patch for this, but it's not a bug, maybe others don't like it. -- -- You received this message from the vim_dev

Re: Why src/po/Make_mvc.mak generate an empty target?

2015-07-13 Fir de Conversatie rexdf
A working one, we can use `nmake -f Make_mvc.mak install` to install all language file into src/runtime/lang. PS: `(set target=%i) echo %target%` seems not working in nmake makefile. Another problem is %i and %%i in batch for loop. If we call `nmake -f Make_mvc.mak install` in a batch file,

Re: colorcolumn/cursorcolumn conceal + wrap voodoo

2015-07-13 Fir de Conversatie Dominique Pellé
Alexey Radkov alexey.rad...@gmail.com wrote: Hi Dominique. Thank you for testing this. The patch was missing a simple test in the macro FIX_FOR_BOGUSCOLS. I added that in a new patch attached: now it should work. Cheers. Thanks Alexey for the update. I've tried it. It's better now. So

Issue 383 in vim: Add support for marshalling JSON

2015-07-13 Fir de Conversatie vim
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 383 by daviebd...@gmail.com: Add support for marshalling JSON https://code.google.com/p/vim/issues/detail?id=383 Could vim have a built-in tojson({value}) and fromjson({json}) helpers to serialize and deserialize JSON?

Re: [patch] Respect file's EOL/NOEOL settings

2015-07-13 Fir de Conversatie Pavel Samarkin
Hi all, I don't like the name 'respecteol', from just seeing it I don't know what it means. 'fixeol' probably would do the same, only has the inverted value. 'fixeol' is much better. Thank you, I was not sure about the name since the very beginning. Please find the updated patch in