Since I use VIM as my main IDE, alot of times I have to remove the new line that is added to files when I edit them. To do that, edit the file you are working on and type the following:
:set noendofline binary
:wq!
Since I use VIM as my main IDE, alot of times I have to remove the new line that is added to files when I edit them. To do that, edit the file you are working on and type the following:
:set noendofline binary
:wq!