Re: set list command?
Just found ViEmu and I'm super excited! I've been using vim in a command window for years but I have been missing out on some of the other nice features of MSDEV by doing this... anyway, when I first tried out ViEmu I did notice one command that I use often that wasn't implemented: set list. Are there any plans to add this soon? I'm sure you are familiar with what it does, but just in case it's one that you haven't used, it converts "invisible" control codes in your source file to symbols. For example, the end of line is marked with a $ and tabs are shown as ^I. I often use this when cutting and pasting code from several sources into one file to make sure that the use of tabs or spaces is consistant.
Thanks!
Jeff