Feature: blockquote (> ) better joining (J) and hard wrapping (Issue #915)
Wrap: autoadd a new `> ` on new create lines with `setlocal comments+=n:>` Join: autoremove the inter `> ` with `setlocal formatoptions+=j`
This commit is contained in:
+1
-2
@@ -24,13 +24,12 @@ env:
|
||||
# Define jobs <- vim version <- hard copied from Dockerfile
|
||||
# First to be launched
|
||||
- VIM_VERSION=vim_7.3.429
|
||||
- VIM_VERSION=nvim_0.2.2
|
||||
- VIM_VERSION=nvim_0.3.8
|
||||
# More
|
||||
- VIM_VERSION=vim_7.4.1099
|
||||
- VIM_VERSION=vim_7.4.1546
|
||||
- VIM_VERSION=vim_8.0.0027
|
||||
- VIM_VERSION=vim_8.1.0519
|
||||
- VIM_VERSION=nvim_0.3.8
|
||||
|
||||
script:
|
||||
# Run All tests
|
||||
|
||||
Reference in New Issue
Block a user