Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5608

vimのquickrunで標準入力(STDIN)を渡す

$
0
0

概要

quickrunで標準入力をした時に別画面で入力するのが面倒だった為、調べました。

方法

<で標準入力ができました。
スペースを入れては駄目です。

ファイル指定

:QuickRun <aaa.txt

直接入力

:QuickRun <=3

色々試してみましたが、スペースは対応してなさそうです。

ヘルプ

:h quickrun-option-input
web

サンプルソース

<?php$a=trim(fgets(STDIN));echopow($a,3)."\n";

参考

https://twitter.com/__gfx__/status/432808461101842432


Viewing all articles
Browse latest Browse all 5608

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>