Commit Graph

137 Commits

Author SHA256 Message Date
Ismail Dönmez
c1e84f2cbd - Updated to revision 888, fixes the following problems
* Double free for list and dict in Lua. (Shougo Matsu)
  * Can't build with multi-byte on Solaris 10.
  * No tests for Visual mode operators, what 7.3.879 fixes.
  * Filename completion with 'fileignorecase' does not work for
    multi-byte characters.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=138
2013-04-13 07:48:39 +00:00
Ismail Dönmez
ac782fbc9a - Updated to revision 884, fixes the following problems
* Build problem with some combination of features.
  * #if indents are off.
  * Forward searching with search() is broken.
  * 'fileignorecase' is missing in options window and quickref.
  * When using an ex command in operator pending mode, using Esc to
    abort the command still executes the operator. (David Bürgin)
  * When writing viminfo, old history lines may replace lines written
    more recently by another Vim instance.
  * Python list does not work correctly.
  * CursorHold may trigger after receiving the termresponse.
  * Can't build with some combination of features.
  * Compiler warning for variable shadowing another. (John Little)

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=137
2013-04-09 09:02:57 +00:00
Ismail Dönmez
2d211f93e2 - Updated to revision 874, fixes the following problems
* Mouse position may be wrong.
  * Not serving the X selection during system() isn't nice.
  * Matchparen does not update match when using auto-indenting.
    (Marc Aldorasi)
  * When at the hit-return prompt and using "k" while no text has
    scrolled off screen, then using "j", an empty line is displayed.
  * bufwinnr() matches buffers in other tabs.
  * Compiler warnings when using MingW 4.5.3.
  * search('^$', 'c') does not use the empty match under the cursor.
  * On some systems case of file names is always ignored, on others
    never.
  * Comparing file names does not handle multi-byte characters
    properly.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=135
2013-03-20 16:17:29 +00:00
Ismail Dönmez
12ee8c2000 - Updated to revision 865, fixes the following problems
* Compiler warnings.
  * When calling system() multi-byte clipboard contents is garbled.
  * The QuitPre autocommand event does not trigger for :qa and :wq.
  * "gv" selects the wrong area after some operators.
  * 'ambiwidth' must be set by the user.
  * When using --remote-expr try/catch does not work. (Andrey Radev)
  * ":setlocal number" clears global value of 'relativenumber'.
  * Dragging the status line can be slow.
  * Problem with 'ambiwidth' detection for ANSI terminal.
  * Can't build without the mouse feature.
  * Mouse position may be wrong.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=134
2013-03-18 14:05:42 +00:00
Ismail Dönmez
b9d1bfac17 - Updated to revision 854, fixes the following problems
* Compiler warning.
  * In the terminal the scroll wheel always scrolls the active window.
  * Ruby 2.0 has a few API changes.
  * "xxd -i" fails on an empty file.
  * Clipboard does not work on Win32 when compiled with Cygwin.
  * Empty lines in :version output when 'columns' is 320.
  * Insufficient testing for mksession.
  * Some files missing in the list of distributed files.
  * "\@<!" in regexp does not work correctly with multi-byte
    characters, especially cp932.
  * When a "cond ? one : two" expression has a subscript it is not
    parsed correctly. (Andy Wokula)
  * Compiler warning for signed/unsigned pointer.
  * Missing test file changes.
  * Enum is not indented correctly with "public" etc.
  * Enum indenting is not tested.
  * Missing proto file, listing a non-existing proto file.
  * Test 55 fails when messages are translated.
  * Can't build with Ruby 2.0 when using MinGW x64 or MSVC10.
  * ":g//" gives "Pattern not found error" with E486.  Should not use
    the error number, it's not a regular error message.
  * ":vimgrep //" matches everywhere.
  * Using an empty pattern with :sort silently continues when there is
    no previous search pattern.
  * system() breaks clipboard text. (Yukihiro Nakadaira)
  * Using "ra" in multiple lines on multi-byte characters leaves a few
    characters not replaced.
  * After using backspace in insert mode completion, CTRL-N and CTRL-P
    do not highlight the right entry. (Olivier Teuliere)

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=132
2013-03-08 16:16:51 +00:00
Ismail Dönmez
5eed7ef679 - Add Categories to the gvim.desktop file, part of bnc#804930
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=130
2013-02-26 10:03:46 +00:00
Ismail Dönmez
880f789b59 Add Categories to gvim.desktop
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=128
2013-02-25 16:10:48 +00:00
Ismail Dönmez
171448066c - Updated to revision 831
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=127
2013-02-22 11:50:58 +00:00
Ismail Dönmez
9d01ac775c Accepting request 155416 from home:e9925248:branches:editors
Reenable ACL support - was dropped somewhere after OpenSuSE 11.4

OBS-URL: https://build.opensuse.org/request/show/155416
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=126
2013-02-21 21:22:44 +00:00
Ismail Dönmez
245a492193 - Updated to revision 785, fixes the following problems
* Jumping to a mark does not open a fold if it is in the same line.
  * Not all message translation files are installed.
  * Segfault when doing "cclose" on BufUnload in a python function.
  * ":help cpo-*" jumps to the wrong place.
  * settabvar() and setwinvar() may move the cursor.
  * 'matchpairs' does not work with multi-byte characters.
  * Vim.h indentation is inconsistent.
  * Uninitialized variable. (Yasuhiro Matsumoto)
  * Cursor is at the wrong location and below the end of the file
  * Crash when OriginalFirstThunk is zero.
  * Tiny GUI version misses console dialog feature.
  * ml_get error when searching, caused by curwin not matching curbuf.
  * When building with Gnome locale gets reset.
  * Compiler error for adding up two pointers. (Titov Anatoly)
  * Backwards search lands in wrong place when started on a multibyte
  * char2nr() and nr2char() always use 'encoding'.
  * Drawing with 'guifontwide' can be slow.
  * Crash when mark is not set. (Dominique Pelle)
  * Error when 'guifontwide' has a comma.
  * Crash with specific use of search pattern.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=124
2013-01-28 11:24:49 +00:00
Ismail Dönmez
756b5bff53 Accepting request 146926 from home:cboltz:branches:editors
- update apparmor.vim (taken from AppArmor 2.8)
  * add capability block_suspend

OBS-URL: https://build.opensuse.org/request/show/146926
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=122
2013-01-03 20:02:45 +00:00
Ismail Dönmez
c20bc9fb4d - Updated to revision 762, fixes the following problems
* Automatically setting 'ttymouse' doesn't work.
  * Memory leaks when using location lists.
  * Cannot properly test conceal mode.
  * Python interface doesn't build without the multi-byte feature.
  * The justify macro does not always work correctly.
  * Test 61 is flaky, it fails once in a while.
  * Test 49 script file doesn't fold properly.
  * When there is a QuitPre autocommand using ":q" twice does not work
  * Autoconf doesn't find Python 3 if it's called "python".
  * A location list can get a wrong count in :lvimgrep.
  * Issue 96: May access freed memory when a put command triggers
  * Matchit plugin does not handle space in #ifdef.
  * dv_ deletes the white space before the line.
  * In Visual mode a "-p does not work. (Marcin Szamotulski)
  * On some systems the tabline is not redrawn.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=120
2013-01-01 11:24:34 +00:00
Ismail Dönmez
503b5405da - gvim should require vim-data package, bnc#793311
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=118
2012-12-18 10:56:56 +00:00
Ismail Dönmez
1502a784f6 -
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=116
2012-12-01 13:57:28 +00:00
Ismail Dönmez
592b24f765 - Updated to revision 744, fixes the following problems
* printf() can only align to bytes, not characters.
  * Inconsistency: :set can be used in the sandbox, but :setlocal and
  * Crash when calling setloclist() in BufUnload autocmd. (Marcin
  * Error on exit when using Python 3.
  * When changing the font size, only MS-Windows limits the window
  * When re-using the current buffer the buffer-local options stay.
  * Cannot run new version of cproto, it fails on missing include
  * Proto files are outdated.
  * Ruby interface defines local functions globally.
  * Perl flags may contain "-g", which breaks "make proto".
  * Various tiny problems.
  * Building with Ruby and Tcl on MS-Windows 64 bit does not work.
  * :aboveleft and :belowright have no effect on :copen.
  * Typos and duplicate info in README.
  * Can't always find Win32.mak when building GvimExt.
  * Cannot compile with MzScheme interface on Ubuntu 12.10.
  * Building with Ruby fails on some systems.
  * Crash in PHP file when using syntastic. (Ike Devolder)
  * Py3Init_vim() is exported uneccessarily.
  * Compiler warnings for function arguments.
  * Tests fail when including MzScheme.
  * Cannot put help files in a sub-directory.
  * Cannot build Ruby 1.9 with MingW or Cygwin.
  * File name completion in input() escapes white space. (Frederic
  * When using do_cmdline() recursively did_endif is not reset,
  * Unused function argument.
  * Computing number of lines may have an integer overflow.
  * IOC tool complains about undefined behavior for int.
  * Tiny build fails.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=115
2012-12-01 13:49:27 +00:00
Ismail Dönmez
9460a6f58d - Update to patchlevel 712, fixes the following problems
* Can't build Ruby interface with Ruby 1.9.3.
  * End of color scheme name not clear in E185. (Aaron Lewis)
  * Buffer overflow in unescaping text. (Raymond Ko)
  * MSVC 11 is not supported.
  * Unused variables in Perl interface.
  * Building with Perl loaded dynamically  still uses static library.
  * When building with Cygwin loading Python dynamically fails.
  * Python: memory leaks when there are exceptions.
  * More Python code can be shared between Python 2 and 3.
  * Not possible to lock/unlock lists in Python interface.
  * Using "gN" while 'selection' is "exclusive" misses one character.
  * Using uninitialized memory with very long file name.
  * buf_spname() is used inconsistently.
  * Ruby .so name may not be correct.
  * Ruby detection uses Config, newer Ruby versions use RbConfig.
  * Some files missing in the list of distributed files.
  * List of distributed files picks up backup files.
  * Compiler complains about incompatible types.
  * ":python" may crash when vimbindeval() returns None.
  * "make test" does not delete lua.vim.
  * Using CTRL-\ e mappings is useful also when entering an
  * Test 16 fails when $DISPLAY is not set.
  * Python 3.3 is not supported.
  * MzScheme and Lua may use a NULL string.
  * When the current directory name is exactly the maximum path length
  * State specific to the Python thread is discarded.
  * Can't build GTK version with GTK 2.0.
  * Can't make 'softtabstop' follow 'shiftwidth'.
  * Now that 'shiftwidth' may use the value of 'tabstop' it is not so

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=113
2012-11-02 16:17:25 +00:00
Ismail Dönmez
2c2c4a3db1 - Add Obsoletes/Provides for vim-plugin-matchit package
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=111
2012-10-02 12:54:23 +00:00
Ismail Dönmez
a5bf596ecd - Update to patchlevel 661, fixes the following problems
* "gnd" doesn't work correctly in Visual mode.
  * Crash when using a very long file name. (ZyX)
  * When 'clipboard' is set to "unnamed" small deletes end up in the
  * Completion after ":help \{-" gives an error message and messes up
  * Completion after ":help \{-" gives an error message.
  * Workaround for Python crash isn't perfect.
  * MingW needs build rule for included XPM files.  Object directory
  * When creating a Vim dictionary from Python objects an empty key
  * Internal error in :pyeval.
  * Python bindings silently truncate string values containing NUL.
  * NUL bytes truncate strings when converted from Python.
  * Recent Python changes are not tested.
  * ":help !" jumps to help for ":!".
  * SEGV in Python code.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=109
2012-09-12 21:48:19 +00:00
Ismail Dönmez
1eb2881c47 - Update to patchlevel 646, fixes the following problems
* Segfault with specific autocommands.
  * Not all zero-width matches handled correctly for "gn".
  * Cannot select beyond 222 columns with the mouse in xterm.
  * "|" does not behave correctly when 'virtualedit' is set.
  * There is no way to make 'shiftwidth' follow 'tabstop'.
  * "gn" does not handle zero-width matches correctly.
  * Completion for a user command does not recognize backslash before
    a space.
  * Auto formatting messes up text when 'fo' contains "2".
  * Cannot operate on the text that a search pattern matches.
  * File names in :checkpath! output are garbled.
  * winrestview() does not always restore the view correctly.
  * CTRL-P completion has a problem with multi-byte characters.
  * inputdialog() doesn't use the cancel argument in the console.
  * <f-args> is not expanded properly with DBCS encoding.
  * Can only move to a tab by absolute number.
  * Crash when $HOME is not set
  * "ygt" tries to yank instead of giving an error.
  * ":vimgrep" does not obey 'wildignore'.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=107
2012-09-01 18:08:59 +00:00
9460462b92 Accepting request 127288 from home:lnussel:branches:editors
- don't package /var/run/vi.recover anymore (bnc#765288)

OBS-URL: https://build.opensuse.org/request/show/127288
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=105
2012-07-06 13:58:45 +00:00
Ismail Dönmez
5e86aec097 - Update to patchlevel 566, fixes the following problems
* Redo after completion does not work correctly when refresh.
  * ":profdel" should not work when the +profile feature is disabled.
  * Crash when an autocommand wipes out a buffer when it is hidden.
  * The cursor is in the wrong line after using ":copen".
  * 'efm' does not handle Tabs in pointer lines.
  * When spell checking the German sharp s is not seen as a word
    character.
  * When using an InsertCharPre autocommand autoindent fails.
  * Gvim does not work when 'guioptions' includes "f".
  * Using a count before "v" and "V" does not work.
  * ":diffupdate" doesn't check for files changed elsewhere.
  * Using "z=" on a multi-byte character may cause a crash.
  * 'wildignorecase' only applies to the last part of the path.
  * No completion for :history command.
  * Cannot use CTRL-E and CTRL-Y with "r".
  * ":vimgrep" fails when 'autochdir' is set.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=103
2012-06-26 09:35:50 +00:00
Ismail Dönmez
916841ca80 Accepting request 125975 from home:babelworx:ldig:branches:editors
license update: SUSE-Vim
Choose a license from the list at http://www.spdx.org/licenses or from the list linked at http://license.opensuse.org

OBS-URL: https://build.opensuse.org/request/show/125975
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=102
2012-06-25 12:02:14 +00:00
Ismail Dönmez
6536aaf26d Accepting request 125255 from home:cboltz:branches:editors
- update apparmor.vim (taken from AppArmor 2.8)
  * update list of capabilities and network protocols

Please forward the changed apparmor.vim to Factory.

OBS-URL: https://build.opensuse.org/request/show/125255
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=100
2012-06-18 07:29:01 +00:00
Ismail Dönmez
bafff23e96 Accepting request 123575 from home:seife:branches:editors
- specfile hack to fix build with newer perl(?) on Factory, please forward immediately :-)

OBS-URL: https://build.opensuse.org/request/show/123575
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=98
2012-06-05 06:24:09 +00:00
Ismail Dönmez
72e78541d8 darix is right, there is no need for Conflicts here
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=96
2012-04-27 19:13:08 +00:00
Ismail Dönmez
8b1294c638 Accepting request 115281 from home:saschpe:branches:editors
Add a vim-python subpackage that only enables Python interpreter support
(and X11 clibboard, too), for users that don't want the extra dependencies
of vim-enhanced (basically the perl, ruby and tcl base packages)

OBS-URL: https://build.opensuse.org/request/show/115281
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=95
2012-04-25 09:19:31 +00:00
Ismail Dönmez
4d9f6f4882 - Try to fix bnc#753907
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=93
2012-03-24 20:06:36 +00:00
Ismail Dönmez
c81753ec79 Accepting request 110846 from home:gregkh:branches:editors
Add patchlevel to the Version, this lets Tumbleweed handle versioning properly

OBS-URL: https://build.opensuse.org/request/show/110846
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=92
2012-03-23 18:05:07 +00:00
Ismail Dönmez
b7068b374f Accepting request 107547 from home:mvyskocil:branches:editors
- remove pointless systemd dependency and run the tmpfiles binary
  only in case it exists

OBS-URL: https://build.opensuse.org/request/show/107547
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=90
2012-02-29 13:00:36 +00:00
Ismail Dönmez
d37297561f - Update to patchlevel 456, fixes the following problems
* Using many continuation lines can be slow.
  * Pasting in the command line is slow.
  * Undo broken when pasting close to the last line.
  * Crash when a BufWinLeave autocommand closes 
    the only other window.
  * ":all!" and ":sall!" give error E477, even though the
    documentation says these are valid commands.
  * Vim does not support UTF8_STRING for the X selection.
  * Compiler warnings to size casts in Perl interface.
  * Search history lines are duplicated.
  * "it" and "at" don't work properly 
    with a dash in the tag name.
  * DBCS encoding in a user command does not always work.
  * When a user complete function returns -1 an error message
    is given.
  * Completion of functions stops once a dictionary is encountered.
  * Storing a float in a session file has an additional '&'.
  * Pasting in Visual mode using the "" register does not work.
  * Multi-byte characters in b:browsefilter are not handled correctly.
  * ":helpgrep" does not trigger QuickFixCmd* autocommands.
  * ":cd" doesn't work when the path contains wildcards.
  * When placing a mark while starting up a screen redraw messes up
    the screen.
  * Mapping CTRL-K in Insert mode breaks CTRL-X CTRL-K for dictionary
    completion.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=89
2012-02-28 13:16:48 +00:00
6ae471b0c2 Accepting request 105885 from home:coolo:branches:openSUSE:Factory
- vim needs more than what gtk requires - so buildrequire pkgconfig(xt)

OBS-URL: https://build.opensuse.org/request/show/105885
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=88
2012-02-19 19:11:32 +00:00
Ismail Dönmez
144955ffac - Update to patchlevel 382, fixes the following problems
* IME characters are inserted twice.
  * C-indenting wrong for a function header.
  * C-indenting wrong for static enum.
  * No support for bitwise AND, OR, XOR and invert.
  * A tags file with an extremely long name may cause 
    an infinite loop.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=85
2011-12-23 11:22:21 +00:00
Ismail Dönmez
bdca6d21ea Accepting request 97556 from home:coolo:removeautoconf
add autoconf to buildrequires

OBS-URL: https://build.opensuse.org/request/show/97556
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=84
2011-12-21 10:58:43 +00:00
Ismail Dönmez
7684cd21d0 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=83 2011-12-09 13:34:00 +00:00
Ismail Dönmez
5ad30a7021 - Update to patchlevel 372, fixes the following problems
* Crash when using a large Unicode character in a file that has
    syntax highlighting.
  * :wundo and :rundo use a wrong checksum.
  * When using a command line mapping to <Up> with file name 
    completion to go one directory up, 'wildchar' is inserted.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=82
2011-12-09 13:28:26 +00:00
Ismail Dönmez
3ff96151b2 Accepting request 95701 from home:a_jaeger:FactoryFix
- Move require of systemd to base package since the base postinstall
  needs it.

OBS-URL: https://build.opensuse.org/request/show/95701
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=80
2011-12-07 10:33:37 +00:00
Ismail Dönmez
33400b9921 - Update to patchlevel 364, fixes the following problems
* C indenting is wrong after #endif followed by a semicolon.
  * ml_get error when using ":g" with folded lines.
  * Accessing memory after it is freed when EXITFREE is defined.
  * Interrupting the load of an autoload function may cause a crash.
  * Command line completion shows dict functions.
  * Using "o" with 'cindent' set may freeze Vim.
  * ":set backspace+=eol" doesn't work when 'backspace' has a 
    backwards compatible value of 2.
  * When completing methods dict functions and script-local functions
    get in the way.
  * Text formatting uses start of insert position when it should not.
  * Block of code after ":lua << EOF" may not work.
  * When running out of memory during startup trying to open a
    swapfile will loop forever.
  * "call range(1, 947948399)" causes a crash
  * When dropping text from a browser on Vim it receives HTML even
    though "html" is excluded from 'clipboard'
  * When switching language with ":lang" the window title doesn't
    change until later.
  * Problem with GUI startup related to XInitThreads.
  * No mouse support for urxvt.
  * Using getchar() in an expression mapping doesn't work well.
  * Screen doesn't update after resizing the xterm until a character
    is typed.
  * When a tags file specifies an encoding different from 'enc' it
    may hang and using a pattern doesn't work.
  * When 'imdisable' is reset from an autocommand in Insert mode it
    doesn't take effect.
  * Using "." to repeat a Visual delete counts the size in bytes, not

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=77
2011-12-05 12:57:20 +00:00
Ismail Dönmez
de19617124 - vim doesn't support -D_FORTIFY_SOURCE=2 , we must use level 1,
see http://goo.gl/g9d8F for details.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=76
2011-12-02 19:34:31 +00:00
Ismail Dönmez
2bce514768 Accepting request 94256 from home:a_jaeger:branches:openSUSE:Factory
Use Requires instead of Requires(post).

OBS-URL: https://build.opensuse.org/request/show/94256
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=74
2011-11-29 12:38:36 +00:00
Cristian Rodríguez
8aae727644 Accepting request 93315 from home:a_jaeger:branches:openSUSE:Factory
Create tmpfiles during new install.

OBS-URL: https://build.opensuse.org/request/show/93315
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=71
2011-11-23 14:47:03 +00:00
Ismail Dönmez
e67283da89 Accepting request 93173 from home:RedDwarf:branches:editors
Fix Factory build

OBS-URL: https://build.opensuse.org/request/show/93173
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=70
2011-11-23 07:06:49 +00:00
Ismail Dönmez
0a36e6cf86 - Move spec skeleton functionality into /etc/vimrc (bnc#720898)
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=67
2011-11-07 12:59:59 +00:00
Ismail Dönmez
071ee1d47a Accepting request 90166 from home:elvigia:branches:editors
Intended for 12.1 and factory, plz forward accordingly.

- vim-enhanced,gvim: Never ever link against static libpython
  this happends because %{_libdir}/python$vesion/config is
  searched first and picks libpython.a instead of .so ...

OBS-URL: https://build.opensuse.org/request/show/90166
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=66
2011-11-06 08:57:45 +00:00
Ismail Dönmez
a2ff8b4189 Accepting request 88555 from home:dirkmueller:branches:editors
- fix detection of email addresses in .changes files

OBS-URL: https://build.opensuse.org/request/show/88555
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=64
2011-10-18 19:22:51 +00:00
Ismail Dönmez
3044a4fce4 Fix patchlevel in changelog
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=61
2011-09-22 11:03:54 +00:00
Ismail Dönmez
95d8bc51ce - Update to official patchlevel 289
Following bugs are fixed:
  * Redobuff doesn't always include changes of the completion leader.
  * "C" on the last line deletes that line if it's blank.
  * Calling debug.debug() in Lua may cause Vim to hang.
  * Crash when 'colorcolumn' is set and closing buffer.
  * Opening a window before forking causes problems for GTK.
  * Complete function isn't called when the leader changed.
  * Writing to 'verbosefile' has problems, e.g. for :highlight.
  * Python 3 doesn't support slice assignment.
  * When closing a window there is a chance that deleting a scrollbar
    triggers a GUI resize, which uses the window while it is not in a
    valid state.
  * Auto-loading a function while editing the command line causes
    scrolling up the display.
  * Python doesn't parse multi-byte argument correctly.
  * Built-in colors are different from rgb.txt.
  * Can't load Perl 5.14 dynamically.
  * When writing to an external command a zombie process may be left
    behind.
  * When filtering text with an external command Vim may not read all
    the output.
  * Crash when using fold markers and selecting a visual block that
    includes a folded line and goes to end of line. (Sam Lidder)
  * Configure doesn't work properly with Python3.
  * When a BufWriteCmd autocommand resets 'modified' this doesn't
    change older buffer states to be marked as 'modified' like
    ":write" does.  (Yukihiro Nakadaira)

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=58
2011-09-22 09:29:08 +00:00
Ismail Dönmez
f2f5fd590e Accepting request 82521 from home:cboltz:branches:editors
- apparmor.vim update 
  - support "deny $filename x" rules
  - apparmor.vim generated from AppArmor 2.7 beta2

OBS-URL: https://build.opensuse.org/request/show/82521
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=56
2011-09-16 18:29:33 +00:00
OBS User buildservice-autocommit
57bb0c8e30 Updating link to change in openSUSE:Factory/vim revision 67.0
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=96fb40411a5d6a2b8f8300ede2457ff7
2011-08-31 11:25:23 +00:00
Ismail Dönmez
bed25f440d - Update to official patchlevel 289
* python3 fixes
  * Fix: Crash when using "zd" on a large number of folds.
  * Fix: Mapping <Char-123> no longer works.
  * Fix: After using "expand('%:8')" the buffer name is changed.
  * Fix: With GTK, when gvim is full-screen and a tab is opened and
    using a specific monitor configuration the window is too big.
  * Fix: Passing the file name to open in VisVim doesn't work.
  * Fix: A BOM in an error file is seen as text.
  * Fix: ":put =list" does not add an empty line for a trailing
    empty item.
  * Fix: 'shellcmdflag' only works with one flag.
  * Fix: Vim freezes when executing an external command with zsh.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=54
2011-08-31 09:41:03 +00:00
OBS User buildservice-autocommit
a77d10cdb8 Updating link to change in openSUSE:Factory/vim revision 65.0
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=d80e16e5a14c15e6b2bf830d3cd3f11c
2011-08-19 08:26:37 +00:00