Mark Andrews
Mark Andrews
Hello, and thank you for this plugin. I have a line in VSCode on which I want to replace all instances of double quote with single quotes. This command: `:s/"/'/g`...
I wrote a regex expression for the first time where I actually knew was I was doing, so that was a refreshing change from previously hacking a mess of ASCII...
This addresses Issue https://github.com/mdo/wtf-forms/issues/6 to add a style for `disabled` controls. The `readonly` attribute is [not pertinent to radio and checkbox controls](http://stackoverflow.com/a/155301/3003102). Please disregard the PR into the master branch.