javigon / vim

Automatically exported from code.google.com/p/vim
0 stars 0 forks source link

Add "space" argument to 'listchars' to show spaces in list mode #350

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It is not possible to make ordinary space characters visible when 'list'
is set.

'listchars' allows customising the display of other whitespace
characters ("tab", "nbsp"), and ordinary spaces when they are trailing
("trail"). But non-trailing spaces cannot be shown in list mode.

I think adding this feature would be useful

*   to make spaces visible when they are hidden after a tab character
    (see the attached screenshot),
*   to match user expectation (popular text editors can show spaces).

A patch with tests was maintained on the mailing list (see attachment).

Some discussion about this can be found on the mailing list.
https://groups.google.com/d/msg/vim_dev/dIQHjW1g92s/FPUU_-9N3wYJ
This is a feature frequently requested by new members of the community.

Original issue reported on code.google.com by 676c7...@gmail.com on 28 Mar 2015 at 11:44

Attachments:

GoogleCodeExporter commented 9 years ago
I do not see any name for who created this issue.
I do not include patches unless I know who authored it.

Original comment by brammool...@gmail.com on 31 Mar 2015 at 3:37