Hello Andy, Good suggestion. I'll look into the internals of listchars to implement this. I'll keep you posted. Cheers, Kip ... -- You received this message...
67622
Andy Spencer
andy753421@...
Dec 31, 2012 10:47 am
... I've wanted this before as well. Maybe instead of adding another option you could modify how listchars works? You could use tab:xyz for the left character,...
67621
Kip Coul
kipcoul@...
Dec 31, 2012 9:50 am
Hey guys, I'm quite news to Vim, and I enjoy using it very much. I'd like to suggest adding a new feature, which would IMO enhance the visualization of tabs. ...
67620
Lech Lorens
lech.lorens@...
Dec 30, 2012 10:07 pm
The attached patch fixes an E315 error that occurs for me sometimes when I work in Athena gvim under Cygwin. The stack trace when the problem occurs is as...
67619
ZyX
zyx.vim@...
Dec 30, 2012 7:25 am
... As a workaround you can open this with "gf" if you setup an autocmd: augroup PuppetProto autocmd! BufReadCmd puppet://* :exe 'e'.(v:cmdbang?'!':'')...
67618
Dimitar DIMITROV
mitkofr@...
Dec 29, 2012 11:38 pm
... It's an issue with puppet code which uses paths like: puppet:///modules/module_name/my_file that maps to real paths like ...
67617
Christian Brabandt
cblists@...
Dec 29, 2012 11:28 pm
Hi ... Bram, here is a patch to make the matchpairs setting multibyte aware. regards, Christian -- Bei ARD und ZDF reihern Sie in den 1. Sitzen. -- You...
67616
Bram Moolenaar
Bram@...
Dec 29, 2012 9:55 pm
... Thanks, I'll add it to the todo list. -- hundred-and-one symptoms of being an internet addict: 211. Your husband leaves you...taking the computer with him...
67615
Bram Moolenaar
Bram@...
Dec 29, 2012 9:55 pm
... Thanks! -- hundred-and-one symptoms of being an internet addict: 210. When you get a divorce, you don't care about who gets the children, but discuss...
67614
Bram Moolenaar
Bram@...
Dec 29, 2012 9:55 pm
... Thanks, I have included them. -- Your mouse has moved. Windows must be restarted for the change to take effect. Reboot now? /// Bram Moolenaar --...
67613
Bram Moolenaar
Bram@...
Dec 29, 2012 9:35 pm
... That depends. If someone uses :redir to capture the result of a command, then the list of completions just gets in the way. Generally, redirection is to...
67612
Bram Moolenaar
Bram@...
Dec 29, 2012 9:35 pm
... Thanks. I'm seriously running behind in including patches, I'm afraid.... -- "You mean there really is an answer?" "Yes! But you're not going to like it!"...
67611
Bram Moolenaar
Bram@...
Dec 29, 2012 9:35 pm
... Thanks, this looks useful. Instead of manual testing, it would be useful to have the tests in src/testdir. Vim is getting more and more complex, it's good...
67610
Bram Moolenaar
Bram@...
Dec 29, 2012 9:35 pm
... I haven't checked the sources but I think this is hard coded. It's intentional that this does not depend in 'isfname39;, so that things like http:// work...
67609
Ken Takata
kentkt@...
Dec 29, 2012 4:22 pm
Hi, ... I wrote an additional patch to support ACL when compiled with MinGW. (Current MinGW and Cygwin have the ACL stuff, but I don't know when they support...
67608
vim@...
Dec 29, 2012 10:44 am
Comment #2 on issue 11 by christia...@...: VIM shell extension added LANG environment variable to explorer.exe ...
67607
Dimitar DIMITROV
mitkofr@...
Dec 28, 2012 10:42 pm
Hi all, I think the following might (I am testing with Vim 7.3.409) be a bug: command vim -nNX -u NONE then insert: bla:///path/to/file then, with cursor being...
67606
yerv000
yerv000@...
Dec 28, 2012 6:16 pm
Hi Christian, I have tried your setup (Ubuntu 12.10 with MATE 1.4 in VMware) and I was able to reproduce the issue but only at a high resolution (1440x900 or...
67605
Alexandru Tică
alexandru.tica@...
Dec 27, 2012 10:14 pm
4. the index number of the selected item from the completion list. Having this additional information would be very useful in scenarios like the one posted on:...
... One more typo fixed in todo.txt in attached patch. Regards -- Dominique -- You received this message from the "vim_dev" maillist. Do not top-post! Type...
67603
Shougo
shougo.matsu@...
Dec 27, 2012 4:33 am
... You can get same behavior using get() hack. But I think the feature is more clealy. ... echomsg get(getbufvar(1, ""), 'foo', 'var') ... -- You received...
67602
Shougo
shougo.matsu@...
Dec 27, 2012 4:24 am
I created the patch for adding default value argument feature. I think this feature is useful to write Vim script. Below is vim script for testing the feature....
67601
mattn
mattn.jp@...
Dec 27, 2012 3:46 am
I've updated. ping -- 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...
67600
mattn
mattn.jp@...
Dec 27, 2012 3:42 am
ping -- 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...
67599
Ken Takata
kentkt@...
Dec 26, 2012 11:55 pm
Hi, I found some typos in todo.txt. Attached patch fixes them. Thanks, Ken Takata -- You received this message from the "vim_dev" maillist. Do not top-post!...
67598
Tony Mechelynck
antoine.mechelynck@...
Dec 26, 2012 10:24 pm
... Well, if you set your 'encoding39; to utf-8 once and for all in your vimrc (before any file is loaded), char2nr() will give you the Unicode codepoint number...
67597
ZyX
zyx.vim@...
Dec 26, 2012 7:35 pm
... I never said it is not a workaround. But it is still better then using :redir for the reasons explained in the last paragraph. I am arguing here that...
67596
Christian Brabandt
cblists@...
Dec 26, 2012 5:24 pm
Hi ZyX! ... This just looks like another ugly workaround, not better then using ... Mit freundlichen Grüßen Christian -- Dies ist die Probe, wie hoch man...
67595
ZyX
zyx.vim@...
Dec 26, 2012 4:39 pm
... There is already a workaround: https://github.com/paradigm/SkyBison/blob/eda32bb644fd0651679121dca11e41088dafc94b/plugin/skybison.vim#L141-L152 . Why do we...
67594
vim@...
Dec 26, 2012 4:28 pm
Comment #4 on issue 82 by dominiqu...@...: Vim does not correctly restore terminal title of xfce-terminal when exiting ...