mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 17:06:30 +00:00
vim-patch:7.4.658
Problem: 'formatexpr' is evaluated too often.
Solution: Only invoke it when beyond the 'textwidth' column, as it is
documented. (James McCoy)
0f8dd840fc
This commit is contained in:
@@ -338,7 +338,7 @@ static int included_patches[] = {
|
||||
// 661,
|
||||
660,
|
||||
659,
|
||||
// 658,
|
||||
658,
|
||||
// 657 NA
|
||||
// 656,
|
||||
// 655,
|
||||
|
Reference in New Issue
Block a user