我按Vim formatoptions +=a中所述使用Vim:自动换行用于文档,以便在编写文档时自动格式化行,尤其是Markdown文档。 我的问题是Vim还要重新格式化项目符号列表,因为每个项目符号点之间都有空白行。 Vim重新格式化的方式是什么 This is wath we will do: * task 1, * task 2, * task 3. 进入 This is wath we will do: * task 1, task 2, task 3. (我也不明白为什么星号在此重新格式化过程中消失。) 如何使Vim停止重新格式化这些列表?
在FreeBSD中采取前几个摇动步骤。首先从vim我认为的安装开始,但是: root@rpi:~ # pkg install vim Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. Checking integrity... done (1 conflicting) Cannot solve problem using SAT solver, trying another plan Checking integrity... done (0 conflicting) The most recent version of packages are already installed root@rpi:~ # vim vim: …