1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-23 23:34:12 +03:00

Merge remote-tracking branch 'sidkshatriya/remove-kak-history-file'

This commit is contained in:
Maxime Coste 2021-11-02 21:09:25 +11:00
commit e7adb01316
5 changed files with 6 additions and 1 deletions

View File

@ -720,6 +720,9 @@ void paste_all(Context& context, NormalParams params)
offsets.push_back(all.length());
}
if (offsets.empty())
throw runtime_error("nothing to paste");
Buffer& buffer = context.buffer();
Vector<Selection> result;
auto& selections = context.selections();

View File

@ -1 +0,0 @@
'reg' ':' '' 'wq'

View File

@ -0,0 +1 @@
<a-p>

View File

@ -0,0 +1 @@

View File

@ -0,0 +1 @@