Commit Graph

512 Commits

Author SHA256 Message Date
Ismail Dönmez
ec590624a9 Accepting request 685169 from home:cboltz:branches:editors
- apparmor.vim: add network 'xdp' keyword

OBS-URL: https://build.opensuse.org/request/show/685169
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=540
2019-03-15 10:01:02 +00:00
Ismail Dönmez
4a04d640d9 Accepting request 684247 from home:mimi_vx:branches:editors
- Updated to version 8.1.1005, fixes the following problems
- vim-8.1.0297-dump3.patch - disabled another flakky test
  * Failure when closing a window when location list is in use.
  * Terminal test is a bit flaky.
  * Tests for restricted mode no run for MS-Windows GUI.
  * Can modify a:000 when using a reference.
  * A messed up rgb.txt can crash Vim. (Pavel Cheremushkin)
  * No need to check restricted mode for setwinvar().
  * Index in getjumplist() may be wrong. (Epheien)
  * Incomplete set of assignment operators.
  * Struct uses more bytes than needed.
  * USE_LONG_FNAME never defined.
  * Complicated regexp causes a crash. (Kuang-che Wu)
  * Using clumsy way to get console window handle.
  * CI tests on AppVeyor are failing.
  * Can't handle large value for %{nr}v in regexp. (Kuang-che Wu)
  * Crash with tricky search pattern. (Kuang-che Wu)
  * Tag line with Ex command cannot have extra fields.
  * CI crashes when running out of memory.
  * Code related to findfile() is spread out.
  * fsync() may not work properly on Mac.
  * With Python 3.7 "find_module" is not made available.
  * Double free when running out of memory.
  * Compiler warnings.
  * In Terminal-Normal mode job output messes up the window.
  * Terminal test sometimes fails; using memory after free.
  * Terminal scrollback test is flaky.
  * Terminal dump diff swap does not update file names.
  * Terminal scrollback test still flaky.
  * Terminal scrollback test still still flaky.

OBS-URL: https://build.opensuse.org/request/show/684247
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=538
2019-03-12 10:49:04 +00:00
Martin Pluskal
e3833da9e9 Accepting request 678838 from home:mimi_vx:branches:editors
- Updated to version 8.1.0892, fixes the following problems
  * New buffer used every time the quickfix window is opened.
  * Can execute shell commands in rvim through interfaces.
  * Checking for FEAT_MBYTE which doesn't exist anymore.
  * Missing some changes for Ex commands.
  * Double check for bsd systems.
  * Compiler warning for adding to NULL pointer and a condition that is
  always true.
  * The 'l' flag in :subsitute is sticky.
  * The a: dict is not immutable as documented.
  * Pty allocation wrong if using file for out channel and using null for
  in channel and null for error channel.
  * Substitute command inssuficiently tested.
  * Failure when closing a window when location list is in use.

OBS-URL: https://build.opensuse.org/request/show/678838
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=536
2019-02-26 08:45:41 +00:00
Stephan Kulow
2cfe0f29df Accepting request 672541 from home:coolo:branches:editors
- Update to version 8.1.0887, fixes the following problems
  * Undo with text properties not tested.
  * setline() and setbufline() do not clear text properties.
  * Text properties are not adjusted for :substitute.
  * If a buffer was deleted a channel can't write to it.
  * Channel test fails sometimes.
  * When using text props may free memory that is not allocated.
  * Internal error when using :popup.
  * When test_edit fails 'insertmode' may not be reset and the next test may get stuck. (James McCoy)
  * ":sign place" requires the buffer argument.
  * Clearing the window is used too often, causing the command line to be cleared when opening a tab. (Miroslav Koškár)
  * Compiler warning for uninitialized variable. (Tony Mechelynck)
  * Using "gt" sometimes does not redraw a tab. (Jason Franklin)
  * Sign message not translated and inconsistent spacing.
  * ":sign place" only uses the current buffer.
  * Compiler warnings with 64-bit compiler.
  * Building with Ruby 2.6 gives compiler warnings.
  * :colorscheme isn't tested enough
  * Tabline is not always redrawn when something that is used in 'tabline' changes.
  * Text property columns are not adjusted for changed indent.
  * Third argument for redrawWinline() is always FALSE.
  * Windows are updated for every added/deleted sign.
  * When using timers may wait for job exit quite long.
  * Test files still use function!.
  * MS-Windows build instructions are a bit outdated.
  * Images for NSIS take up too much space.
  * Unessesary #if lines in GTK code.
  * Superfluous call to redraw_win_later().
  * Get warning message when 'completefunc' returns nothing.
  * There is no function for the ":sign jump" command.

OBS-URL: https://build.opensuse.org/request/show/672541
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=534
2019-02-07 19:50:05 +00:00
2d12cc9f93 Accepting request 662793 from home:mimi_vx:branches:editors
- Updated to version 8.1.0687 , fixes the following problems
  + refreshed disable-unreliable-tests.patch
  * Asan complains about reading before allocated block.
  * SGR not enabled for mintty because $TERM is "xterm".
  * Error for NUL byte in ScreenLines goes unnoticed.
  * Error message for NUL byte in ScreenLines breaks Travis CI.
  * Execute() always resets display column to zero. (Sha Liu)
  * 'commentstring' not used when adding fold marker. (Maxim Kim)
  * Non-silent execute() resets display column to zero.
  * Stopping a job does not work properly on OpenBSD.
  * Cannot redefine user command without ! in same script
  * 'commentstring' not used when adding fold marker in C.
  * Termdebug: clearing multi-breakpoint does not work.
  * Indent script tests pick up installed scripts.
  * Tabpage right-click menu never shows "Close tab".
  * Cannot disable arabic, rightleft and farsi in configure.
  * Cannot attach properties to text.
  * Invalid memory access when using text properties.
  * Double free without the text properties feature.
  * Text properties are not enabled.
  * Using illogical name for get_dict_number()/get_dict_string().
  * With search CTRL-L does not pick up composing characters.
  * Undo test may fail on MS-Windows.
  * :digraph output is not easy to read.
  * GvimExt: realloc() failing is not handled properly.
  * Cannot define a sign with space in the text.
  * Compilation error in gvimext.cpp.
  * When a job ends the closed channels are not handled.
  * Channel sort test is flaky.
  * The libvterm tests are not run as part of Vim tests.

OBS-URL: https://build.opensuse.org/request/show/662793
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=532
2019-01-04 13:34:11 +00:00
Ismail Dönmez
6572c164da Accepting request 655592 from home:mimi_vx:branches:editors
- Updated to version 8.1.0565, fixes the following problems
  * Using 'shiftwidth' from wrong buffer for folding.
  * Flaky test sometimes fails in different ways.
  * Channel and terminal tests that start a server can be flaky.
  * Flaky tests often fail with a common error message.
  * Cannot distinguish between quickfix and location list.
  * Screendump tests can be flaky.
  * Increment/decrement might get interrupted by updating folds.
  * File time test fails when using NFS.
  * ui_breakcheck() may be called recursively, which doesn't work.
  * Evaluating a modeline might invoke using a shell command.
  * Cannot build without the sandbox.
  * May evaluate insecure value when appending to option.
  * Help message in dosinst.c is outdated.
  * shiftwidth() does not take 'vartabstop' into account.
  * Coverity warns for leaking memory and using wrong struct.
  * Setting 'filetype' in a modeline causes an error (Hirohito Higashi).
  * When executing indent tests user preferences interfere.
  * Modeline test with keymap fails.
  * Crash when job callback unloads a buffer.
  * Netbeans test depends on README.txt contents.
  * Expression evaluation may repeat an error message.
  * Saved last search pattern may not be restored.
  * It is not easy to edit a script that was sourced.
  * Popup menu overlaps with preview window.
  * Crash when last search pat is set but not last substitute pat.
  * Saving/restoring search patterns share saved last_idx.
  * Termdebug: gdb may use X.Y for breakpoint number.
  * Command line completion not sufficiently tested.
  * Cannot use address type "other" with with user command.

OBS-URL: https://build.opensuse.org/request/show/655592
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=530
2018-12-06 12:13:40 +00:00
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
Ismail Dönmez
aed0b1899b -
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=518
2018-09-19 12:20:06 +00:00
Ismail Dönmez
bc820345b1 Add vim-changelog.sh, a vim changelog generator
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=517
2018-09-19 12:19:32 +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
1495355916 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=499 2018-06-12 08:24:19 +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
c7bb078abd -
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=481
2018-02-15 09:27:43 +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
ff60c361c6 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=460 2017-11-29 14:56:28 +00:00
Ismail Dönmez
7011815808 -
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=459
2017-11-29 14:18:03 +00:00
Ismail Dönmez
972478a4bf -
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=458
2017-11-29 14:11:38 +00:00
Ismail Dönmez
af1453510c -
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=457
2017-11-29 13:28:09 +00:00