Re: [patch] Option to show indent level with 'expandtab' and 'list' option

2014-03-03 Fir de Conversatie Christ van Willegen
Hi hari.g, On Sun, Dec 1, 2013 at 9:07 AM, hari.g wrote: > After giving this more thought, I feel that overloading 'list' and 'listchars' > to show indentation levels is not right. Also, the other patch mentioned > above [1] provides functionality to show space characters when list is > set, whic

Incorrect expansion of %?

2014-03-03 Fir de Conversatie Gary Johnson
There is a difference between the expansion of % and Ctrl-R % on the command line. I use Dropbox to keep a number of my configuration files, including my ~/.vim directory, synchronized between various machines running Linux and Windows. Today I discovered this file in the ~/Dropbox/vimfiles of a

[PATCH] XDG Base Directory Specification support

2014-03-03 Fir de Conversatie Jean-François Bignolles
Hello, the attached patch adds support for XDG Base Directory Specification. This is a compile-time option ("--enable-xdg-basedir"), off by default. See http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html for details. When enabled: - Vim handles environment variables XDG_CACHE

Re: [patch] Option to show indent level with 'expandtab' and 'list' option

2014-03-03 Fir de Conversatie Charles
On Sun, Dec 1, 2013 at 3:07 PM, hari.g wrote: > On Thursday, November 28, 2013 5:50:23 PM UTC+5:30, Bram Moolenaar wrote: > ... >> > The attached patch adds a 'listchars' option 'lsp' which marks leading >> >> > space at 'shiftwidth' with the defined characer so that you can follow >> >> > the ind

Re: [patch] Add android to list of platforms lacking mblen()

2014-03-03 Fir de Conversatie Bram Moolenaar
Fredrik Fornwall wrote: > With this change vim can be compiled with a standalone android > toolchain without further patches, provided that the necessary > configure arguments are given. Thanks. I like simple solutions. -- Save the plankton - eat a whale. /// Bram Moolenaar -- b...@moolena

Re: [patch] Option to show indent level with 'expandtab' and 'list' option

2014-03-03 Fir de Conversatie Amadeus Demarzi
hari.g: Overall, this patch is pretty good. A couple things I have noticed: 1) Seems I must do `set incsearch` AFTER the `set showindent` declaration or else incsearch never gets set? 2) It would be nice to also highlight the first column on indentations, to match functionality with tabs Thi

[patch] Add android to list of platforms lacking mblen()

2014-03-03 Fir de Conversatie Fredrik Fornwall
With this change vim can be compiled with a standalone android toolchain without further patches, provided that the necessary configure arguments are given. diff -r 04c4ef8c0a1b -r d0dd309e0f75 src/mbyte.c --- a/src/mbyte.c Mon Feb 24 03:32:00 2014 +0100 +++ b/src/mbyte.c Mon Mar 03

Re: [PATCH] the third char of the 'tab' option of 'listchars'.

2014-03-03 Fir de Conversatie Nathaniel Braun
Hello everyone, Quick reminder to tell you that if you want to review and test the 'third tab char' option, you can see my commit there: https://code.google.com/r/pragmb-vim/source/detail?r=427b709517fcd5b86ec57c90c4cba37d4a0778db The code is based on vim HEAD. Thanks for your feedback! Regards,