2019-10-25 14:25:48 +02:00
|
|
|
" Create the `b:undo_ftplugin` variable if it doesn't exist
|
|
|
|
call ftplugined#check_undo_ft()
|
2019-10-25 14:15:56 +02:00
|
|
|
|
2019-10-19 04:50:22 +02:00
|
|
|
" Makefiles should use tabs to indent
|
|
|
|
setlocal noexpandtab
|
|
|
|
let b:undo_ftplugin.='|setlocal noexpandtab<'
|