Commit Graph

345 Commits

Author SHA256 Message Date
e774df3955 Accepting request 649198 from home:mimi_vx:branches:editors
- Updated to version 8.1.0527 - fixes the following problems
- refreshed disable-unreliable-tests.patch
  * Missing change to diff test.
  * When CTRL-C is mapped it triggers InsertLeave.
  * Filter command test may fail if helplang is not set.
  * Modeline test fails when run by root.
  * .raml files not properly detected.
  * Suspend test fails when run by root.
  * Checking cwd not accessible fails for root.
  * Filter test fails when $LANG is C.UTF-8.
  * ml_get error when calling a function with a range.
  * 'helplang' default is inconsistent for C and C.UTF-8.
  * No error for set diffopt+=algorithm:.
  * CTRL-W ^ does not work when alternate buffer has no name.
  * Reloading a script gives errors for existing functions.
  * :move command marks buffer modified when nothing changed.
  * Test_window_split_edit_alternate() fails on AppVeyor.
  * Test_window_split_edit_bufnr() fails on AppVeyor.
  * Cannot save and restore the tag stack.
  * Screen diff test sometimes fails.
  * Cannot build with +eval but without +quickfix.
  * :terminal does not show trailing empty lines.
  * Opening window from quickfix leaves empty buffer behind.
  * Running out of signal stack in RealWaitForChar.
  * Using 'shiftwidth' from wrong buffer for folding.

OBS-URL: https://build.opensuse.org/request/show/649198
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=528
2018-11-15 09:06:18 +00:00
Martin Pluskal
232233987f Accepting request 646060 from home:mimi_vx:branches:editors
- Updated to 8.1.0503, fixes the following problems
- small change in vim-changelog.sh
  * Failure when setting 'varsofttabstop' to end in a comma.
  * When "Terminal" highlight is reverted cursor doesn't show.
  * Some file types are not recognized.
  * term_start() does not check if directory is accessible.
  * Can't build in MS-Windows.
  * No menus specifically for the terminal window.
  * Using freed memory in quickfix code.
  * Crash when autocmd clears vimpgrep location list.
  * If a terminal dump has CR it is considered corrupt.
  * "Edit with existing Vim" list can get long.
  * argv() and argc() only work on the current argument list.
  * Functions do not check for a window ID in other tabs.
  * :filter only supports some commands.
  * No tests for indent files.
  * :%diffput changes order of lines.
  * /etc/gitconfig not recognized at a gitconfig file.
  * :2vimgrep causes an ml_get error
  * Cleaning up in src/tee may not always work.
  * Cppcheck warns for using array index before bounds check.
  * Internal diff fails when diffing a context diff.
  * Missing change to diff test.

OBS-URL: https://build.opensuse.org/request/show/646060
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=526
2018-11-02 14:11:16 +00:00
Ismail Dönmez
c156975c07 Accepting request 642206 from home:mimi_vx:branches:editors
- Updated to revision 479, fixes the following problems
  * resolve() was not tested with a symlink cycle.
  * Checking for empty quickfix stack is not consistent.
  * Running test hangs when the input file is being edited.
  * Win32 console: key mappings don't work.
  * Ml_get error and crash when using "do".
  * Test_executable fails when there is a dog in the system.
  * assert_fails() does not take a message argument
  * Quickfix code uses too many /* */ comments.
  * When using ConPTY Vim can be a child process.
  * "simalt ~x" in .vimrc blocks swap file prompt.
  * Client-server test fails.
  * Autocmd test fails.
  * Too often indexing in qf_lists[].
  * Pointer ownership around fname_expand() is unclear.
  * Some tests are flaky or fail on some systems.
  * Dosinst command has a few flaws.
  * User doesn't notice file does not exist when swap file does.
  * Directory where if_perl.c is written is inconsistent.
  * Memory not freed on exit when quit in autocmd.
  * Memory leaks in test_escaped_glob.
  * Tiny build fails.
  * Failure when setting 'varsofttabstop' to end in a comma.

OBS-URL: https://build.opensuse.org/request/show/642206
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=524
2018-10-16 08:06:49 +00:00
Dirk Stoecker
0bb75c6e3e Accepting request 640129 from home:mimi_vx:branches:editors
- Updated to revision 451, fixes the following problems
  * Can get the text of inputsecret() with getcmdline().
  * May access freed memory when syntax HL times out.
  * The ex_make() function is too long.
  * Recursive use of getcmdline() still not protected.
  * remove() with a range not sufficiently tested.
  * Build failure without command line history.
  * GUI: Cursor not drawn after ":redraw | sleep".
  * Unnecessary static function prototypes.
  * Unnecessary check for NULL pointer.
  * Setting 'term' does not store location for termcap options.
  * Options test fails in the GUI.
  * GUI scrollbar test fails with Athena and Motif.
  * Cursorline not removed when using 'cursorbind'.
  * When 'rnu' is set folded lines are not displayed correctly.
  * Build failure without the +fold feature.

OBS-URL: https://build.opensuse.org/request/show/640129
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=522
2018-10-06 09:10:13 +00:00
Ismail Dönmez
2a5ce87bb8 Accepting request 638564 from home:mimi_vx:branches:editors
- Updated to revision 436, fixes the following problems
  * Can't get swap name of another buffer.
  * The DiffUpdate event isn't triggered for :diffput.
  * Header file missing from distribution.
  * Accessing invalid memory with long argument name.
  * Too many #ifdefs for GTK.
  * Several command line arguments are not tested.
  * Quickfix code mixes using the stack and a list pointer.
  * Startup test fails on MS-Windows.
  * The ex_copen() function is too long.
  * Renamed file missing from distribution.
  * Cannot build with GTK 2.4.
  * Test output is duplicated or missing.
  * v:option_old and v:option_new are cleared when using :set in OptionSet
  autocmd.
  * Not actually using 16 colors with vtp.
  * Sort doesn't report deleted lines.
  * Several command line arguments are not tested.
  * ml_get error and crash with appendbufline().
  * Accessing invalid memory in SmcOpenConnection().
  * The qf_jump() function is too long.
  * Compiler warning for signed/unsigned.
  * Mapping can obtain text from inputsecret
  * copy_loclist() is too long.
  * Cursorline highlight not removed in some situation.
  * Can get the text of inputsecret() with getcmdline()

OBS-URL: https://build.opensuse.org/request/show/638564
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=520
2018-09-27 07:29:22 +00:00
Martin Pluskal
e70825c7be Accepting request 636139 from home:mimi_vx:branches:editors
- update to version 8.1.401
 * refresh vim-8.1.0297-dump3.patch
 * Can't get swap name of another buffer.
 * Using freed memory with :diffget.
 * 'hlsearch' highlight remains in other window
 * No event triggered after updating diffs
 * Diffs are not always updated correctly
 * Not all white space difference options available.
 * Error while typing :/foo/s// with 'incsearch' enabled
 * Building in a shadow directory fails.
 * Coverity complains about possible NULL pointer use.
 * Sign ordering depends on +netbeans feature.
 * Missing source file rename.
 * some make programs can't handle dependency on "xdiff/../"
 * Variable declaration not at start of block.
 * "make proto" doesn't work well.
 * Xdiff doesn't use the Vim memory allocation functions
 * Compiler warning for uninitialized variable.
 * Moving the cursor is slow when 'relativenumber' is set.
 * Screen updating still slow when 'cursorline' is set.
 * Argument types for select() may be wrong.
 * Not using internal diff if 'diffopt' is not changed
 * Continuation lines cannot contain comments.
 * GTK code has too many #ifdefs and building fails with GTK 2.10.
 * getchar(1) no longer processes pending messages
 * Pieces of the xdiff code are not used.
 * Function profile doesn't specify where it was defined.
 * compiler warning in xdiff code
 * Internal diff isn't used by default as advertised.
 * Cannot get the script line number when executing a function.

OBS-URL: https://build.opensuse.org/request/show/636139
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=516
2018-09-17 11:34:01 +00:00
Ismail Dönmez
93aca7a99b Accepting request 630978 from home:mimi_vx:branches:editors
- update to version 8.1.318
- add vim-8.1.0297-dump3.patch - disable broken test
  * helpgrep with language doesn't work properly
  * build failure without the +eval feature
  * information about a swap file is unavailable
  * wrong type for flags used in signal handlers
  * filtering entries in a quickfix list is not easy
  * File info message not always suppressed with 'F' in 'shortmess'.
  * profiling does not show a count for condition lines
  * a quick undo shows "1 seconds ago"
  * there is no good way to get the window layout
  * plural messages are not translated properly
  * no redraw when using a STOP signal on Vim and then CONT
  * line2byte() is wrong for last line with 'noeol'
  * crash when using :suspend and "fg"
  * GTK: input method popup displayed on wrong screen.
  * the old window title might be freed twice
  * command parsing for 'incsearch' is a bit ugly
  * no 'incsearch' highlighting for :vimgrep and similar
  * checks for type of stack is cryptic
  * 'incsearch' highlighting not used for :sort
  * "cit" on an empty HTML tag changes the whole tag
  * cursor moves to wrong column after quickfix jump
  * quickfix code uses cmdidx too often
  * MAX is not defined everywhere
  * 'incsearch' does not apply to :smagic and :snomagic
  * 'cursorline' highlighting wrong with 'incsearch'
  * 'incsearch' does not work with command modifiers
  * parsing command modifiers is not separated
  * 'incsearch' highlighting does not work for ":g!/"

OBS-URL: https://build.opensuse.org/request/show/630978
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=514
2018-08-23 07:45:26 +00:00
ee3cf54a02 Accepting request 628368 from home:mimi_vx:branches:editors
- update to 8.1.0258
 * Using setline() in TextChangedI splits undo.
 * Saving and restoring window title does not always work.
 * using full path is not supported for 'backupdir'
 * GTK: when screen DPI changes Vim does not handle it.
 * duplicated quickfix code.
 * Python: error message for failing import is incorrect.
 * Build failure without the +eval feature.
 * calling setline() in TextChangedI autocmd breaks undo
 * no redraw when using a STOP signal on Vim and then CONT
 * Using :term ++close ++hidden closes a window
 * Insert mode completion may use an invalid buffer pointer.
 * Effect of ":tabmove N" is not clear.
 * g:actual_curbuf set in wrong scope. 
 * Now Ruby build fails on other systems.
 * 'buftype' is cleared when using ":term ++hidden cat"
 * Ruby build fails when ruby_intern is missing

OBS-URL: https://build.opensuse.org/request/show/628368
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=512
2018-08-09 10:12:53 +00:00
Martin Pluskal
a738eeb241 Accepting request 627185 from home:mimi_vx:branches:editors
- update to 8.1.0235
  * More help tags that jump to the wrong location.
  * Incorrect reference counting in Perl interface.
  * "safe" argument of call_vim_function() is always FALSE.
  * Ruby error does not include backtrace.
  * :help -? goes to help for -+.
  * Directly checking 'buftype' value.

OBS-URL: https://build.opensuse.org/request/show/627185
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=510
2018-08-03 06:48:44 +00:00
Martin Pluskal
f88071b9c7 Accepting request 626502 from home:mimi_vx:branches:editors
- update to 8.1.0229
- refresh disable-unreliable-tests.patch and vim-7.4-disable_lang_no.patch
  * Crash when dumping profiling data.
  * Dropping files is ignored while Vim is busy.
  * Mode() does not indicate using CTRL-O from Insert mode.
  * Hang in bracketed paste mode when t_PE not encountered.
  * Completing shell command finds sub-directories in $PATH.
  * Ruby converts v:true and v:false to a number.
  * Expanding ## fails to escape backtick.
  * Cannot add matches to another window. 
  * Compiler warning for variable set but not used.
  * No error if configure --with-x cannot configure X.
  * +autochdir feature not reported by has() or :version.
  * CTRL-W CR does not work properly in a quickfix window
  * Preferred cursor column not set in interfaces.
  * Expanding a file name "~" results in $HOME.
  * Stderr output from Ruby messes up display.
  * Invalid memory access with invalid modeline.
  * :version always shows +packages.
  * Newer Python uses "importlib" instead of "imp".

OBS-URL: https://build.opensuse.org/request/show/626502
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=508
2018-07-30 16:09:27 +00:00
Ismail Dönmez
a4e7e50878 Accepting request 624434 from home:mimi_vx:branches:editors
- update to 8.1.0200
- drop u_lua53_on_32bit.patch - merged by upstream
  * There is no hint that syntax is disabled for 'redrawtime'.
  * Terminal debugger error with .gdbinit file.
  * Terminal debugger commands don't always work.
  * Possibly use of NULL pointer.
  * Terminal debugger buttons don't always work. 
  * Executing regexp recursively fails with a crash.
  * Perl refcounts are wrong.
  * getwininfo() and win_screenpos() return different numbers.
  * Not easy to figure out the window layout
  * Lua API changed, breaking the build
  * Unicode standard was updated.
  * Memory leak with trailing characters in skip expression.
  * Static analysis errors in Lua interface

OBS-URL: https://build.opensuse.org/request/show/624434
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=506
2018-07-21 11:53:21 +00:00
Martin Pluskal
9aa3d19022 Accepting request 622507 from home:mimi_vx:branches:editors
- update to 8.1.0179
- add u_lua53_on_32bit.patch - fix lua53 support on 32bit 
 * Redundant condition for boundary check

OBS-URL: https://build.opensuse.org/request/show/622507
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=504
2018-07-14 05:45:00 +00:00
Martin Pluskal
6aeb8c7a0a Accepting request 622350 from home:mimi_vx:branches:editors
- update to 8.1 revision 8.1.0178 
- refresh disable-unreliable-tests.patch
   vim-7.3-filetype_changes.patch
   vim-7.3-filetype_ftl.patch
   vim-7.3-filetype_spec.patch
   vim-7.3-help_tags.patch
   vim-7.3-name_vimrc.patch
   vim-7.4-filetype_apparmor.patch
 * Warning for passing pointer to non-pointer argument.
 * Overlapping string argument for strcpy().
 * Marks test fails in very wide window
 * After paging up and down fold line is wrong.
 * 'viminfofile' option does not behave like a file name.
 * Typing CTRL-W n in a terminal window causes ml_get error.
 * Invalid memory use with complicated pattern.
 * Calling message_filtered() a bit too often.
 * output of :marks is too short with multi-byte chars
 * lock flag in new dictitem is reset in many places
 * using dict_add_nr_str() is clumsy
 * :clist output can be very long.
 * luaeval('vim.buffer().name') returns an error.
 * Danish and German man pages are not installed.
 * Buffer not updated with 'autoread' set if file was deleted.
 * completion for user names does not work for a prefix.
 * GUI: input() fails if CTRL-C was pressed before
 * Evim.man missing from the distribution.
 * Crash with "set smarttab shiftwidth=0 softtabstop=-1".
 * Build with SHADOWDIR fails.
 * session is wrong with multiple tabs when :lcd was used
 * Memory leak when using :tcl expr command.

OBS-URL: https://build.opensuse.org/request/show/622350
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=503
2018-07-13 06:48:02 +00:00
Martin Pluskal
a593c930ff Accepting request 618960 from home:mimi_vx:branches:editors
- update to 8.1 revision 0115
- refresh vim-7.4-disable_lang_no.patch
 * The matchparen plugin may throw an error.
 * Rename new_ts to new_vts_array.
 * No error when using bad arguments with searchpair()
 * File name not displayed with ":file" when 'F' is in 'shortmess'.
 * New po makefile missing from distribution.
 * Python: getting buffer option clears message
 * Build fails when HAVE_DATE_TIME is undefined.
 * All tab stops are the same
 * Can't build without the +eval feature.
 * Build the string in init_longVersion()
 * Cannot build without syntax highlighting.
 * Terminal debugger: error when setting a watch point.
 * exclamation mark in error message not needed
 * Segfault when pattern with \z() is very slow.
 * Superfluous space before exclamation mark.
 * Dialog for ":browse tabnew" says "new window".
 * Cannot interrupt gdb when program is running.
 * Set 'nomodified' before closing the window.
 * "..." used inconsistently in a message.
 * error when ending the terminal debugger
 * v:shell_error is always zero when using terminal for "!cmd".
 * "is" and "as" have trouble with quoted punctuation.
 * in terminal window, typing : at more prompt, inserts ':'
 * terminal debugger doesn't adjust to changed 'background'.
 * can't see the breakpoint number in the terminal debugger.
 * "..." used inconsistently in messages.
 * Command getting cleared with CTRL-W : in a terminal window.
 * Crash when autocommands call setloclist().

OBS-URL: https://build.opensuse.org/request/show/618960
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=501
2018-06-26 07:23:59 +00:00
Martin Pluskal
176cd67faf Accepting request 616158 from home:mimi_vx:branches:editors
- update to 8.1 revision 0042
- modernize spec.skeleton
 * if omni completion opens a window Insert mode is stopped
 * Attribute "width" missing from python window attribute list
 * Cannot easily delete lines in another buffer
 * Cannot easily append lines to another buffer
 * Not restoring Insert mode if leaving a prompt buffer by using a
     mouse click
 * Not easy to switch between prompt buffer and other windows

OBS-URL: https://build.opensuse.org/request/show/616158
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=498
2018-06-12 08:23:42 +00:00
Martin Pluskal
22f40b98f2 Accepting request 614348 from home:mimi_vx:branches:editors
- update to 8.1 revision 0034 
 * cursor not restored with ":edit #"
 * keys to stop Vim in terminal are wrong
 * BS in prompt buffer starts new line
 * terminal test aucmd_on_close if flaky
 * stoping Vim running in a terminal may not work
 * difficult to make a plugin that feeds a line to a job
 * gcc 8.1 warns for use of strncpy()
 * repeating put from expression register fails

OBS-URL: https://build.opensuse.org/request/show/614348
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=497
2018-06-05 17:26:02 +00:00
Ismail Dönmez
2364c79897 Accepting request 611530 from home:mimi_vx:branches:editors
- update to 8.1 revision 0020
- refresh disable-unreliable-tests.patch vim-8.0-ttytype-test.patch
- refresh vim73-no-static-libpython.patch
- added:
  * term command - built in terminal window
- fixes:
  * Using "gn" may select wrong text when wrapping.
  * Shell command completion has duplicates
  * Possible crash in term_wait()
  * qf_init_ext() is too long.
  * Using freed memory when changing terminal cursor color
  * maparg() and mapcheck() confuse empty and non-existing.
  * syn_id2cterm_bg() may be undefined.
  * :stopinsert changes the message position.
  * The netrw plugin does not work.
------------------------------------------------------------------

OBS-URL: https://build.opensuse.org/request/show/611530
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=495
2018-05-23 12:03:50 +00:00
Ismail Dönmez
9fa0824b67 Accepting request 593350 from home:StefanBruens:branches:openSUSE:Factory
- Pre-convert gvim icons, otherwise building vim depends on
  rsvg-convert -> librsvg -> cargo -> Rust -> LLVM
- Cleanup SVG icon, make lines pixel-grid aligned
- Correct RPM Group

OBS-URL: https://build.opensuse.org/request/show/593350
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=493
2018-04-04 13:26:00 +00:00
Martin Pluskal
29f5e43368 Accepting request 593259 from home:kukuk:branches:editors
- Use %license instead of %doc [bsc#1082318]

OBS-URL: https://build.opensuse.org/request/show/593259
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=492
2018-04-03 14:46:18 +00:00
Ismail Dönmez
70cb59efc9 Accepting request 590674 from home:lnussel:branches:editors
- instead of explicitly unsetting mouse, remove it from the defaults in the
  first place (boo#1079185, vim-8.0.1568-defaults.patch)

OBS-URL: https://build.opensuse.org/request/show/590674
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=490
2018-03-23 19:54:16 +00:00
Ismail Dönmez
5a8065f911 - Switch to make -j1 clean to see if it fixes random build failures
on Leap/SLE 15.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=488
2018-03-08 10:48:31 +00:00
Ismail Dönmez
9a1b9b7308 - Updated to revision 1568, fixes the following problems
* No test using a screen dump yet.
  * Screen dump test fails on MS-Windows.
  * Dead code found.
  * Assert_equalfile() does not close file descriptors. (Coverity)
  * Dump test fails when using a shadow directory.
  * Cannot use 24 bit colors in MS-Windows console.
  * Compiler warnings without termguicolors feature.
  * Libterm doesn't support requesting fg and bg color.
  * C syntax test fails when using gvim
  * C syntax test still fails when using gvim.
  * Quotestar test is flaky when using the GUI.
  * Xxd does not skip NUL lines when using ebcdic.
  * Popupmenu is too far left when completion is long. (Linwei)
  * No test for the popup menu positioning.
  * Popup menu positioning fails with longer string.
  * synpat_T is taking too much memory.
  * Terminal screen dump does not include cursor position.
  * With 'termguicolors' Normal color doesn't work correctly.
  * When using 'termguicolors' SpellBad doesn't show.
  * Screen dumps not included in distribution.
  * Using feedkeys() in a terminal window may trigger mappings. 
    (Charles Sheridan)
  * Undo in the options window makes it empty.
  * Screen dump test script not included in distribution.
  * Various small problems in test files.
  * Various small problems in source files.
  * On Mac 'maxmemtot' is set to a weird value.
  * May leak file descriptors when executing job.
  * Cannot see what digraph is used to insert a character.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=486
2018-03-05 11:30:21 +00:00
Ismail Dönmez
b805acf763 - Recommend vim-data so that colors can work by default
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=485
2018-03-02 12:56:33 +00:00
Ismail Dönmez
41dcbf885e - Updated to revision 1525, fixes the following problems
* Compiler complains about uninitialized variable. (Tony Mechelynck)
  * Missing -D_FILE_OFFSET_BITS=64 may cause problems if a library is compiled
    with it.
  * Cannot act on edits in the command line.
  * Acessing freed memory after window command in auto command. (gy741)
  * Still too many old style tests.
  * Segmentation fault when Ruby throws an exception inside :rubyfile command.
  * Slow redrawing with DirectX.
  * Endless loop when gui_mch_stop_blink() is called while blink_state is
    BLINK_OFF. (zdohnal)
  * It is difficult to set the python home directory properly for Python
    2.7 and 3.5 since both use $PYTHONHOME.
  * Terminal test fails on some systems. (jonathonf)
  * Terminal test fails on some slow terminals.
  * When in silent mode too much output is buffered.
  * If $SHELL contains a space then the default value of 'shell' is
    incorrect. (Matthew Horan)
  * Timer test on travis Mac is still flaky.
  * Clojure now supports a shebang line.
  * Filetype detection test does not check all scripts.
  * Cannot handle change of directory.
  * Missing file in patch.
  * Missing another file in patch.
  * Missing yet another file in patch.
  * Test fails without 'autochdir' option.
  * Completing directory after :find does not add slash.
  * Python2 and python3 detection not tested. (Matej Cepl)
  * Older GTK versions don't have gtk_entry_get_text_length().
  * Libvterm doesn't handle illegal byte sequence correctly.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=483
2018-02-20 11:32:11 +00:00
Ismail Dönmez
83e17eb53d - Split vim-data into vim-data-common package for low-disk usage
scenarios bsc#1078722 bsc#1078554 bsc#1075541
- Make set mouse= default in suse.vimrc bsc#1079185 bsc#1078564
  bsc#1067890 bsc#1064068 bsc#1062691

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=480
2018-02-14 12:51:49 +00:00
Ismail Dönmez
5e05c0f2a6 - Updated to revision 1442, fixes the following problems
* Crash when calling term_start() with empty argument.
  * Crash when term_start() fails.
  * MS-Windows: vimtutor fails if %TMP% has special chars.
  * After ":copen" can't get the window-ID of the quickfix
    window. (FalacerSelene)
  * Illegal memory access after undo. (Dominique Pelle)
  * GTK: :promtfind does not put focus on text input. (Adam Novak)
  * Memory leak in test_arabic.
  * Not enough information about what Python version may work.
  * Pkg-config doesn't work with cross compiling.
  * Filetype detection test not updated for change.
  * If cscope fails a search Vim may hang.
  * Terminal window: some vterm responses are delayed.
  * Using ":undo 0" leaves undo in wrong state.
  * Using pointer before it is set.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=478
2018-01-31 11:02:05 +00:00
Ismail Dönmez
d418a10447 -
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=476
2018-01-24 11:53:17 +00:00
Ismail Dönmez
367ec305e4 - Make vim require vim-data bsc#1077352 bsc#1075541 bsc#1074790
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=475
2018-01-24 11:52:23 +00:00
Dirk Stoecker
85b7503d98 Accepting request 566596 from home:dmarcoux:branches:editors
- Don't exclude syntax.vim (Fix bug 1074790)

https://bugzilla.opensuse.org/show_bug.cgi?id=1074790

OBS-URL: https://build.opensuse.org/request/show/566596
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=474
2018-01-22 21:34:27 +00:00
Ismail Dönmez
280e3b9e14 Accepting request 566609 from home:scarabeus_iv:branches:editors
- Sort with spec-cleaner
- Add conditional to build with python2 in order to build with py3
  only enviroment
- Convert dependencies to pkgconfig style

OBS-URL: https://build.opensuse.org/request/show/566609
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=472
2018-01-17 14:32:22 +00:00
Ismail Dönmez
78df4ea2f4 Accepting request 562500 from home:michel_mno:branches:editors
- ignore make check transient errors for PowerPC
  bypass boo#1072651

OBS-URL: https://build.opensuse.org/request/show/562500
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=470
2018-01-09 12:49:32 +00:00
Ismail Dönmez
892d7729e2 - Updated to revision 1428, fixes the following problems
* No test for expanding backticks.
  * Cursor column is not updated after ]s. (Gary Johnson)
  * Accessing freed memory in vimgrep.
  * Accessing invalid memory with overlong byte sequence.
  * No fallback to underline when undercurl is not set. (Ben Jackson)
  * Error in return not caught by try/catch.
  * The timer_pause test is flaky on Travis.
  * execute() does not work in completion of user command. (thinca)
  * "gf" and <cfile> don't accept ? and & in URL. (Dmitrii Tcyganok)
  * The :leftabove modifier doesn't work for :copen.
  * Compiler warning on 64 bit MS-Windows system.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=469
2018-01-08 11:38:51 +00:00
Martin Pluskal
66398402d7 Accepting request 562328 from home:cboltz:branches:editors
- Update apparmor.vim (taken from AppArmor 2.12)
  * add support for the "smc" network keyword

OBS-URL: https://build.opensuse.org/request/show/562328
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=468
2018-01-08 08:08:55 +00:00
Ismail Dönmez
6f69b228db - Updated to revision 1417, fixes the following problems
* Encoding empty string to JSON sometimes gives "null".
  * Build fails with --with-features=huge --disable-channel.
  * Too much highlighting with 'hlsearch' and 'incsearch' set.
  * Cannot intercept a yank command.
  * It is not easy to see if a colorscheme is well written.
  * Memory leak when CTRL-G in search command line fails.
  * Pattern with \& following nothing gives an error.
  * :packadd does not load packages from the "start" directory.
  * Warnings and errors when building tiny version. (Tony Mechelynck)
  * Color scheme check script shows up as color scheme.
  * Cannot build with GTK but without XIM. (Guido)
  * Crash with nasty autocommand. (gy741, Dominique Pelle)
  * Using freed buffer in grep command. (gy741, Dominique Pelle)
  * Invalid memory access on exit when autocommands wipe out a buffer.
  * Duplicated code for getting a typed character. CursorHold is called too
    often in the GUI. (lilydjwg)
  * Difficult to track changes to a quickfix list.
  * GUI: CursorHold may trigger before 'updatetime' when using timers.
  * Crash in setqflist().
  * Buffer overflow in :tags command.
  * Hang when using count() with an empty string.
  * Reading invalid memory with CTRL-W :.
  * Using free memory using setloclist(). (Dominique Pelle)
  * Accessing freed memory in :cbuffer.
  * Accessing freed memory in :lfile.
  * Warning for unused function without timers feature.
  * Crash when searching for a sentence.
  * Test doesn't search for a sentence. Still fails when searching for start
    of sentence. (Dominique Pelle)

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=466
2017-12-20 10:57:02 +00:00
Ismail Dönmez
495ec5ce58 - Updated to revision 1390, fixes the following problems
* Balloon shows when cursor is in WinBar.
  * terminal test hangs, executing abcde. (Stucki)
  * Cannot drag status line or vertical separator of new terminal
    window. (UncleBill)
  * MS-Windows: drawing underline, curl and strike-throw is slow, mFallbackDC
    not properly updated.
  * Channel test for callback is flaky.
  * Shift-Insert doesn't always work in MS-Windows console.
  * Profile log may be truncated halfway a character.
  * No error when settting 'renderoptions' to an invalid value before starting
    the GUI.
  * CTRL-A does not work with an empty line. (Alex)
  * Window size wrong after maximizing with WinBar. (Lifepillar)
  * Cursor in terminal not always updated.
  * Cannot call a dict function in autoloaded dict.
  * Autoload script sources itself when defining function.
  * Configure check for selinux does not check for header file.
  * When recovering a file with "vim -r swapfile" the hit-enter prompt is
    at the top of the window.
  * ch_readraw() waits for NL if channel mode is NL.
  * Get "no write since last change" message if a terminal is open.
  * Local additions in help skips some files. (joshklod)
  * Not enough quickfix help; confusing winid.
  * Python 3.5 is getting old.
  * Cannot select modified buffers with getbufinfo().
  * Wordcount test is old style.
  * Char not overwritten with ambiguous width char, if the ambiguous char
    is single width but we reserve double-width space.
  * getqflist() items are missing if not set, that makes it more difficult

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=464
2017-12-15 13:24:10 +00:00
Ismail Dönmez
e22a946a3c - Updated to revision 1365, fixes the following problems
* Libvterm ANSI colors can not always be recognized from the RGB
    values. The default color is wrong when t_RB is empty.
  * The Terminal highlighting doesn't work in a terminal.
  * Some users don't want to diff with hidden buffers.
  * Terminal window colors wrong when using Terminal highlighting.
  * Recovering does not work when swap file ends in .stz.
  * There is no easy way to get the window position.
  * When one channel test fails others fail as well.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=462
2017-12-04 10:29:09 +00:00
Ismail Dönmez
d2743eddbe - Update to revision 1358
* Too many changes to list
- Fixes CVE-2017-1000382 bsc#1065958
- Refresh patches:
  * disable-unreliable-tests.patch
  * vim-7.3-filetype_spec.patch
  * vim-7.4-disable_lang_no.patch
  * vim-7.4-highlight_fstab.patch
  * vim-8.0-ttytype-test.patch

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=456
2017-11-29 11:53:57 +00:00
Ismail Dönmez
0f7156e66e Accepting request 541804 from home:pluskalm:branches:editors
- Explicitly require python2-devel

OBS-URL: https://build.opensuse.org/request/show/541804
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=454
2017-11-17 10:13:21 +00:00
Ismail Dönmez
9c298bb75e -
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=448
2017-10-12 08:18:37 +00:00
Ismail Dönmez
a98ce40d90 -
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=446
2017-10-12 07:56:49 +00:00
Ismail Dönmez
5596a0eb48 - Bump priorities so we can upgrade from 12.3
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=444
2017-06-19 10:58:08 +00:00
Ismail Dönmez
00ed5ea980 - Updated to revision 627, fixes the following problems
* Call for requesting color and ambiwidth is too early. (Hirohito Higashi)
  * "1gd" may hang.
  * Bracketed paste is still enabled when executing a shell command.
  (Michael Smith)
  * Can't run make with several jobs, creating directories has a race
  condition.
  * The cursor line number becomes negative when using :z^ in an empty
  buffer. (neovim #6557)
  * Building the command table requires Perl.
  * Running parallel make after distclean fails. (Manuel Ortega)
  * Get only one quickfix list after :caddbuf.
  * Using freed memory when resetting 'indentexpr' while evaluating
  it. (Dominique Pelle)
  * Can't build when configure choses "install-sh". (Daniel Hahler)
  * Warning for uninitialized variable. (John Marriott)
  * :simalt on MS-Windows does not work properly.
  * Duplicate test case for quickfix.
  * Cannot set the valid flag with setqflist().
  * Moving folded text is sometimes not correct.
  * Illegal memory access with z= command. (Dominique Pelle)
  * Fold test hangs on MS-Windows.
  * Memory leak when executing quickfix tests.
  * Test_options fails when run in the GUI.
  * No test for mapping timing out.
  * Configure check for return value of tgetent is skipped.
  * job_stop() often assumes the channel will be closed, while the job
    may not actually be stopped. (Martin Gammelsæter)
  * :simalt still does not work.
  * Cannot add a context to locations.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=442
2017-06-06 10:28:21 +00:00
Dr. Werner Fink
63b27f8dfc .
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=440
2017-04-28 11:00:17 +00:00
Ismail Dönmez
a46a9550df -
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=439
2017-04-27 13:01:46 +00:00
Ismail Dönmez
8c86d36187 - Conflict with old vim versions to fix the upgrade from 12.3
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=438
2017-04-27 13:00:31 +00:00
Ismail Dönmez
71539ec39c -
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=436
2017-04-18 10:49:54 +00:00
Ismail Dönmez
75a476fe66 - Updated to revision 566, fixes the following problems
* :windo allows for ! but it's not supported.
  * Undefined behavior when using backslash after empty line.
  * Not enough test coverage for syntax commands.
  * Crash when getting the window position in tmux.
  * Cannot detect Bazel BUILD files on some systems.
  * Using freed memory in :caddbuf after clearing quickfix list.
  * Setting nocompatible for the tiny version moves the cursor.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=435
2017-04-18 10:49:27 +00:00
Ismail Dönmez
860d6357ea not working well for a function call inside another function call.
is empty. (Bjorn Linse)
    contains "keepascii". (Bjorn Linse)
    built in.
  * Setting ttytype to xxx does not always fail as expected.
- Remove vim-8.0-ttytype-test.patch, fixed upstream.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=433
2017-04-10 12:25:46 +00:00
Ismail Dönmez
6c43c72238 - Updated to revision 559, fixes the following problems
* Test_edit causes older xfce4-terminal to close. (Dominique Pelle)
  * Cppcheck warnings.
  * Edit test may fail on some systems.
  * Swap file exists briefly when opening the command window.
  * Extra line break in verbosefile when using ":echomsg". (Ingo Karkat)
  * Saving the redo buffer only works one time, resulting in the "." command
  not working well for a function call inside another            function
  call. (Ingo Karkat)
  * No test for the 8g8 command.
  * Some etags format tags file use 0x01, breaking the parsing.
  * The typeahead buffer is reallocated too often.
  * Toupper and tolower don't work properly for Turkish when 'casemap'
  is empty. (Bjorn Linse)
  * Toupper/tolower test with Turkish locale fails on Mac.
  * Toupper and tolower don't work properly for Turkish when 'casemap'
  contains "keepascii". (Bjorn Linse)
  * Toupper/tolower test fails on OSX without Darwin.
  * Getting the window position fails if both the GUI and term code is
  built in.
  * GTK: using static gravities is not useful.
  * The :ownsyntax command is not tested.
  * Setting ttytype to xxx does not always fail as expected. (Marvin Schmidt)

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=432
2017-04-10 12:24:42 +00:00
Ismail Dönmez
8b6db25aff Accepting request 487033 from home:scarabeus_iv:branches:editors
- Update the update-alternatives code

OBS-URL: https://build.opensuse.org/request/show/487033
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=431
2017-04-10 11:46:50 +00:00