minor cleanup

This commit is contained in:
Maxime Coste 2012-12-31 13:57:21 +01:00
parent 18b35a3ab3
commit 4e69ec078d

View File

@ -131,7 +131,6 @@ void do_pipe(Context& context)
cmdline, context, {}, {})); cmdline, context, {}, {}));
editor.insert(strings, InsertMode::Replace); editor.insert(strings, InsertMode::Replace);
}, context); }, context);
} }
template<SelectMode mode> template<SelectMode mode>