Muitas vezes, eu escrevo remarcações no VIM, e haverá parágrafos nessas remarcações. Para ajudar na minha edição, configurei meu Vim para quebrar uma linha em 80 caracteres. Funciona bem se eu continuar digitando, mas o problema é que, se eu precisar fazer alguma correção, isso se torna muito irritante.
demo (extraído da lógica de primeira ordem da wikipedia):
The adjective "first-order" distinguishes first-order logic from higher-order logic
in which there are predicates having predicates or functions as arguments. In first-order
theories, predicates are often associated with sets. In interpreted higher-order
theories, predicates may be interpreted as sets of sets.
Por enquanto, tudo bem. Mas quando eu revisar o artigo, posso decidir adicionar algo no meio, dizer:
The adjective "first-order" distinguishes first-order logic from higher-order logic
in which there are predicates having predicates or functions as arguments,
or in which one or both of predicate quantifiers or function quantifiers are permitted.
In first-order theories, predicates are often associated with sets. In interpreted higher-order
theories, predicates may be interpreted as sets of sets.
a linha de aviso 3 é a que eu quero agrupar. Se eu fizer isso no VIM, precisarei juntar manualmente as linhas e refazer a quebra do parágrafo inteiro.
Alguém tem idéia de como fazer o VIM fazer isso automaticamente?