Bardzo często piszę przecenę w VIM i będą tam akapity. Aby ułatwić edycję, ustawiam Vima tak, aby zawijał wiersz na 80 znakach. Działa dobrze, jeśli po prostu kontynuuję pisanie, ale problem polega na tym, że jeśli muszę coś poprawić, staje się bardzo denerwujący.
demo (wzięte z logiki pierwszego rzędu 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.
Na razie w porządku. Ale kiedy poprawiam artykuł, mogę zdecydować się na dodanie czegoś pośrodku, powiedz:
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.
zauważ, że linia 3 to ta, którą chcę owinąć. Jeśli zrobię to w VIM, będę musiał ręcznie połączyć linie i zawinąć cały akapit.
Czy ktoś ma pomysł, jak zmusić VIM do robienia tego automatycznie?