Re: filetype.vim not detecting COMMIT_EDITMSG if using --separate-git-dir

2015-05-13 Fir de Conversatie Bram Moolenaar
Daniel Hahler wrote: > Am Montag, 11. Mai 2015 17:25:59 UTC+2 schrieb David Bialik: > > > git init --separate-git-dir gitrepo code > > > > now the filetype will be detected as conf instead of gitcommit. > > > > This is because in filetype.vim the detection assumes .git/COMMIT_EDITMSG > > Simil

Patch 7.4.729

2015-05-13 Fir de Conversatie Bram Moolenaar
Patch 7.4.729 (after 7.4.721) Problem:Occasional crash with 'list' set. Solution: Fix off-by-one error. (Christian Brabandt) Files: src/screen.c *** ../vim-7.4.728/src/screen.c 2015-05-04 17:28:17.35737 +0200 --- src/screen.c2015-05-14 05:49:39.183210016 +0200

Issue 364 in vim: sh syntax highlight breaks on "'\$#'": everything after becomes shDoubleQuote

2015-05-13 Fir de Conversatie vim
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 364 by ciro.san...@gmail.com: sh syntax highlight breaks on "'\$#'": everything after becomes shDoubleQuote https://code.google.com/p/vim/issues/detail?id=364 What steps will reproduce the problem? a=b echo "'\$#'" c=d Wh

Re: Replace MzScheme by something newer

2015-05-13 Fir de Conversatie Nikolay Pavlov
Last time I checked Vim built and run with Racket support, but crashed when I tried to use it. 2015-05-13 0:09 GMT+03:00 tux. : > Vim has (in theory) had support for MzScheme for a while now; still, > as MzScheme is "dead" (integrated in the new language Racket), it > could be appropriate to repla

Re: Patch 7.4.721

2015-05-13 Fir de Conversatie h_east
Hello parcs and Bram, 2015/5/13(Wed) 22:21:00 UTC+9 parcs: > On Sunday, May 10, 2015 at 10:39:44 PM UTC-4, h_east wrote: > > Hello parcs, > > > > 2015/5/11(Mon) 9:57:10 UTC+9 parcs: > > > Hello, > > > > > > On Monday, May 4, 2015 at 10:52:23 AM UTC-4, Bram Moolenaar wrote: > > > > Patch 7.4.721

Re: Patch 7.4.721

2015-05-13 Fir de Conversatie parcs
On Sunday, May 10, 2015 at 10:39:44 PM UTC-4, h_east wrote: > Hello parcs, > > 2015/5/11(Mon) 9:57:10 UTC+9 parcs: > > Hello, > > > > On Monday, May 4, 2015 at 10:52:23 AM UTC-4, Bram Moolenaar wrote: > > > Patch 7.4.721 > > > Problem:When 'list' is set Visual mode does not highlight anything

Re: Lua 5.3 detection on Windows using Vim 7.4.691

2015-05-13 Fir de Conversatie mosquito
在 2015年5月8日星期五 UTC+8上午11:13:12,驼峰写道: > 在 2015年4月21日星期二 UTC+8下午12:02:04,Andrei Olsen写道: > > On Monday, April 20, 2015 at 3:31:09 PM UTC+2, tux. wrote: > > > Am 2015-04-19 18:53, schrieb Claudia Hardman: > > > > > > > Tested with tuxproject 7.4.699 x64, and also with precompiled 7.4.691 > > > > x64

Re: issue: indent lines (shift lines with '>' key)

2015-05-13 Fir de Conversatie Christian Brabandt
Am 2015-05-12 20:29, schrieb Mikhail V: For python code, indenting selected lines with '>' key does not shift commented line, if it has initially zero indent. Can be reproduced only with "smartindent" setting on. Version 7.4.52, Ubuntu. Example: print a #print a after selecting and shifting wi

Re: filetype.vim not detecting COMMIT_EDITMSG if using --separate-git-dir

2015-05-13 Fir de Conversatie Christian Brabandt
Am 2015-05-13 09:23, schrieb David Bialik: Am Dienstag, 12. Mai 2015 17:25:15 UTC+2 schrieb Daniel Hahler: It could be made to only match the filename, yes. You can do it in a filetype.vim file for yourself: Cheers, Daniel. I am currently figuring out if my current approach is OK, or has

Re: filetype.vim not detecting COMMIT_EDITMSG if using --separate-git-dir

2015-05-13 Fir de Conversatie David Bialik
Am Dienstag, 12. Mai 2015 17:25:15 UTC+2 schrieb Daniel Hahler: > It could be made to only match the filename, yes. > You can do it in a filetype.vim file for yourself: > Cheers, > Daniel. I am currently figuring out if my current approach is OK, or has flaws, maybe you can point me in the righ