Commit Graph

249 Commits

Author SHA256 Message Date
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
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
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
Ismail Dönmez
5db24cbfee - 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/package/show/editors/vim?expand=0&rev=50
2011-08-04 12:01:30 +00:00
OBS User buildservice-autocommit
489e0dc133 Updating link to change in openSUSE:Factory/vim revision 61.0
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=99940146fac61790c5ecf1fd27e101e0
2011-07-11 14:04:08 +00:00
Ismail Dönmez
c684394a95 - Update to official patchlevel 243
* Fix multiple illegal memory accesses
  * Fix: Using CTRL-R CTRL-W on the command line may insert only 
    part of the word.
  * Fix: Python corrects the cursor column without taking 
    'virtualedit' into account.
  * Fix: Python 3 doesn't compile without +multi_byte
  * Fix: ";" gets stuck on a "t" command, it's not useful.
  * Fix: ":scriptnames" and ":breaklist" show long file names.
  * Fix: ":wundo" and ":rundo" don't unescape their argument
  * Fix: "2gj" does not always move to the correct position.
  * Fix: On a 64 bit system "syn sync fromstart" is very slow.
  * Fix: Can't pass dict to sort function.
  * Fix: Text from the clipboard is sometimes handled as linewise, 
    but not consistently.
  * Fix: Inside an "if" a ":wincmd" causes problems.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=48
2011-07-11 12:59:42 +00:00
Ismail Dönmez
a04ea12d17 Accepting request 75486 from home:a_jaeger:branches:openSUSE:Factory
Use /usr/lib/tmpfiles.d instead of /etc/tmpfiles.d.

OBS-URL: https://build.opensuse.org/request/show/75486
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=47
2011-07-06 08:14:31 +00:00
Ismail Dönmez
8570764ef1 - Update to official patch level 237
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=46
2011-06-28 11:32:29 +00:00
Ismail Dönmez
9aa3745c73 - Update to official patch level 230
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=45
2011-06-21 07:08:41 +00:00
Ismail Dönmez
d1ee9b92b7 - Update to official patch level 219
- Update to official patch level 206

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=44
2011-06-14 12:17:34 +00:00
Ismail Dönmez
0b866f64eb - Update to official patchlevel 206
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=43
2011-06-10 11:38:33 +00:00
OBS User buildservice-autocommit
fab84c6cab Updating link to change in openSUSE:Factory/vim revision 59.0
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=9c5e94561868e9ae6e6a8c0248beb7b4
2011-05-27 09:30:20 +00:00
Ismail Dönmez
77bb47bd0e Fix license
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=41
2011-05-17 17:58:51 +00:00
Ismail Dönmez
6445ab9e96 -
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=40
2011-05-17 15:34:13 +00:00
Ismail Dönmez
584b0d5e0f Revert last
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=39
2011-05-17 13:58:31 +00:00
Ismail Dönmez
dc5efd3fc7 Lets see if this fixes update alternatives problem
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=38
2011-05-17 13:47:22 +00:00
Ismail Dönmez
d7e651a896 - Update to official patchlevel 189
- Drop outdated README.SUSE

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=37
2011-05-17 07:52:29 +00:00
Ismail Dönmez
a7a5fbacef Fix path
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=36
2011-04-18 15:42:11 +00:00
Ismail Dönmez
193242079f Fix %suse_update_desktop_file call
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=35
2011-04-18 15:31:41 +00:00
Ismail Dönmez
9b9998757f Fix build
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=34
2011-04-18 15:05:18 +00:00
Ismail Dönmez
b84e44fedb - Run spec-cleaner and fix build on SLE 10
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=33
2011-04-18 15:03:21 +00:00
Ismail Dönmez
6bdbee2075 Accepting request 63062 from home:im_unbob:branches:editors
Accepted, thank you!

OBS-URL: https://build.opensuse.org/request/show/63062
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=32
2011-03-02 10:27:58 +00:00
OBS User buildservice-autocommit
0cc0e21cb9 Updating link to change in openSUSE:Factory/vim revision 54.0
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=23fe2d563cc206ae0906a0de2547edae
2011-01-10 16:31:21 +00:00
Cristian Rodríguez
fc979ed05e Accepting request 57610 from home:cboltz:branches:editors
OBS-URL: https://build.opensuse.org/request/show/57610
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=28
2011-01-10 15:38:12 +00:00
Cristian Rodríguez
c870667e66 Accepting request 53640 from home:Freespacer:branches:editors
OBS-URL: https://build.opensuse.org/request/show/53640
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=27
2010-11-22 12:28:22 +00:00
OBS User buildservice-autocommit
bd1f6bb600 Updating link to change in openSUSE:Factory/vim revision 52.0
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=b8e294f7c848aa6224a91989a99db1c9
2010-11-18 15:21:47 +00:00
OBS User buildservice-autocommit
2460d13994 Updating link to change in openSUSE:Factory/vim revision 50.0
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=02057005b109f5fa6623efc8556b6f8f
2010-11-05 16:24:29 +00:00
Cristian Rodríguez
c4cc764cee Accepting request 52127 from home:a_jaeger:branches:openSUSE:Factory
OBS-URL: https://build.opensuse.org/request/show/52127
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=22
2010-11-04 21:36:11 +00:00
OBS User buildservice-autocommit
44f9c9987e Updating link to change in openSUSE:Factory/vim revision 48.0
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=77d6ac47cb497f241c151a62d7252767
2010-09-10 13:11:57 +00:00
51c37e2c53 Accepting request 47566 from home:a_jaeger:branches:openSUSE:Factory
OBS-URL: https://build.opensuse.org/request/show/47566
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=20
2010-09-09 09:59:31 +00:00
OBS User buildservice-autocommit
30f55d5b26 Updating link to change in openSUSE:Factory/vim revision 47.0
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=d0b1c0404d9f87c8b5bfa82751ee94be
2010-08-30 10:16:42 +00:00
OBS User autobuild
1f72eded4c Accepting request 46630 from editors
checked in (request 46630)

OBS-URL: https://build.opensuse.org/request/show/46630
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=19
2010-08-30 10:16:40 +00:00
e01c9b8504 Accepting request 46386 from home:a_jaeger:branches:build-compare-test
Copy from home:a_jaeger:branches:build-compare-test/vim via accept of submit request 46386 revision 3.
Request was accepted with message:
reviewed ok

OBS-URL: https://build.opensuse.org/request/show/46386
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=18
2010-08-27 10:00:42 +00:00
OBS User buildservice-autocommit
afba002acf Updating link to change in openSUSE:Factory/vim revision 43.0
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=c55974ba05bf59438fdc7423a9da0205
2010-03-31 18:01:13 +00:00
45a3908a1c Accepting request 35887 from home:vuntz:branches:editors
Copy from home:vuntz:branches:editors/vim via accept of submit request 35887 revision 2.
Request was accepted with message:
icons. thats what your interested in huh? ;) reviewed okay!

OBS-URL: https://build.opensuse.org/request/show/35887
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=14
2010-03-27 16:11:05 +00:00
OBS User autobuild
fc9ac6d396 checked in (request 32186)
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=12
2010-02-11 18:39:28 +00:00
OBS User buildservice-autocommit
202a1d4939 Updating link to change in openSUSE:Factory/vim revision 41.0
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=5b258c56373a5b4b83b22e2092a1d41e
2010-02-11 18:39:28 +00:00
68035fb94c Accepting request 31933 from home:prusnak:branches:editors
Copy from home:prusnak:branches:editors/vim via accept of submit request 31933 revision 2.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/31933
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=11
2010-02-11 12:42:04 +00:00
OBS User buildservice-autocommit
6f2a07609f Updating link to change in openSUSE:Factory/vim revision 38.0
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=ae23c64a975121af564b14ba0ed028eb
2009-10-13 15:23:17 +00:00
OBS User autobuild
f60b6a84f9 checked in
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=8
2009-10-13 15:23:15 +00:00
4bf54777c2 Patch tagging
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=7
2009-10-13 10:24:19 +00:00
94fb6c7159 Accepting request 22320 from home:michal-m:branches:editors
Copy from home:michal-m:branches:editors/vim via accept of submit request 22320 revision 2.
Request was accepted with message:
Thanks for this fix

OBS-URL: https://build.opensuse.org/request/show/22320
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=6
2009-10-13 10:11:19 +00:00
77a48ccdf9 Accepting request 22314 from home:michal-m:branches:editors
Copy from home:michal-m:branches:editors/vim via accept of submit request 22314 revision 2.
Request was accepted with message:
Thanks for the submission

OBS-URL: https://build.opensuse.org/request/show/22314
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=5
2009-10-13 08:27:21 +00:00
OBS User autobuild
8a104449b1 Accepting request 21203 from editors
Copy from editors/vim based on submit request 21203 from user WernerFink

OBS-URL: https://build.opensuse.org/request/show/21203
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=37
2009-09-28 15:26:50 +00:00
OBS User unknown
3c5fc34d14 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=36 2009-06-17 22:30:04 +00:00
OBS User unknown
4dad2be2ec OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=35 2009-05-15 21:36:38 +00:00
OBS User unknown
f4d7f36988 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=34 2009-02-26 14:49:59 +00:00
OBS User unknown
81b8b53252 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=33 2009-02-26 11:46:59 +00:00
OBS User unknown
05f37a24f6 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=32 2009-02-20 22:53:18 +00:00
OBS User unknown
5df3b41c08 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=31 2008-11-28 15:33:01 +00:00
OBS User unknown
4876125855 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=30 2008-10-11 14:29:05 +00:00
OBS User unknown
d1da763bec OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=29 2008-10-06 16:03:59 +00:00
OBS User unknown
c90bb85225 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=28 2008-09-26 13:14:32 +00:00
OBS User unknown
a1dc42963a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=27 2008-09-13 10:25:42 +00:00
OBS User unknown
22976f7761 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=26 2008-05-31 10:14:36 +00:00
OBS User unknown
4ee7f5fb3c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=25 2008-05-01 13:05:07 +00:00
OBS User unknown
9ec0b7d52a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=24 2008-03-12 18:39:32 +00:00
OBS User unknown
fb993d5f25 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=23 2008-02-28 17:35:24 +00:00
OBS User unknown
0dbe497a50 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=22 2008-02-01 00:34:08 +00:00
OBS User unknown
f87eca912f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=21 2008-01-30 17:53:25 +00:00
OBS User unknown
aab6479323 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=20 2007-10-04 22:39:30 +00:00
OBS User unknown
c3e9c71da0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=19 2007-08-31 14:04:23 +00:00
OBS User unknown
e1b7c65eba OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=18 2007-08-23 22:22:56 +00:00
OBS User unknown
5a88b76673 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=17 2007-07-27 00:13:53 +00:00
OBS User unknown
1d44b93046 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=16 2007-07-10 17:14:30 +00:00
OBS User unknown
5719c34169 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=15 2007-07-05 17:05:52 +00:00
OBS User unknown
fb1f762649 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=14 2007-06-19 18:09:01 +00:00
OBS User unknown
c56abfbd3a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=13 2007-06-04 23:15:56 +00:00
OBS User unknown
afbd6f1901 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=12 2007-05-09 18:05:30 +00:00
OBS User unknown
7e15a078ac OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=11 2007-05-07 16:16:51 +00:00
OBS User unknown
3eb0abe2d9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=10 2007-04-25 00:13:08 +00:00
OBS User unknown
f845056a25 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=9 2007-04-24 21:36:59 +00:00
OBS User unknown
fa98de5b7e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=8 2007-04-05 22:32:05 +00:00
OBS User unknown
49e435abbe OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=7 2007-04-03 19:51:24 +00:00
OBS User unknown
bbd56b4fa9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=6 2007-03-28 23:04:15 +00:00
OBS User unknown
1c77d5b3dd OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=5 2007-02-04 17:23:52 +00:00
OBS User unknown
a6a361b09d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=4 2007-01-24 17:47:53 +00:00
OBS User unknown
d931fd5c11 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=3 2007-01-23 17:02:55 +00:00
OBS User unknown
40055ca064 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=2 2007-01-23 00:31:21 +00:00
OBS User unknown
9b49030cff OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=1 2006-12-15 16:15:12 +00:00