Monday, July 27, 2015

Re: There is a mistake in my « makefile »

I certainly agree with Eric and Gary in their advice, but I will mention a tip about vim and traditional makefiles: setting these vim options

:set list
:set listchars+=tab:>.

Makes visible the crucial tab character that makefiles must have at the beginning of command lines. You can put these two lines in

$HOME/.vim/after/ftplugin/make.vim

to have them invoked automatically.

Regards, John Little

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: