Today I Learn

Today I Learn

Snippets, Tips, Links

22 Jul 2020

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: