Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
他の方向で機能する多くのことを見つけることができましたが、今のところあまり運がありません.
readコマンドラインから新しいバッファに移動できるようにしたい。私は次のようなものを期待しています:
read
:r!tac % | new
新しいバッファには次の出力が含まれますtac %
tac %
これを行う合理的な方法はありますか?
ああ-答えはを使用することであることがわかりました#。これは、最後に使用されたバッファ(?)であると思います
#
:enew | r!tac #
の出力をtac <current buffer>新しいバッファに読み込みます。
tac <current buffer>
I am using Xstream to generate JSON for my application.I want to use JSON for ajax support. When i try
xstream.alias(classAlias, jsonModel.getClass()); //Note classAlias="records"