VIM Search/Replace spaces between 2 brackets or columns
- by Glennular
Given the following line:
[aaaa bbbb cccc dddd] [decimal](18, 0) NULL,
How would you remove the space only between the first set of brackets in Vim? What would the /s command look like?