What you want to write
classes = ('plane','car','bird','cat','deer','dog','frog','horse','ship','truck')
First of all, hit as follows
classes = ('plane,car,bird,cat,deer,dog,frog,horse,ship')
By replacing vim after
:s/,/','/g
You can do it.
If there is an easier way, please let the vimmers know.
Recommended Posts