Mercurial > vim
annotate runtime/doc/if_sniff.txt @ 10118:5d77565e6222 v7.4.2330
commit https://github.com/vim/vim/commit/030cddc7ec0c3d2fe3969140cd1b92b2f18633c0
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Sep 4 23:41:42 2016 +0200
patch 7.4.2330
Problem: Coverity complains about not checking curwin to be NULL.
Solution: Use firstwin to avoid the warning.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 04 Sep 2016 23:45:05 +0200 |
parents | 74b15ed0a259 |
children | 9f48eab77d62 |
rev | line source |
---|---|
8281
74b15ed0a259
commit https://github.com/vim/vim/commit/85b11769ab507c7df93f319fd964fa579701b76b
Christian Brabandt <cb@256bit.org>
parents:
5294
diff
changeset
|
1 *if_sniff.txt* For Vim version 7.4. 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 |
11 vim:tw=78:ts=8:ft=help:norl: |