Updated ChangeLog

This commit is contained in:
Holger Rapp 2012-09-01 20:13:56 +02:00
parent 3fc86a36a8
commit bb75169301
2 changed files with 8 additions and 4 deletions

View File

@ -1,7 +1,11 @@
version 2.2:
- Support to silence Python-not-found warnings. *UltiSnips-python-warning*
- Matchit support for snippet files.
- Improvements to syntax file.
- Various smaller bug fixes.
- New command to manually add a filetype to the list for the current
buffer. *:UltiSnipsAddFiletypes*
- New or improved snippets: snippets, haskell, bindzone, python, golang,
- New or improved snippets: all, snippets, haskell, bindzone, python, golang,
json, html, coffee, coffee_jasmine, javascript_jasmine, ruby, php,
markdown.

View File

@ -16,7 +16,7 @@ UltiSnips *snippet* *snippets* *UltiSnips*
3.5 Functions |UltiSnips-functions|
3.5.1 UltiSnips_AddSnippet |UltiSnips_AddSnippet|
3.5.2 UltiSnips_Anon |UltiSnips_Anon|
3.6 Missing python support |Ultisnips-python-warning|
3.6 Missing python support |UltiSnips-python-warning|
4. Syntax |UltiSnips-syntax|
4.1 Adding Snippets |UltiSnips-adding-snippets|
4.1.1 Character Escaping |UltiSnips-character-escaping|
@ -330,12 +330,12 @@ This is required in order for UltiSnips to have access to the characters
typed so it can determine if the trigger matches or not.
3.6 Warning about missing python support *Ultisnips-python-warning*
3.6 Warning about missing python support *UltiSnips-python-warning*
----------------------------------------
When UltiSnips is loaded, it will check that the running Vim was compiled with
python support. If no support is detected, a warning will be displayed and
loading of Ultisnips will be skipped.
loading of UltiSnips will be skipped.
If you would like to suppress this warning message, you may add the following
line to your vimrc file.