Vim |> Solve Makefile Error 'Missing Separator. Stop' in Vim
I got this error because I configed vim auto replace tabs to spaces.
use command
%s/^[ ]\+/\t/g
solved it.
Reference:
I got this error because I configed vim auto replace tabs to spaces.
use command
%s/^[ ]\+/\t/g
solved it.
Reference: