Replace MzScheme by something newer

2015-05-12 Fir de Conversatie 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 replace MzScheme support by something different. While Racket seems to be the logical replacement, I'd go with a more common Lisp dialect l

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

2015-05-12 Fir de Conversatie Nikolay Pavlov
2015-05-12 21:29 GMT+03:00 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

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

2015-05-12 Fir de Conversatie 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 with '>' key: print a # print a Regard

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

2015-05-12 Fir de Conversatie Daniel Hahler
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 > Similar case for MERGE_MSG > > Would it be

[patch] Command-line window first character was erased when CTRL-C typed and 'conceallevel' option greater than 0.

2015-05-12 Fir de Conversatie h_east
Hi Bram and Vim addicts :-) How to reproduce. (I checked Vim 7.4.728 on fedora 20 via PuTTY 0.64) - Start Vim and conceallevel=1 $ vim -u NONE -i NONE -N -c 'set conceallevel=1' - Display command-line window q: - Cancel command-line window CTRL-C Expected behavior. - Cursor move to command-

Re: [patch] Added v:completed_item feature for CompleteDone event

2015-05-12 Fir de Conversatie Simon
+1 -- -- 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 subscribed to the Google Groups "vim_dev" group. To un

Re: [new feature] [patch] Added completeselect option

2015-05-12 Fir de Conversatie Simon
On Thursday, May 30, 2013 at 3:30:12 AM UTC+3, Shougo wrote: > Hello. > > I developed "completeselect" option feature in Vim. > > It determines how to select candidate in ins-completion. > > The possible values are: > 0 select and insert first candidate > 1 select first candidate but not inser