File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33helpname: 'builtin'
44---
55<div id='vimCodeElement'>
6- <a class="Constant" href="builtin.html" name="builtin.txt">builtin.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2025 Jul 14 <br>
6+ <a class="Constant" href="builtin.html" name="builtin.txt">builtin.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2025 Jul 17 <br>
77<br>
88<br>
99 <span class="Identifier">VIMリファレンスマニュアル by Bram Moolenaar</span><br>
13441344<div class="helpExample"> " バイナリファイルの内容をエンコードする<br>
13451345 echo base64_encode(readblob('somefile.bin'))<br>
13461346 " 文字列をエンコードする<br>
1347- echo base64_encode(str2blob([ somestr] ))</div>
1347+ echo base64_encode(str2blob(somestr->split("\n") ))</div>
13481348<br>
13491349 <a class="Identifier" href="eval.html#method">method</a> としても使用できる:<br>
13501350<div class="helpExample"> GetBinaryData()->base64_encode()</div>
You can’t perform that action at this time.
0 commit comments