Hiroshi Shirosaki

Results 7 comments of Hiroshi Shirosaki

As a workaround, reading lines one by one seems to fix strange line break output. ```diff diff --git a/src/agent/Win32ConsoleBuffer.cc b/src/agent/Win32ConsoleBuffer.cc index ed93f40..dc4efce 100755 --- a/src/agent/Win32ConsoleBuffer.cc +++ b/src/agent/Win32ConsoleBuffer.cc @@ -157,8 +157,18...

Now the name is CommonMark. http://commonmark.org/

That patch `.*` may cause wrong match. Is it safe to include `:` in the pattern?

`:setl foldexpr=0` to disable folding of current buffer. `let g:vim_markdown_folding_disabled = 1` at runtime doesn't work.

`&foldexpr` seems to be string. `setl foldexpr=eval(orgfoldexpr)` restores the string value.

@ncw Thanks. I'll try with `--s3-copy-cutoff`. This issue would cause to make a lot of deleted storage and raise the cost on wasabi (30 days deleted storage charge). It might...

Wasabi support says that server side copy with `--s3-copy-cutoff 2000M` works.