次の行からパーセンテージマークを削除したい:
oh_test_() ->
[
%{"fold", ?_test(fold(ns()))},
%{"fold nested", ?_test(fold_nested(ns()))},
%{"push arg empty table", ?_test(push_arg_empty_table(ns()))},
%{"push arg table 1", ?_test(push_arg_table1(ns()))},
%{"push arg nested table", ?_test(push_arg_nested_table(ns()))},
%{"multicall 0", ?_test(multicall_0(ns()))},
%{"multicall 1", ?_test(multicall_1(ns()))},
%{"multicall 2", ?_test(multicall_2(ns()))}
].
カーソルは最初のの行にあり%
ます。
:,/%/s/%//
または:
:,/%/normal ^x
予想:すべてのパーセントマークが削除されました。結果:最初の2パーセントのマークのみを削除します。
- なんで?
- どうすればいいですか
- ビジュアルモードを使用せずに、
- 行番号を数えませんか?