标签: linux diff vimdiff
使用vimdiff时,无论是否存在差异,我都希望显示一些字符的行。
例如,无论差异结果如何,我都希望在下面显示带有大括号的行。
DB::table('customer_type') ->select('customer_id', 'username') ->where('customer_type', 'Staff') ->pluck('customer_id', 'username')