Hi. The replace all option 'g' doesn't seem to be working in my case. It replaces only the first occurrence on a line.
for eg. in the following line I wanted to remove the extra whitespaces between input [] and the name of the variable: task init (input [1:0] u, input [3:0] hash, input [3:0] hash_index1) Using: :%s/\][\ ]\+/\]\ /g replaces only for the first variable - input [1:0] u Jerin -- http://jerinj.blogspot.com/ --
