wandbox-vim
wandbox-vim copied to clipboard
Wandbox plugin for vimmers. http://melpon.org/wandbox/
#include int main(void) { printf("%5-1の答えは%d¥n", 5-1); printf("10÷2の答えは5d¥n", 10/2); printf("2×5の答えは%d¥n", 2*5); return 0, }
The following code can never run successfully from vim ```cpp #include #include int main() { int x = 3; std::cout
- https://github.com/melpon/wandbox/blob/master/kennel2/API.rst - Add an option to generate permlink. The permlink is output with `echomsg` in commandlline and copied to clipboard automatically. - The feature is not enabled by default...
`:Wandbox` を実行し、結果が出力される前に再度 `:Wandbox` を実行すると一瞬、空の出力結果が表示されます。