I d like (g)Vim to draw a pipe symbol |
on each 4th space of indentation to show something like vertical indentation line.
I found this plugin: http://vim.sourceforge.net/scripts/script.php?script_id=628, but it works only with tab characters, and I m using spaces for indentation.
My .vimrc
contains:
set ts=4
set sw=4
set expandtab
set softtabstop=4
Thanks for help