Fix invalid UTF-8 XML files
This commit is contained in:
parent
52e8c68f90
commit
cb3d328666
|
@ -7415,7 +7415,7 @@
|
|||
</Overload>
|
||||
</KeyWord>
|
||||
<KeyWord name="_GUICtrlListBox_SetAnchorIndex" func="yes">
|
||||
<Overload retVal="" descr="Set the anchor item—that is, the item from which a multiple selection starts &#x0a;(Requires: #Include <GuiListBox.au3>)">
|
||||
<Overload retVal="" descr="Set the anchor item - that is, the item from which a multiple selection starts &#x0a;(Requires: #Include <GuiListBox.au3>)">
|
||||
<Param name="$hWnd" />
|
||||
<Param name="$iIndex" />
|
||||
</Overload>
|
||||
|
|
|
@ -6,7 +6,7 @@ Description: Zenburn-like style for Notepad++.
|
|||
Inspired by the original Zenburn colorscheme for Vim by Jani Nurminen.
|
||||
Official Vim Zenburn home page: http://kippura.org/zenburnpage/
|
||||
Supported languages: All the languages supported by release 7.7
|
||||
Created by: Jani Kesänen (jani dot kesanen gmail com)
|
||||
Created by: Jani Kesänen (jani dot kesanen gmail com)
|
||||
Released: 25.06.2019
|
||||
License: GPL2
|
||||
-->
|
||||
|
|
Loading…
Reference in New Issue