5a242822de
* When using Insert mode completion combined with autocommands the redo command may not work. * The default conceal character is documented to be a space but it's initially a dash. (Christian Brabandt) * 7.4.592 breaks the netrw plugin, because the autocommands are skipped. * Marks are not restored after redo + undo. * If no NL or CR is found in the first block of a file then the 'fileformat' may be set to "mac". (Issue 77) * A search with end offset gets stuck at end of file. (Gary Johnson) * Incorrectly read the number of buffer for which an autocommand should be registered. * Can't build with Lua 5.3 on Windows. * Combination of linebreak and conceal doesn't work well. * After deleting characters in Insert mode such that lines are joined undo does not work properly. (issue 324) OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=258
14 lines
482 B
Plaintext
14 lines
482 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">hg</param>
|
|
<param name="url">https://code.google.com/p/vim</param>
|
|
<param name="filename">vim</param>
|
|
<param name="versionprefix">7.4.640.hg</param>
|
|
<param name="revision">v7-4-640</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="compression">xz</param>
|
|
<param name="file">vim*.tar</param>
|
|
</service>
|
|
</services>
|