【发布时间】:2016-09-02 08:46:13
【问题描述】:
我在 vim 的 RestructuredText 中遇到缩进问题。
当我写 RestructuredText (filetype=rst) 时,vim 会在以数字开头的行后面放置一些空格:
vim puts some space after line starting with a digit like even in mid sentence
9 something things are working and doing something and I need a new line to
prove my point
每次我缩进当前段落时都会得到这个 (gqip)
有什么办法可以防止“证明”前面的空格吗?
【问题讨论】:
标签: vim restructuredtext word-wrap