Mercurial > vim
annotate runtime/doc/if_sniff.txt @ 21620:46956b6811a1 v8.2.1360
patch 8.2.1360: stray error for white space after expression
Commit: https://github.com/vim/vim/commit/f96e9dec636d7d105b015680d8c5d6b47d936e01
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Aug 3 22:39:28 2020 +0200
patch 8.2.1360: stray error for white space after expression
Problem: Stray error for white space after expression.
Solution: Ignore trailing white space. (closes https://github.com/vim/vim/issues/6608)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 03 Aug 2020 22:45:07 +0200 |
parents | af69c9335223 |
children | f8116058ca76 |
rev | line source |
---|---|
18879 | 1 *if_sniff.txt* For Vim version 8.2. Last change: 2016 Feb 27 |
7 | 2 |
3 | |
4 VIM REFERENCE MANUAL | |
5 by Anton Leherbauer (toni@takefive.co.at) | |
6 | |
7 | |
8281
74b15ed0a259
commit https://github.com/vim/vim/commit/85b11769ab507c7df93f319fd964fa579701b76b
Christian Brabandt <cb@256bit.org>
parents:
5294
diff
changeset
|
8 The SNiFF+ support was removed at patch 7.4.1433. If you want to check it out |
74b15ed0a259
commit https://github.com/vim/vim/commit/85b11769ab507c7df93f319fd964fa579701b76b
Christian Brabandt <cb@256bit.org>
parents:
5294
diff
changeset
|
9 sync to before that. |
7 | 10 |
14421 | 11 vim:tw=78:ts=8:noet:ft=help:norl: |