Commit Graph

705 Commits

Author SHA256 Message Date
Stephan Kulow
56b552a468 Accepting request 123599 from editors
- specfile hack to fix build with newer perl(?) on Factory, please forward immediately :-) (forwarded request 123575 from seife)

OBS-URL: https://build.opensuse.org/request/show/123599
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=83
2012-06-06 08:29:17 +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
Stephan Kulow
c6d23083d8 Accepting request 115880 from 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/115880
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=82
2012-05-07 20:53:12 +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
Stephan Kulow
91adec9668 Accepting request 111051 from editors
- Try to fix bnc#753907 

- add patchlevel to package version.  This makes it easier for proper version
  to be determined, and to let other repos properly handle "which version is
  newer than the other" without having to rely on the Release number, which osc
  does not keep track of cross-repos.  Side effect, openSUSE:Tumbleweed can
  properly include vim now.

OBS-URL: https://build.opensuse.org/request/show/111051
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=81
2012-03-27 06:59:17 +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
Stephan Kulow
319bace66e Accepting request 107548 from editors
- remove pointless systemd dependency and run the tmpfiles binary
  only in case it exists (forwarded request 107547 from mvyskocil)

OBS-URL: https://build.opensuse.org/request/show/107548
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=80
2012-03-23 14:11:43 +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
Stephan Kulow
8ad58a4414 Accepting request 98042 from editors
- 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.

- add autoconf as buildrequire to avoid implicit dependency

- 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/request/show/98042
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=79
2011-12-27 17:39:33 +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
Stephan Kulow
304cadc991 Accepting request 95706 from editors
- Move require of systemd to base package since the base postinstall
  needs it. (forwarded request 95701 from a_jaeger)

OBS-URL: https://build.opensuse.org/request/show/95706
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=78
2011-12-07 20:41:07 +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
Stephan Kulow
dd631c8b7f Accepting request 95208 from editors
- 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/request/show/95208
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=77
2011-12-06 17:01:10 +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
Stephan Kulow
d313263323 Accepting request 94259 from editors
Use Requires instead of Requires(post). (forwarded request 94256 from a_jaeger)

OBS-URL: https://build.opensuse.org/request/show/94259
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=76
2011-12-02 08:28:39 +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
Stephan Kulow
40e16deff0 Accepting request 93599 from editors
- Create tmpfiles during install
- Fix tmpfiles handling
- Own directory /var/run/vi.recover

OBS-URL: https://build.opensuse.org/request/show/93599
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=75
2011-11-25 22:13:13 +00:00
Stephan Kulow
e3ba30da16 Accepting request 93188 from editors
Fix Factory build (forwarded request 93173 from RedDwarf)

OBS-URL: https://build.opensuse.org/request/show/93188
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=74
2011-11-23 18:38:01 +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
Stephan Kulow
3ee92f9240 Accepting request 90237 from editors
- Move spec skeleton functionality into /etc/vimrc (bnc#720898) 

- 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/90237
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=73
2011-11-07 15:18:10 +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
Stephan Kulow
37de2e9d78 Accepting request 88618 from editors
- fix detection of email addresses in .changes files (forwarded request 88555 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/88618
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=71
2011-10-19 12:08:27 +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
Sascha Peilicke
68adbc3c7e Accepting request 84430 from editors
Fix patchlevel in changelog

OBS-URL: https://build.opensuse.org/request/show/84430
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=70
2011-09-22 12:47: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
Sascha Peilicke
e71e41d90f Accepting request 84407 from editors
- 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/request/show/84407
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=69
2011-09-22 11:02:29 +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
Lars Vogdt
5df45d3b28 Accepting request 82528 from editors
- apparmor.vim update 
  - support "deny $filename x" rules
  - apparmor.vim generated from AppArmor 2.7 beta2 (forwarded request 82521 from cboltz)

OBS-URL: https://build.opensuse.org/request/show/82528
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=68
2011-09-19 16:07:07 +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
Sascha Peilicke
eee5029e8c Autobuild autoformatter for 80343
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=67
2011-08-31 11:25:23 +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
Sascha Peilicke
9c02d9f597 Accepting request 80343 from editors
- 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/request/show/80343
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=66
2011-08-31 11:25:12 +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
Sascha Peilicke
5ff1e5bdd9 Autobuild autoformatter for 79290
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=65
2011-08-19 08:26:37 +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
Sascha Peilicke
b44523602f Accepting request 79290 from editors
- apparmor.vim update
  - allow pux and PUx rules
  - add some new capabilities
  - fix pattern for variable names (allow numbers, except for first char)
  - apparmor.vim generated from AppArmor trunk aka 2.7 beta

Please forward this SR to Factory. (forwarded request 79276 from cboltz)

OBS-URL: https://build.opensuse.org/request/show/79290
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=64
2011-08-19 08:26:24 +00:00
Ismail Dönmez
74fb68eb75 Accepting request 79276 from home:cboltz:branches:editors
- apparmor.vim update
  - allow pux and PUx rules
  - add some new capabilities
  - fix pattern for variable names (allow numbers, except for first char)
  - apparmor.vim generated from AppArmor trunk aka 2.7 beta

Please forward this SR to Factory.

OBS-URL: https://build.opensuse.org/request/show/79276
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=52
2011-08-19 06:36:54 +00:00
Sascha Peilicke
4afd1464cc Autobuild autoformatter for 77998
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=63
2011-08-04 12:51:32 +00:00
OBS User buildservice-autocommit
c805991245 Updating link to change in openSUSE:Factory/vim revision 63.0
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=0d1ce7a3fc7a894bd69f9dd208a70128
2011-08-04 12:51:32 +00:00
Sascha Peilicke
e31d8634f8 Accepting request 77998 from editors
- Update to official patchlevel 266
  * Fix python 3.2 detection
  * Python: Errors in Unicode characters not handled nicely.
  * "gH<Del>" deletes the current line, except when it's the last
    line.
  * "echo 'abc' > ''" returns 0 or 1, depending on 'ignorecase'.
  * The coladd field is not reset when setting the line number for a
    ":call" command.
  * When editing a file such as "File[2010-08-15].vim" an E16 error is
    given.
  * Equivalence classes only work for latin characters.
  * CursorHold triggers on an incomplete mapping.
  * G++ error message errornously recognized as error.
  * When the current directory name contains wildcard characters, such
    as "foo[with]bar", the tags file can't be found.
  * When storing a pattern in search history there is no proper check
    for the separator character.
  * In Gvim with iBus typing space in Insert mode doesn't work.

OBS-URL: https://build.opensuse.org/request/show/77998
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=62
2011-08-04 12:51:16 +00:00