ターゲットテキストファイル。`{`と `}`の間にある行に4つの空白を追加するには?
<style type="text/css">
#wrap{
height: 550px;
width: 660px;
}
#wrap ul{
list-style: none;
}
#wrap li{
border-radius:3px;
cursor:pointer;
}
#wrap{
height: 550px;
width: 660px;
}
#wrap ul{
list-style: none;
}
#wrap li{
border-radius:3px;
cursor:pointer;
}
</style>
今私は以下のように表示された上記作るために、{
と}
の間で見つけラインの初めに4つの空白を追加します。
<style type="text/css">
#wrap{
height: 550px;
width: 660px;
}
#wrap ul{
list-style: none;
}
#wrap li{
border-radius:3px;
cursor:pointer;
}
#wrap{
height: 550px;
width: 660px;
}
#wrap ul{
list-style: none;
}
#wrap li{
border-radius:3px;
cursor:pointer;
}
</style>
多分、タスクを実行するすべてのコミットを実行するのは馬鹿です。
3,4s/^/ /g
7s/^/ /g
10,11s/^/ /g
14,15s/^/ /g
18s/^/ /g
21,22s/^/ /g
さらにシンプルでスマートな方法がありますか?
:2,23norm ==
をしかし、直接あなたの質問に答えるために、あなたは:
を含む行を対象にする必要があります:ドキュメントのファイルタイプが正しくhtml
に設定し、集計が正しく設定されている、次は十分なはずれたと仮定すると、
regパターンが間違っていることが確認されています。 –