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:
commit
e7adb01316
@ -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();
|
||||
|
@ -1 +0,0 @@
|
||||
'reg' ':' '' 'wq'
|
1
test/regression/4414-crash-on-paste-all/cmd
Normal file
1
test/regression/4414-crash-on-paste-all/cmd
Normal file
@ -0,0 +1 @@
|
||||
<a-p>
|
1
test/regression/4414-crash-on-paste-all/in
Normal file
1
test/regression/4414-crash-on-paste-all/in
Normal file
@ -0,0 +1 @@
|
||||
|
1
test/regression/4414-crash-on-paste-all/out
Normal file
1
test/regression/4414-crash-on-paste-all/out
Normal file
@ -0,0 +1 @@
|
||||
|
Loading…
Reference in New Issue
Block a user