groups

name language licence
Tabs to spaces Other Other
Remove ctrl-M line breaks Other Other
Untitled Snippet Other Other



language: Other
licence: Other

Remove ctrl-M line breaks

options: view full snippetsend to code collector
:%s/^V^M/^V^M/g

Note that the ^ symbol mean ctrl, i.e. ctrl-M
	
(Continues...)