auto-format オプションを使用する場合
set formatoptions=taw
vim では、箇条書き文字で始まる段落は次のようにフォーマットされます。
• This is an
item of a list.
行頭の「•」を空白文字として扱うようにvimに指示するにはどうすればよいですか
• This is an
item of a list.
?
auto-format オプションを使用する場合
set formatoptions=taw
vim では、箇条書き文字で始まる段落は次のようにフォーマットされます。
• This is an
item of a list.
行頭の「•」を空白文字として扱うようにvimに指示するにはどうすればよいですか
• This is an
item of a list.
?