Commit Graph

299 Commits

Author SHA256 Message Date
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
Ismail Dönmez
8cdf18f2e2 - Updated to revision 542, fixes the following problems
* ml_get errors in silent Ex mode. (Dominique Pelle)
  * A large count on a normal command causes trouble. (Dominique Pelle)
  * There is no way to remove quickfix lists (for testing).
  * Storing a zero byte from a multi-byte character causes fold text to show
    up wrong.
  * Character classes are not well tested. They can differ between platforms.
  * Using a function pointer instead of the actual function, which we know.
  * GtkForm handling is outdated.
  * MS-Windows: when 'clipboard' is "unnamed" yyp does not work in a :global
    command.
  * dv} deletes part of a multi-byte character. (Urtica Dioica)
  * Folds are messed up when 'encodin' is "utf-8".
  * Coverity complains about possible negative value.
  * RISC OS support was removed long ago, but one file is still included.
  * When 'wildmenu' is set and 'wildmode' has "longest" then the first file
    name is highlighted, even though the text shows the longest match.
  * Line in test commented out.
  * Buffer overflow when 'columns' is very big. (Nikolai Pavlov)
  * Test with long directory name fails on non-unix systems.
  * Test with long directory name fails on Mac.
  * Abbreviation doesn't work after backspacing newline. (Hkonrk)
  * Defaults.vim does not work well with tiny features. (crd477)
  * Memory leak when exiting from within a user function.
  * Quickfix window not updated when freeing quickfix stack.
  * Illegal memory access with :z and large count.
  * No test for falling back to default term value.
  * Startup test fails on Mac.
  * Building unit tests fails.
  * Compiler warning on MS-Windows.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=430
2017-04-05 09:24:06 +00:00
Ismail Dönmez
3ba21ec500 - Update spec.skeleton with spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=429
2017-03-31 09:20:25 +00:00
Ismail Dönmez
371ea81107 - Updated to revision 514, fixes the following problems
* Insufficient testing for statusline.
  * 'makeencoding' missing from the options window.
  * Git and hg see new files after running tests. (Manuel Ortega)
  * Options test does not always test everything.
  * Options test fails or hangs on MS-Windows.
  * 'cinoptions' cannot set indent for extern block.
  * "make shadow" creates an invalid link.
  * Quite a few beeps when running tests.
  * Clang version not correctly detected.
  * Some functions are not tested.
  * Running the options test sometimes resizes the terminal.
  * The packadd test does not create the symlink correctly and does not test
    the right thing.
  * The fnamemodify test changes 'shell' in a way later tests may not be
    able to use system().
  * Using ":%argdel" while the argument list is already empty gives an
    error. (Pavol Juhas)
  * Not enough test coverage in Insert mode.
  * Dead code in #ifdef.
  * Patch shell command uses double quotes around the argument, which allows
    for $HOME to be expanded. (Etienne)
  * Terminal width is set to 80 in test3.
  * Diffpatch fails when the file name has a quote.
  * Getpgid is not supported on all systems.
  * The ";" command does not work after characters with a lower byte that
    is NUL.
  * Getting font name does not work on X11.
  * Some macros are in lower case, which can be confusing.
  * Part of fold patch accidentally included.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=428
2017-03-27 10:19:43 +00:00
Martin Pluskal
65f4ad9651 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=427 2017-03-21 08:18:32 +00:00
Martin Pluskal
f8c6b603c2 Accepting request 481405 from home:kukuk:branches:editors
- Disable term=xxx test, does not work with any vim version

OBS-URL: https://build.opensuse.org/request/show/481405
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=426
2017-03-21 08:08:22 +00:00
Martin Pluskal
168258fd49 Accepting request 481189 from home:cboltz:branches:editors
- Update apparmor.vim (taken from AppArmor 2.11)
  * add support for the "kcm" and "qipcrtr" network keywords
  * update change_profile rule highlighting

Please forward this change to Factory and ideally also to Leap.

OBS-URL: https://build.opensuse.org/request/show/481189
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=425
2017-03-20 07:58:11 +00:00
Ismail Dönmez
2d14c13832 Accepting request 478641 from home:kukuk:branches:editors
- Build default vim without X11 support, use update-alternatives
  to prefer gvim if installed for X11 support.

OBS-URL: https://build.opensuse.org/request/show/478641
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=424
2017-03-11 10:02:37 +00:00
Ismail Dönmez
5fde9a46e1 - Updated to revision 425, fixes the following problems
* Packadd test does not clean up symlink.
  * Packadd test uses wrong directory name.
  * The E11 error message in the command line window is not translated.
  * The "zero count" error doesn't have a number. (Hirohito Higashi)
  * Xfontset and guifontwide are not tested.
  * Illegal memory access after "vapo". (Dominique Pelle)
  * Restoring help snapshot accesses freed memory. (Dominique Pelle)
  * GUI test fails on some systems.
  * Illegal memory access when 'complete' ends in a backslash.
  * Can't access b:changedtick from a dict reference.
  * Functions test fails.
  * Flags of :substitute not sufficiently tested.
  * Invalid memory access in :recover command.
  * :recover test fails on MS-Windows.
  * Illegal memory access with vi'
  * Not checking return valud of dict_add(). (Coverity)
  * When using complete() and typing a character undo is saved after the
    character was inserted. (Shougo)
  * Double free when compiled with EXITFREE and setting 'ttytype'.
  * b:changedtick can be unlocked, even though it has no effect.
  * Unlet command leaks memory. (Nikolai Pavlov)
  * islocked('d.changedtick') does not work.
  * Vim relies on limits.h to be included indirectly, but on Solaris 9 it
    may not be. (Ben Fritz)
  * When using CTRL-X CTRL-U inside a comment, the use of the comment leader
    may not work. (Klement)
  * When building with a shadow directory on macOS lacks the +clipboard
    feature.
  * Redrawing errors with GTK 3.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=421
2017-03-06 08:46:13 +00:00
Ismail Dönmez
9cc9815cd8 - Add test87-python36.patch to update test results for Python 3.6
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=419
2017-02-16 14:04:02 +00:00
Ismail Dönmez
73fef15f02 - Updated to revision 324, fixes the following problems
* When a json message arrives in pieces, the start is dropped and the
    decoding fails.
  * Not enough testing for GUI functionality.
  * getcmdtype(), getcmdpos() and getcmdline() are not tested.
  * ":help :[range]" does not work. (Tony Mechelynck)
  * ":help z?" does not work. (Pavol Juhas)
  * No test for setting 'guifont'.
  * Small mistake in 7x13 font name.
  * Insert mode completion does not respect "start" in 'backspace'.
  * Warning for unused variable with small build.
  * When using the tiny version trying to load the matchit plugin gives an
    error. On MS-Windows some default mappings fail.
  * Possible overflow with spell file where the tree length is corrupted.
    CVE-2017-5953 bsc#1024724
  * When running the command line tests there is a one second wait.
  * Illegal memory access with "1;y".

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=416
2017-02-10 12:17:54 +00:00
Ismail Dönmez
18468d0aa5 - Updated to revision 311, fixes the following problems
* Double free on exit when using a closure. (James McCoy)
  * Ex command range with repeated search does not work. (Bruce DeVisser)
  * When the GUI window is resized Vim does not always take over the new
    size. (Luchr)
  * Cannot stop diffing hidden buffers. (Daniel Hahler)
  * No tests for ":set completion" and various errors of the :set command.
  * Cannot set terminal key codes with :let.
  * Bracketed paste does not work in Visual mode.
  * Assign test fails in the GUI.
  * Invalid memory access when option has duplicate flag.
  * mode() not sufficiently tested.
  * Asan detects a memory error when EXITFREE is defined. (Dominique Pelle)
  * When using a symbolic link, the package path will not be inserted at
    the right position in 'runtimepath'. (Dugan Chen, Norio Takagi)
  * Cannot use an empty key in json.
  * Not enough testing for GUI functionality.
  * Linebreak tests are old style.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=414
2017-02-06 10:19:34 +00:00
Ismail Dönmez
f85bf36545 - Updated to revision 296, fixes the following problems
* Jumping to a tag that is a static item in the current file fails. 
    (Kazunobu Kuriyama)
  * The test for :profile is slow and does not work on MS-Windows.
  * On MS-Windows the system() test skips a few parts.
  * Some syntax arguments take effect even after "if 0". (Taylor Venable)
  * Warning for an unused parameter when the libcall feature is disabled.
    Warning for a function type cast when compiling with -pedantic.
  * Some syntax arguments are not tested.
  * When completing a group name for a highlight or syntax command cleared
    groups are included.
  * No test for invalid syntax group name.
  * Order of complication flags is sometimes wrong.
  * Compiler warns for uninitialized variable. (Tony Mechelynck)
  * After :undojoin some commands don't work properly, such as :redo.
    (Matthew Malcomson)
  * Test coverage for :retab insufficient.
  * Leaking file descriptor when system() cannot find the buffer. (Coverity)
  * Internally used commands for CTRL-Z and mouse click end up in
    history. (Matthew Malcomson)
  * When using :substitute with the "c" flag and 'cursorbind' is set the
    cursor is not updated in other windows.
  * Vim does not support bracketed paste, as implemented by xterm and other
    terminals.
  * Build fails if the multi-byte feature is disabled.
  * The buffer used to store a key name theoreticaly could be too
    small. (Coverity)
  * The Netbeans "specialKeys" command does not check if the argument fits
    in the buffer. (Coverity)
  * Leaking memory when syntax cluster id is unknown. (Coverity)

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=413
2017-02-03 12:28:55 +00:00
Ismail Dönmez
61edbf5528 - Improve summary bsc#1021040
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=411
2017-01-24 11:44:31 +00:00
Ismail Dönmez
79087fa695 - Add missing %changelog to spec.skeleton
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=409
2017-01-19 09:55:56 +00:00
Ismail Dönmez
3da8f9ec58 - Updated to revision 194, fixes the following problems
* When compiling with EBCDIC defined the build fails. (Yaroslav Kuzmin)
  * For completion "locale -a" is executed on MS-Windows, even though it
    most likely won't work.
  * Setting language in gvim on MS-Windows does not work when libintl.dll
    is dynamically linked with msvcrt.dll.
  * Using :change in between :function and :endfunction fails.
  * When opening a buffer on a directory and inside a try/catch then the
    BufEnter event is not triggered.
  * test_command_count may fail when a previous test interferes, seen on
    MS-Windows.
  * 'formatprg' is a global option but the value may depend on the type of
     buffer. (Sung Pae)
  * Error E937 is used both for duplicate key in JSON and for trying to
    delete a buffer that is in use.
  * When 'cursorbind' and 'cursorcolumn' are both on, the column highlignt
    in non-current windows is wrong.
  * When 'cursorbind' and 'cursorline' are set, but 'cursorcolumn' is not,
   then the cursor line highlighting is not updated. (Hirohito Higashi)
  * Ubsan warns for using a pointer that is not aligned.
  * When in Ex mode and an error is caught by try-catch, Vim still exits
    with a non-zero exit code.
  * The system() test fails on MS-Windows.
  * The error message from assert_notequal() is confusing.
  * Building with a new Ruby version fails.
  * Using NOT_VALID for redraw_later() to update the cursor line/column
    highlighting is not efficient.
  * There are no tests for the :profile command.
  * Detecting duplicate tags uses a slow linear search.
  * Some systems do not have ruby_sysinit(), causing the build to fail.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=408
2017-01-16 11:45:27 +00:00
Ismail Dönmez
83fa4cd32c - Updated to revision 172, fixes the following problems
* When a C preprocessor statement has two line continuations the
    following line does not have the right indent. (Ken Takata)
  * ":earlier" and ":later" do not work after startup or reading
    the undo file.
  * When the pattern of :filter does not have a separator then
    completion of the command fails.
  * To pass buffer content to system() and systemlist() one has to
    first create a string or list.
  * Running the channel test creates channellog.
  * system() test fails on MS-Windows.
  * system() test fails on OS/X.
  * When sorting zero elements a NULL pointer is passed to qsort(),
    which ubsan warns for.
  * Several float functions are not covered by tests.
  * No command line completion for ":syntax spell" and ":syntax
    sync".
  * On MS-Windows some float functions return a different value when
    passed unusual values.  strtod() doesn't work for "inf" and "nan".
  * Using a NULL pointer when using feedkeys() to trigger drawing
    a tabline.
  * EMSG() is sometimes used for internal errors.
  * Build fails when using small features.
  * Build error on Fedora 23 with small features and gnome2.
  * Ruby 2.4 no longer supports rb_cFixnum.
  * Outdated and misplaced comments.
  * Ubsan warns for integer overflow.
  * JSON with a duplicate key gives an internal error. (Lcd)
  * str2nr() and str2float() do not always work with negative values.
  * Still some float functionality is not covered by tests.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=406
2017-01-12 12:04:26 +00:00
Ismail Dönmez
7ecad313af - Updated to revision 147, fixes the following problems
* Not enough test coverage for syntax commands.
  * Test fails because of using :finish.
  * "2;'(" causes ml_get errors in an empty buffer.
  * Null pointer access reported by UBsan.
  * An address relative to the current line, ":.,+3y", does not work
    properly on a closed fold.
  * When using indent folding and changing indent the wrong fold is
    opened.
  * When 'maxfuncdepth' is set above 200 the nesting is limited to 200.
  * Small build fails.
  * Warning for unused argument.
  * Pasting inserted text in Visual mode does not work properly.
  * Nested function test fails on AppVeyor.
  * Normal colors are wrong with 'termguicolors'.
  * Line number of current buffer in getbufinfo() is wrong.
  * When using MSVC the GvimExt directory is cleaned twice.
  * Running tests on MS-Windows is a little bit noisy.
  * When using 'termguicolors' on MS-Windows the RGB definition causes
    the colors to be wrong.
  * searchpair() does not work when 'magic' is off.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=404
2017-01-08 08:32:57 +00:00
Ismail Dönmez
ee2dba2a7d - Updated to revision 130, fixes the following problems
* Not enough testing for entering Ex commands.
  * Display problem with 'foldcolumn' and a wide character. (esiegerman)
  * Cancelling completion still inserts text when formatting is done  for
  'textwidth'. (lacygoill)
  * Display test fails on MS-Windows.
  * Parallel make still doesn't work. (Lewis Muir)
  * Configure uses "ushort" while the Vim code doesn't.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=402
2016-12-10 15:39:29 +00:00
Ismail Dönmez
418b836005 - Updated to revision 124, fixes the following problems
* May not process channel readahead. (skywind)
  * Value of 'thesaurus' option not checked properly.
  * When using ch_read() with zero timeout, can't tell the difference between
    reading an empty line and nothing available.
  * Cannot use a semicolon in 'backupext'. (Jeff)
  * When reading channel output in a timer, messages may go missing. (Skywind)
  * The channel "drop" option is not tested.
  * Still checking if memcmp() exists while every system should have it now.
  * Drop command doesn't use existing window.
  * The :history command is not tested.
  * Tests 92 and 93 are old style.
  * When reading English help and using CTRl-] the language from 'helplang'
    is used.
  * Parallel make fails. (J. Lewis Muir)
  * No test for using CTRL-R on the command line.
  * Setting 'cursorline' changes the curswant column. (Daniel Hahler)
  * Internal error for assert_inrange(1, 1).

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=401
2016-12-06 10:40:59 +00:00
Ismail Dönmez
7339b75120 * Some options are not strictly checked.
* (after 8.0.0101) cannot set 'dictionary' to a path

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=399
2016-11-26 08:24:04 +00:00
Ismail Dönmez
7e8f7cb2e8 - Updated to revision 101, fixes the following problems
* When the input or output is not a tty Vim appears to hang.
  * When a channel callback consumes a lot of time Vim becomes
    unresponsive. (skywind)
  * Can't build on MS-Windows.
  * Popup menu always appears above the cursor when it is in the
    lower half of the screen. (Matt Gardner)
  * Options that are a file name may contain non-filename characters.
  * Some options are not strictly checked.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=398
2016-11-25 13:59:00 +00:00
Ismail Dönmez
50feed51fe - Updated to revision 95, fixes the following problems
* Problems with GTK 3.22.2 fixed in 3.22.4.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=396
2016-11-22 12:06:25 +00:00
Ismail Dönmez
443d5c4122 Accepting request 441243 from home:dimstar:Factory
- Export "TERM=linux" before running the test suite: vim does quite
  an extensive test relying on a full fledged terminal inside OBS,
  stdio is redirected to a serial console (where the build log is
  being recorded/extracted. Systemd set non-local tty by default to
  vt220 in upcoming versions (which the vi test suite fails to
  run on; this should be considered a vim bug).

OBS-URL: https://build.opensuse.org/request/show/441243
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=395
2016-11-22 06:13:13 +00:00
Ismail Dönmez
3c1e11a426 - Updated to revision 92, fixes the following problems
* Using NUL instead of NULL.
  * Crash when using the preview window from an unnamed buffer. (lifepillar)
  * On Windows job_stop() stops cmd.exe, not the processes it runs. (Linwei)
  * When a match ends in part of concealed text highlighting, it might mess
  up concealing by resetting prev_syntax_id.
  * An exiting job is detected with a large latency.
  * New code for job_stop() breaks channel test on AppVeyor.
  * Conceal test passes even without the bug fix.
  * No test for what 8.0.0047 fixes.
  * On Windows job_stop() stops cmd.exe, not the processes it runs. (Linwei)
  * Minor comment and style deficiencies.
  * When setting 'filetype' there is no check for a valid name.
  * Tests fail without the 'keymap' features.
  * Positioning of the popup menu is not good.
  * Vim does not build on VMS systems.
  * When using an Ex command for 'keywordprg' it is escaped as with a shell
  command. (Romain Lafourcade)
  * Compiler warning for unused variable.
  * No digraph for HORIZONTAL ELLIPSIS.
  * Compiler warning for comparing with unsigned. (Zoltan Arpadffy)
  * Normal test fails on MS-Windows.
  * Compiler warning for unused function in tiny build. (Tony Mechelynck)
  * when calling an operator function when 'linebreak' is set, it is internally
  reset before calling the operator function.
  * VMS has a problem with infinity.
  * Checking did_throw after executing autocommands is wrong. (Daniel Hahler)
  * Compiler warning for self-comparison.
  * Tests referred in Makefile that no longer exist.
  * Exit value from a shell command is wrong. (Hexchain Tong)

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=393
2016-11-18 09:01:23 +00:00
Ismail Dönmez
13ea07ff73 -
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=391
2016-11-12 07:07:40 +00:00
Ismail Dönmez
7b75096946 - Updated to revision 45, fixes the following problems
* Cannot use overlapping positions with matchaddpos().
  * No completion for ":messages".
  * Order of matches for 'omnifunc' is messed up. (Danny Su)
  * Detecting that a job has finished may take a while.
  * Get E924 when switching tabs.
  * OPEN_CHR_FILES not defined for FreeBSD using Debian userland files.
  * When Vim 8 reads an old viminfo and exits, the next time marks are not
  read from viminfo. (Ned Batchelder)
  * Whole line highlighting with matchaddpos() does not work.
  * When using Insert mode completion but not actually inserting anything
  an undo item is still created. (Tommy Allen)
  * When using Insert mode completion with 'completeopt' containing "noinsert"
  change is not saved for undo.  (Tommy Allen)
  * When using Insert mode completion with 'completeopt' containing "noinsert"
  with CTRL-N the change is not saved for undo.  (Tommy            Allen)
  * In diff mode the cursor may end up below the last line, resulting in an
  ml_get error.
  * Calling job_stop() right after job_start() does not work.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=389
2016-10-19 08:06:01 +00:00
Ismail Dönmez
85c21dff3c - Updated to revision 32, fixes the following problems
* getwinvar() returns wrong Value of boolean and number options, especially
  non big endian systems. (James McCoy)
  * A string argument for function() that is not a function name results in
  an error message with NULL. (Christian Brabandt)
  * Netbeans test fails with Python 3. (Jonathonf)
  * ":lb" is interpreted as ":lbottom" while the documentation says it means
  ":lbuffer".
  * Vim 7.4 is still mentioned in a few places.
  * Popup complete test is disabled.
  * Unnecessary workaround for AppVeyor.
  * Crash when editing file that starts with crypt yeader. (igor2x)
  * On OSX Test_pipe_through_sort_all() sometimes fails.
  * Typos in comments.
  * Missing comma in list.
  * Crypt tests are old style.
  * Can't tell which part of a channel has "buffered" status.
  * Build fails.
  * Cannot get the number of the current quickfix or location list.
  * When using ":sleep" channel input is not handled.
  * Test_command_count is old style.
  * The regexp engines are not reentrant.
  * In the GUI when redrawing the cursor it may be on the second half of a
  double byte character.
  * If a channel in NL mode is missing the NL at the end the remaining
  characters are dropped.
  * "gd" and "gD" may find a match in a comment or string.
  * When the netbeans channel closes, "DETACH" is put in the output
  part. (Ozaki Kiichi)
  * Inconsistent use of spaces vs tabs in gd test.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=388
2016-10-14 07:37:05 +00:00
Ismail Dönmez
808b82dd71 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=386 2016-09-22 08:35:26 +00:00
Ismail Dönmez
222d9110c8 - Updated to revision 3, fixes the following problems
* getwinvar() returns wrong Value of boolean and number options,
    especially non big endian systems. (James McCoy)
- Updated to revision 2, fixes the following problems

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=384
2016-09-12 18:04:54 +00:00
Ismail Dönmez
e78bda90b8 - Updated to revision 0002, fixes the following problems
* Intro screen still mentions version7. (Paul)
  * The netrw plugin does not work.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=383
2016-09-12 14:44:15 +00:00
Ismail Dönmez
4f8d39a99f - Update to version 8.0
* Crash on exit when EXITFREE is defined. (Dominique Pelle)
  * Valgrind reports using uninitialzed memory. (Dominique Pelle)
  * Test 86 and 87 fail with some version of Python.
  * Netbeans test fails when run from unpacked MS-Windows sources.
  * Netbeans test fails in shadow directory.
  * Not enough test coverage for Normal mode commands.
  * The example that explains nested backreferences does not work properly
    with the new regexp engine. (Harm te Hennepe)
  * Regexp fails to match when using "\>\)\?". (Ramel)
  * Reading past end of line when using previous substitute pattern. 
   (Dominique Pelle)
  * Attempt to read history entry while not initialized.
  * Compiler warnings with Solaris Studio when using GTK3.
  * Memory leak in timer_start().
  * Invalid memory access when formatting. (Dominique Pelle)
  * Checking for last_timer_id to overflow is not reliable. (Ozaki Kiichi)
  * Illegal memory access with ":1@". (Dominique Pelle)
  * Superfluous function prototypes.
  * Sort test sometimes fails.
  * Needless line break. Confusing directory name.
  * MS-Windows gvim.exe does not have DirectX support.
  * Test runner misses a comma.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=382
2016-09-12 13:27:23 +00:00
Ismail Dönmez
e4be13269c - Updated to revision 2347, fixes the following problems
* submatch() does not check for a valid argument.
  * The 'langnoremap' option leads to double negatives.  And it does not
    work for the last character of a mapping.
  * Can't use "." and "$" with ":tab".
  * With SGR mouse reporting (suckless terminal) the mouse release and scroll
    up/down is confused.
  * Warning for missing declaration of skip_vimgrep_pat(). (John Marriott)
  * Tests using the sleep time can be flaky.
  * Timer test sometimes fails.
  * Timer test sometimes fails.
  * Warning for assigning negative value to unsigned. (Danek Duvall)
  * Adding pattern to ":oldfiles" is not a generic solution.
  * Filter test fails.
  * Oldfiles test fails.
  * Tiny build fails. (Tony Mechelynck)
  * When cancelling the :ptjump prompt a preview window is opened for a
    following command.
  * Missing colon in error message.
  * Some error message cannot be translated.
  * In rare cases diffing 4 buffers is not enough.
  * Compiler warnings for signed/unsigned in expression.
  * Check for Windows 3.1 will always return false.  (Christian Brabandt)
  * Compiler warnings in MzScheme code.
  * The script that checks translations can't handle plurals.
  * Coverity complains about null pointer check.
  * Coverity complains about not checking for NULL.
  * Two JSON messages are sent without a separator.
  * With 'incsearch' can only see the next match.
  * Channel test is flaky.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=381
2016-09-09 07:24:23 +00:00
Ismail Dönmez
4d7485b5f9 - Updated to revision 2334, fixes the following problems
* No tests for :undolist and "U" command.
  * When starting a job that reads from a buffer and reaching the end,
    the job hangs.
  * It is not possible to close the "in" part of a channel.
  * QuickFixCmdPre and QuickFixCmdPost autocommands are not always triggered.
  * Get warning for deleting autocommand group when the autocommand using
    the group is scheduled for deletion. (Pavol Juhas)
  * MS-Windows: some files remain after testing.
  * Default interface versions for MS-Windows are outdated.
  * When using "is" the mode isn't always updated.
  * In a timer callback the timer itself can't be found or stopped. (Thinca)
  * Marks, writefile and nested function tests are old style.
  * Default value for 'langremap' is wrong.
  * Several tests are old style.
  * Old charsearch test still listed in Makefile.
  * Crash when doing tabnext in a BufUnload autocmd. (Dominique Pelle)
  * Accessing freed memory when a timer does not repeat.
  * Appveyor 64 bit build still using Python 3.4
  * Crash when autocommand moves to another tab. (Dominique Pelle)
  * Crash when deleting an augroup and listing an autocommand. 
    (Dominique Pelle)
  * No error when deleting an augroup while it's the current one.
  * Insufficient testing for Normal mode commands.
  * Channel sort test is flaky.
  * Normal mode tests fail on MS-Windows.
  * When 'incsearch' is not set CTRL-T and CTRL-G are not inserted as before.
  * No way for a system wide vimrc to stop loading defaults.vim. 
    (Christian Hesse)
  * Redraw problem when using 'incsearch'.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=380
2016-09-06 08:13:36 +00:00
Ismail Dönmez
fb41466b96 - Updated to revision 2295, fixes the following problems
* The field names used by getbufinfo(), gettabinfo() and getwininfo()
    are not consistent.
  * Tab page tests are old style.
  * Test files have inconsistant modelines.
  * Startup test fails on Solaris.
  * There is no equivalent of 'smartcase' for a tag search.
  * ":oldfiles" output is a very long list.
  * The default ttimeoutlen is very long.
  * Crash when using funcref() with invalid name. (Dominique Pelle)
  * Can't build with +eval but without +quickfix. (John Marriott)
  * submatch() does not check for a valid argument.
  * The 'langnoremap' option leads to double negatives.  And it does not
    work for the last character of a mapping.
  * Can't use "." and "$" with ":tab".
  * With SGR mouse reporting (suckless terminal) the mouse release and scroll
    up/down is confused.
  * Warning for missing declaration of skip_vimgrep_pat(). (John Marriott)
  * Tests using the sleep time can be flaky.
  * Timer test sometimes fails.
  * Timer test sometimes fails.
  * Warning for assigning negative value to unsigned. (Danek Duvall)
  * Adding pattern to ":oldfiles" is not a generic solution.
  * Filter test fails.
  * Oldfiles test fails.
  * Tiny build fails. (Tony Mechelynck)
  * When cancelling the :ptjump prompt a preview window is opened for a
    following command.
  * Missing colon in error message.
  * Some error message cannot be translated.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=378
2016-08-31 06:52:31 +00:00
Ismail Dönmez
29e0a8e0c1 - Updated to revision 2225, fixes the following problems
* When using matchaddpos() a character after the end of the
    line can be highlighted.
  * Can't build with +timers when +digraph is not included.
  * Recursive call to substitute gets stuck in sandbox.
  * printf() gives an error when the argument for %s is not a string.
  * printf() does not support binary format.
  * Sourcing a script where a character has 0x80 as a second byte
    does not work.
  * Buffer overflow when using latin1 character with feedkeys().
  * Compiler warnings with older compiler and 64 bit numbers.
  * Crash when placing a sign in a deleted buffer.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=377
2016-08-18 07:39:59 +00:00
Ismail Dönmez
e21f585a25 - Updated to revision 2216, fixes the following problems
* The qf_init_ext() function is too big.
  * Compiler warning for initializing a struct.
  * There is still code and help for unsupported systems.
  * There is no way to get a list of the error lists.
  * When using ":vimgrep" may end up with duplicate buffers.
  * No proper testing of trunc_string().
  * Coverage report is messed up by the unittests.
  * Can't run scripttests in the top directory.
  * Wrong part of #ifdef removed.
  * eval.c is too big.
  * Build fails.
  * eval.c is too big.
  * eval.c is too big.
  * Non-Unix builds fail.
  * Wrong file name.
  * qf_init_ext() is too big.
  * Using dummy variable to compute struct member offset.
  * eval.c is still too big.
  * Coverity warns for possible buffer overflow.
  * Compiler warns for uninitialzed variable. (John Marriott)
  * getcompletion() not well tested.
  * Compiler warning for char/char_u conversion.
  * Not all arguments of trunc_string() are tested.
    Memory access error when running the message tests.
  * spell.c is too big.
  * Missing change to include file.
  * The return value of type() is difficult to use.
  * substitute() does not support a Funcref argument.
  * rgb.txt is read for every color name.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=376
2016-08-16 08:19:43 +00:00
Ismail Dönmez
71f5a77c82 - Updated to revision 2045, fixes the following problems
* Looking up a buffer by number is slow if there are many.
  * Netbeans file authentication not tested.
  * GTK: display updating is not done properly and can be slow.
  * setbufvar() causes a screen redraw.
  * filter() and map() either require a string or defining a function.
  * Memory leak when using a function callback.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=374
2016-07-16 08:18:19 +00:00
Ismail Dönmez
fe242325c7 - Updated to revision 2033, fixes the following problems
* Memory access error when reading viminfo. (Dominique Pelle)
  * "gd" hangs in some situations. (Eric Biggers)
  * Not all quickfix tests are also done  with the location lists.
  * Background is not drawn properly when 'termguicolors' is set.
  * Coverity warns for unreachable code.
  * Win32: Cannot compile with XPM feature using VC2015
  * The Man plugin doesn't work that well.
  * File list does not include new XPM libraries.
  * Viminfo continuation line with wrong length isn't skipped. (Marius Gedminas)
  * Using Ctrl-A with double-byte encoding may result in garbled text.
  * Minor problems with the quickfix code.
  * Quickfix long lines test not executed for buffer.
  * Ruby test is old style.
  * Cscope interface does not support finding assignments.
  * Not all parts of the quickfix code are tested.
  * No test for what 7.4.1948 fixes.
  * Using 32-bit Perl with 64-bit time_t causes memory corruption. (Christian Brabandt)
  * When using CTRL-W f and pressing "q" at the ATTENTION dialog the newly opened window is not closed.
  * Perl interface has obsolete workaround.
  * Perl interface preprocessor statements not nicely indented.
  * Crash when running test_channel.vim on Windows.
  * Unicode standard 9 was released.
  * When 'insertmode' is reset while doing completion the popup menu remains even though Vim is in Normal mode.
  * Two test files for increment/decrement.
  * Running Win32 Vim in mintty does not work.
  * The quickfix init function is too big.
  * When using a job in raw mode to append to a buffer garbage characters are added.
  * Coverity reports a resource leak.
  * Falling back from NFA to old regexp engine does not work properly. (fritzophrenic)

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=373
2016-07-14 08:43:32 +00:00
Ismail Dönmez
c02ad73f91 - Updated to revision 1938, fixes the following problems
* Updating marks in a quickfix list is very slow when the list is long.
  * When waiting for a character is interrupted by receiving channel
    data and the first character of a mapping was typed, the mapping
    times out.
  * When receiving channel data 'updatetime' is not respected.
  * Wrong computation of remaining wait time in RealWaitForChar()
  * When umask is set to 0177 Vim can't create temp files.
  * GUI: When channel data is received the cursor blinking is interrupted.
  * Channel reading very long lines is slow.
  * balloon eval only gets the window number, not the ID.
  * Cannot easily get the window ID for a buffer.
  * Cannot get the window ID for a mouse click.
  * Cannot use a window ID where a window number is expected.
  * Invoking mark_adjust() when adding a new line below the last line
    is pointless.
  * Various typos, long lines and style mistakes.
  * User commands don't support modifiers.
  * GTK 3: cursor blinking doesn't work well.
  * Using CTRL-] in the help on "{address}." doesn't work.
  * Win32: the "Disabled" menu items would appear enabled.
  * No test for collapsing buffers for a channel.  Some text is lost.
  * When writing viminfo merging current history with history in viminfo
    may drop recent history entries.
  * Some compilers can't handle a double semicolon.
  * Collapsing channel buffers and searching for NL does not work properly.
  * Warnings from 64 bit compiler.
  * Netbeans uses uninitialzed pointer and freed memory.
  * Doubled semicolons.
  * Tests using external command to delete directory.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=372
2016-06-15 11:31:13 +00:00
Ismail Dönmez
b31d792357 - Link to perl directly instead of dlopen'ing it.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=370
2016-06-03 18:55:17 +00:00
Ismail Dönmez
79053c4a8d Accepting request 400010 from home:elvigia:branches:editors
- vim must require %{?libperl_requires}, if perl is not
  updated with vim in lockstep, the following error
  occurs:
  vim: error while loading shared libraries: libperl.so
  and the program stops working. (boo#982869)

OBS-URL: https://build.opensuse.org/request/show/400010
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=369
2016-06-03 17:19:43 +00:00
Ismail Dönmez
be526bb457 - Updated to revision 1883, fixes the following problems
* Python: encoding error with Python 2.
  * Memory leaks in test49.
  * Invalid memory access when exiting with EXITFREE defined.
  * Memory leak in test_matchstrpos.
  * Setting really_exiting causes memory leaks to be reported.
  * Appending to the quickfix list while the quickfix window is open
    is very slow.
  * When a callback adds a timer the GUI doesn't use it until later.
  * Comparing functions and partials doesn't work well.
  * Typing "k" at the hit-enter prompt has no effect.
  * Whether a job has exited isn't detected until a character is typed.
    After calling exit_cb the cursor is in the wrong place.
  * Channel test is flaky.
  * Appending to a long quickfix list is slow.
  * Check for line break at end of line wrong.
  * Cppcheck found 2 incorrect printf formats.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=367
2016-06-03 10:03:15 +00:00
Ismail Dönmez
a54ab47a70 - Updated to revision 1862, fixes the following problems
* Using a partial for timer_start() may cause a crash.
  * Compiler warnings with 64 bit compiler.
  * string() with repeated argument does not give a result usable
    by eval().

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=366
2016-06-01 07:27:39 +00:00
Ismail Dönmez
363d76d882 - Updated to revision 1859, fixes the following problems
* Tests involving Python are flaky.
  * Ubsan detects a multiplication overflow.
  * Getting an item from a NULL dict crashes.
  * Can't build with Strawberry Perl 5.24 (obsoletes perl-5.24.patch)
  * Still trying to read from channel that is going to be closed.
  * GUI freezes when using a job.
  * test_syn_attr fails when using the GUI.
  * Unix: Cannot run all tests with the GUI.
  * Crash when job and channel are in the same dict while using partials.
  * When setting 'termguicolors' the Ignore highlighting doesn't work.
  * Valgrind reports memory leak for job that is not freed.
  * When a channel appends to a buffer that is 'nomodifiable' there
    is an error but appending is done anyway.
  * When a channel writes to a buffer it doesn't find a buffer by
    the short name but re-uses it anyway.
  * Cannot use a function reference for "exit_cb".

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=364
2016-05-30 09:16:30 +00:00
Ismail Dönmez
ed7f40e8c0 Accepting request 398166 from home:cboltz:branches:editors
- Update apparmor.vim (taken from AppArmor 2.10.1)
  * add support for the "unspec" network keyword

OBS-URL: https://build.opensuse.org/request/show/398166
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=363
2016-05-26 08:32:54 +00:00
Ismail Dönmez
d59e60da7e - Updated to revision 1842, fixes the following problems
* non-antialiased misnamed.
  * When timer_stop() is called with a string there is no proper
    error message.
  * Memory leak in debug commands.
  * Cannot use an Ex command for 'keywordprg'.
  * Possible crash when conceal is active.
  * When splitting and closing a window the status height changes.
  * When using a partial on a dictionary it always gets bound to that
    dictionary.
  * The BufUnload event is triggered twice, when :bunload is used with
    `bufhidden` set to `unload` or `delete`.
  * Functions specifically for testing do not sort together.
  * Cannot get the items stored in a partial.
  * When using packages an "after" directory cannot be used.
  * The code to reallocate the buffer used for quickfix is repeated.
  * get() works for Partial but not for Funcref.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=362
2016-05-25 10:58:17 +00:00