I thought I'd have a try at using Win32 GVim, and I'm finding that it's much more versatile than I realised. At this point I'm finding that for myself a lot of its features are still hidden. As an example I'm used to having a button on the toolbar to run external commands and capturing the output but I found in Vim it's :%!<command>
to get this.
I'm wondering what are the limitations of Vim itself (i.e. not Vi's). What, if any, are the features that you've found missing in Vim? Also have you subsequently found a way to enable this feature after all?