I'd like (G)Vim to draw 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 for Tabs, and I'm using spaces instead of the Tabs.
My .vimrc contains:
set ts=4
set sw=4
set expandtab
set softtabstop=4
Thanks for help