Muy a menudo, escribo rebajas en VIM, y habrá párrafos en esas rebajas. Para ayudar a mi edición, configuré mi Vim para ajustar una línea en 80 caracteres. Funciona bien si sigo escribiendo, pero el problema es que si necesito hacer alguna corrección, se vuelve muy molesto.
demostración (tomada de la lógica de primer orden de 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.
Hasta aquí todo bien. Pero cuando reviso el artículo, podría decidir agregar algo en el medio, por ejemplo:
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.
la línea de aviso 3 es la que quiero ajustar. Si lo hago en VIM, necesitaré unir manualmente las líneas y volver a envolver todo el párrafo.
¿Alguien tiene idea de cómo hacer que VIM lo haga automáticamente?