Re: Repository cleanup

2015-04-01 Fir de Conversatie Christian Brabandt
Am 2015-04-01 01:24, schrieb Markus Heidelberg: If interested in this cleanup, I and maybe others could assemble the needed git and shell commands. Some of these tasks I consider as quite obligatory. Yes please! Best, Christian -- -- You received this message from the vim_dev maillist. Do

How to stop buffer number incrementing when writing to a temp file?

2015-04-01 Fir de Conversatie boss
Hello! I have some VimL where I write the current buffer to a temporary file like this: let tmp = tempname() execute 'keepalt silent write' tmp I then use the temporary file in an external command invoked with system(). Finally I delete the temporary file: call delete(tmp) At no

Re: Repository cleanup (Was: Preparations for moving to github)

2015-04-01 Fir de Conversatie Roland Eggner
High Markus! On 2015-04-01 Wednesday at 08:50 +0300 LCD 47 wrote: On 1 April 2015, Markus Heidelberg markus.heidelb...@web.de wrote: if switching to Git, we could seriously consider cleaning up the repository, now it might be the last chance for quite a while. I have collected some

Re: How to stop buffer number incrementing when writing to a temp file?

2015-04-01 Fir de Conversatie Christian Brabandt
Am 2015-04-01 11:30, schrieb b...@airbladesoftware.com: Hello! I have some VimL where I write the current buffer to a temporary file like this: let tmp = tempname() execute 'keepalt silent write' tmp I then use the temporary file in an external command invoked with system().

Re: How to stop buffer number incrementing when writing to a temp file?

2015-04-01 Fir de Conversatie boss
I started a thread on vim_dev... Oops, I mean vim_use. -- -- 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 --- You received this message because you are

Re: How to stop buffer number incrementing when writing to a temp file?

2015-04-01 Fir de Conversatie Andrew Stewart
On 1 Apr 2015, at 15:21, Christian Brabandt cbli...@256bit.org wrote: I fail to understand, why this is a problem, but you should be able to work around that using the writefile() function, which seems to be better suited for such a case. BTW: I think this is rather a topic for vim_use and

Re: How to stop buffer number incrementing when writing to a temp file?

2015-04-01 Fir de Conversatie Marius Gedminas
On Wed, Apr 01, 2015 at 03:21:15PM +0200, Christian Brabandt wrote: Am 2015-04-01 11:30, schrieb b...@airbladesoftware.com: I have some VimL where I write the current buffer to a temporary file like this: let tmp = tempname() execute 'keepalt silent write' tmp I then use the

autochdir + encoding=utf8 messes up diff

2015-04-01 Fir de Conversatie Axel Bender
Given the following .vimrc: --- set autochdir set encoding=utf-8 --- and the following directory/file structure: -- a\aa b\bb -- diffing aa and bb with -- gvim -d a\aa b\bb -- will not perform a diff. Instead message b\bb [NEW

Link redirection to GitHub from Google Code

2015-04-01 Fir de Conversatie Justin M. Keyes
The google code blog post[1] mentions that google code offers link-redirection: I work on Google Code, and we will be putting a service in place to redirect deep links to project homepages, issues, etc. to their new locations. Not sure what etc means, but ideally it means that links to tags

Re: Repository cleanup (Was: Preparations for moving to github)

2015-04-01 Fir de Conversatie Ben Fritz
I'm not sure why everyone seems to think the Vim development process is going to change drastically just because Bram is moving Vim to Github. A lot of that stuff you're daydreaming about is also possible with Mercurial, and Bram has resisted significant changes there for a long time. Although

Re: Repository cleanup (Was: Preparations for moving to github)

2015-04-01 Fir de Conversatie Christian Brabandt
Hi Ben! On Mi, 01 Apr 2015, Ben Fritz wrote: I'm not sure why everyone seems to think the Vim development process is going to change drastically just because Bram is moving Vim to Github. A lot of that stuff you're daydreaming about is also possible with Mercurial, and Bram has resisted

Re: Preparations for moving to github

2015-04-01 Fir de Conversatie Charles Campbell
Ben Fritz wrote: On Friday, March 27, 2015 at 4:06:47 PM UTC-5, Bruno Sutic wrote: - lastly, it has been mentioned a couple times vim plugin community is already on github. The objective statement that proves this: github currently has 42,636 vim related repositories, bitbucket has only 1652

Re: Issue 350 in vim: Add space argument to 'listchars' to show spaces in list mode

2015-04-01 Fir de Conversatie vim
Comment #2 on issue 350 by 676c7...@gmail.com: Add space argument to 'listchars' to show spaces in list mode https://code.google.com/p/vim/issues/detail?id=350 Hello there, it's me again, David Bürgin. Best, -- David -- You received this message because this project is configured to send

Re: Repository cleanup (Was: Preparations for moving to github)

2015-04-01 Fir de Conversatie Bram Moolenaar
Markus Heidelberg wrote: if switching to Git, we could seriously consider cleaning up the repository, now it might be the last chance for quite a while. I have collected some possibilities for improvement - some simple, some a bit more complicated, but if found the proper commands/scripts,

Re: Repository cleanup (Was: Preparations for moving to github)

2015-04-01 Fir de Conversatie Nikolay Pavlov
2015-04-01 22:52 GMT+03:00 Bram Moolenaar b...@moolenaar.net: Markus Heidelberg wrote: if switching to Git, we could seriously consider cleaning up the repository, now it might be the last chance for quite a while. I have collected some possibilities for improvement - some simple, some a

Re: New/updated syntax file: python.vim

2015-04-01 Fir de Conversatie Bram Moolenaar
Dmitry Vasiliev wrote: As agreed with Neil, I will maintain python.vim syntax file from now on. I've attached the new python.vim syntax file and a patch for runtime/doc/syntax.txt file. The python.vim is based on the Neil's syntax file from Vim 6.1 and was developed separately for about