Accepting request 1190542 from editors
OBS-URL: https://build.opensuse.org/request/show/1190542 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=372
This commit is contained in:
commit
5e9f7dac30
@ -2,6 +2,7 @@
|
||||
Encoding=UTF-8
|
||||
Name=Vi IMproved
|
||||
Categories=GTK;Application;Utility;TextEditor;
|
||||
Keywords=editor;gvim;vim;
|
||||
GenericName=Text Editor
|
||||
MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
|
||||
Exec=gvim -f %f
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e9bfbf8a1a73518d039b263c58ed0952c4cf3eb257e37d466ecae090bdc5fd6
|
||||
size 17999885
|
3
vim-9.1.0636.tar.gz
Normal file
3
vim-9.1.0636.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e48a5b0d6f8056ae46ea556b58114e4006daf95d6c8c5e06e33f4601c2e5195e
|
||||
size 18048438
|
93
vim.changes
93
vim.changes
@ -1,3 +1,96 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 30 21:23:33 UTC 2024 - Martin Schreiner <martin.schreiner@suse.com>
|
||||
|
||||
- Update to 9.1.0636:
|
||||
* 9.1.0636: filetype: ziggy files are not recognized
|
||||
* 9.1.0635: filetype: SuperHTML template files not recognized
|
||||
* 9.1.0634: Ctrl-P not working by default
|
||||
* 9.1.0633: Compilation warnings with `-Wunused-parameter`
|
||||
* 9.1.0632: MS-Windows: Compiler Warnings
|
||||
Add support for Files-Included in syntax script
|
||||
tweak documentation style a bit
|
||||
* 9.1.0631: wrong completion list displayed with non-existing dir + fuzzy completion
|
||||
* 9.1.0630: MS-Windows: build fails with VIMDLL and mzscheme
|
||||
* 9.1.0629: Rename of pum hl_group is incomplete
|
||||
* 9.1.0628: MinGW: coverage files are not cleaned up
|
||||
* 9.1.0627: MinGW: build-error when COVERAGE is enabled
|
||||
* 9.1.0626: Vim9: need more tests with null objects
|
||||
include initial filetype plugin
|
||||
* 9.1.0625: tests: test output all translated messages for all translations
|
||||
* 9.1.0624: ex command modifiers not found
|
||||
* 9.1.0623: Mingw: errors when trying to delete non-existing files
|
||||
* 9.1.0622: MS-Windows: mingw-build can be optimized
|
||||
* 9.1.0621: MS-Windows: startup code can be improved
|
||||
* 9.1.0620: Vim9: segfauls with null objects
|
||||
* 9.1.0619: tests: test_popup fails
|
||||
* 9.1.0618: cannot mark deprecated attributes in completion menu
|
||||
* 9.1.0617: Cursor moves beyond first line of folded end of buffer
|
||||
* 9.1.0616: filetype: Make syntax highlighting off for MS Makefiles
|
||||
* 9.1.0615: Unnecessary STRLEN() in make_percent_swname()
|
||||
Add single-line comment syntax
|
||||
Add syntax test for comments
|
||||
Update maintainer info
|
||||
* 9.1.0614: tests: screendump tests fail due to recent syntax changes
|
||||
* 9.1.0613: tests: termdebug test may fail and leave file around
|
||||
Update base-syntax, improve :set highlighting
|
||||
Optionally highlight the :: token for method references
|
||||
* 9.1.0612: filetype: deno.lock file not recognized
|
||||
Use delete() for deleting directory
|
||||
escape filename before trying to delete it
|
||||
* 9.1.0611: ambiguous mappings not correctly resolved with modifyOtherKeys
|
||||
correctly extract file from zip browser
|
||||
* 9.1.0610: filetype: OpenGL Shading Language files are not detected
|
||||
Fix endless recursion in netrw#Explore()
|
||||
* 9.1.0609: outdated comments in Makefile
|
||||
update syntax script
|
||||
Fix flow mapping key detection
|
||||
Remove orphaned YAML syntax dump files
|
||||
* 9.1.0608: Coverity warns about a few potential issues
|
||||
Update syntax script and remove syn sync
|
||||
* 9.1.0607: termdebug: uses inconsistent style
|
||||
* 9.1.0606: tests: generated files may cause failure in test_codestyle
|
||||
* 9.1.0605: internal error with fuzzy completion
|
||||
* 9.1.0604: popup_filter during Press Enter prompt seems to hang
|
||||
translation: Update Serbian messages translation
|
||||
* 9.1.0603: filetype: use correct extension for Dracula
|
||||
* 9.1.0602: filetype: Prolog detection can be improved
|
||||
fix more inconsistencies in assert function docs
|
||||
* 9.1.0601: Wrong cursor position with 'breakindent' when wide char doesn't fit
|
||||
Update base-syntax, improve :map highlighting
|
||||
* 9.1.0600: Unused function and unused error constants
|
||||
* 9.1.0599: Termdebug: still get E1023 when specifying arguments
|
||||
correct wrong comment options
|
||||
fix typo "a xterm" -> "an xterm"
|
||||
* 9.1.0598: fuzzy completion does not work with default completion
|
||||
* 9.1.0597: KeyInputPre cannot get the (unmapped typed) key
|
||||
* 9.1.0596: filetype: devscripts config files are not recognized
|
||||
gdb file/folder check is now performed only in CWD.
|
||||
quote filename arguments using double quotes
|
||||
update syntax to SDC-standard 2.1
|
||||
minor updates.
|
||||
Cleanup :match and :loadkeymap syntax test files
|
||||
Update base-syntax, match types in Vim9 variable declarations
|
||||
* 9.1.0595: make errors out with the po Makefile
|
||||
* 9.1.0594: Unnecessary redraw when setting 'winfixbuf'
|
||||
using wrong highlight for UTF-8
|
||||
include simple syntax plugin
|
||||
* 9.1.0593: filetype: Asymptote files are not recognized
|
||||
add recommended indent options to ftplugin
|
||||
add recommended indent options to ftplugin
|
||||
add recommended indent options to ftplugin
|
||||
* 9.1.0592: filetype: Mediawiki files are not recognized
|
||||
* 9.1.0591: filetype: *.wl files are not recognized
|
||||
* 9.1.0590: Vim9: crash when accessing getregionpos() return value
|
||||
'cpoptions': Include "z" in the documented default
|
||||
* 9.1.0589: vi: d{motion} and cw work differently than expected
|
||||
update included colorschemes
|
||||
grammar fixes in options.txt
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 27 11:42:39 UTC 2024 - Georg Pfuetzenreuter <mail+rpm@georg-pfuetzenreuter.net>
|
||||
|
||||
- Add "Keywords" to gvim.desktop to make searching for gvim easier
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 16 03:55:52 UTC 2024 - Martin Schreiner <martin.schreiner@suse.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user