Harig 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 indent level in a bit too much nested code when you also have > 'expandtab' option set and use spaces for indentation (e.g. Python > code in many repos enforce a 'spaces only indenting' policy).
I can't help but reading "lsp" as Lisp... Can you attach a screenshot, so that we can see what the effect is without rebuilding Vim? The change to Make_mvc.mak seems unrelated. I guess that most users would prefer highlighting the character, rather than replacing it with a printable character. I'm not sure this can already done with a :match. Might be tricky. It does seem very useful to highlight the indent every 'sw', especially for Python. It would clearly show code blocks. -- hundred-and-one symptoms of being an internet addict: 2. You kiss your girlfriend's home page. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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.
