| commit | d6e7e73ff869bf016ac69cc7569ba697089d1e94 | [log] [tgz] |
|---|---|---|
| author | Tim Peters <tim.peters@gmail.com> | Sun Feb 26 04:21:50 2006 +0000 |
| committer | Tim Peters <tim.peters@gmail.com> | Sun Feb 26 04:21:50 2006 +0000 |
| tree | ca648c2cd99566dc3e79a8f47e518e835d1fc3c6 | |
| parent | 4b92a825046ca5b4a4422e6a22ff9c5819eb4a52 [diff] [blame] |
Whitespace normalization.
diff --git a/Misc/Vim/vim_syntax.py b/Misc/Vim/vim_syntax.py index b733929..a4df485 100644 --- a/Misc/Vim/vim_syntax.py +++ b/Misc/Vim/vim_syntax.py
@@ -128,7 +128,7 @@ """Yield a string that fills at most fill_len characters with strings returned by 'iterable' and separated by a space""" # Deal with trailing char to handle ' '.join() calculation - fill_len += 1 + fill_len += 1 overflow = None it = iter(iterable) while True: