On Wednesday, February 26, 2014 1:44:00 PM UTC+1, Nathaniel Braun wrote: > Well, I guess I can tweak my code to perform that (and simplify the > > configuration) and submit a new patch, so I'll meet both requirements > > :) > > > > On Wed, Feb 26, 2014 at 1:38 PM, Anonimiy Anonimov wrote: > > > On Wednesday, February 26, 2014 4:27:49 PM UTC+4, Nathaniel Braun wrote: > > >> Hello, > > >> > > >> > > >> > > >> Well, I made a fix for that - you can see my patch there: > > >> > > >> https://groups.google.com/forum/#!searchin/vim_dev/tab/vim_dev/AZQWFbgnMIo/4lDupl_9JB0J > > > > > > Sorry if I'm wrong, but that patch doesn't allow "<------>" tabs > > (mcedit-like). > > > Also your way of configuration is much more complicated. I like StarWing's > > solution much more. Examples: > > > ">-" > > > "<->" > > > "-->" > > > > > > -- > > > -- > > > 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 a topic in the > > Google Groups "vim_dev" group. > > > To unsubscribe from this topic, visit > > https://groups.google.com/d/topic/vim_dev/bq9vyCYm7CU/unsubscribe. > > > To unsubscribe from this group and all its topics, send an email to > > > For more options, visit https://groups.google.com/groups/opt_out.
Hello, I just implemented the feature and I have a patch ready to be reviewed and tested. It implements the following procedure: If the tab is at least two chars wide then: - the first char is used once at the beginning - the second char is repeated to fill the tab - if the third char is specified, it is used once at the end If the tab is one char wide then: - if the third char is specified, then the third char is used - if the third char is not specified, then the first char is used Cheers -- -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
