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
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
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
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
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-
+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
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