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
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
Sascha Peilicke
47b4b7b539
Autobuild autoformatter for 76051
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=61
2011-07-11 14:04:08 +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
Sascha Peilicke
51349d3f6e
Accepting request 76051 from editors
...
- 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.
- Use /usr/lib/tmpfiles.d instead of /etc/tmpfiles.d.
OBS-URL: https://build.opensuse.org/request/show/76051
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=60
2011-07-11 14:03:55 +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 autobuild
9894a60967
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=59
2011-05-27 09:30:20 +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
Sascha Peilicke
7e2b9959b2
Accepting request 70887 from editors
...
- Update to official patchlevel 189
- Add syntax higlighting for *.mine files
OBS-URL: https://build.opensuse.org/request/show/70887
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=58
2011-05-27 08:04: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
Berthold Gunreben
24fec51fc3
Autobuild autoformatter for 59565
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=56
2011-02-01 15:26:47 +00:00
Berthold Gunreben
740f4b37ff
Accepting request 59565 from editors
...
Accepted submit request 59565 from user elvigia
OBS-URL: https://build.opensuse.org/request/show/59565
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=55
2011-02-01 15:26:40 +00:00
Cristian Rodríguez
adcd832976
Accepting request 59564 from home:cboltz
...
Ok, not critical or invasive either ;)
OBS-URL: https://build.opensuse.org/request/show/59564
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=30
2011-01-31 23:50:47 +00:00
4dba4c70b3
Autobuild autoformatter for 57728
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=54
2011-01-10 16:31:21 +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
1c5dd9d2b8
Accepting request 57728 from editors
...
Accepted submit request 57728 from user elvigia
OBS-URL: https://build.opensuse.org/request/show/57728
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=53
2011-01-10 16:31:07 +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 autobuild
60669e47e1
Autobuild autoformatter for 53324
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=52
2010-11-18 15:21:47 +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
Ruediger Oertel
4ef6e4ed24
Accepting request 53324 from editors
...
Accepted submit request 53324 from user elvigia
OBS-URL: https://build.opensuse.org/request/show/53324
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=51
2010-11-18 15:21:42 +00:00
Cristian Rodríguez
da596b39ef
Accepting request 53291 from home:Fisiu:branches:editors
...
OBS-URL: https://build.opensuse.org/request/show/53291
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=25
2010-11-18 12:00:55 +00:00
OBS User autobuild
ee887bb851
Autobuild autoformatter for 52243
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=50
2010-11-05 16:24:29 +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
Ruediger Oertel
6116d1ad92
Accepting request 52243 from editors
...
Accepted submit request 52243 from user elvigia
OBS-URL: https://build.opensuse.org/request/show/52243
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=49
2010-11-05 16:24:22 +00:00
Cristian Rodríguez
e040467098
Accepting request 52240 from home:a_jaeger:branches:openSUSE:Factory
...
OBS-URL: https://build.opensuse.org/request/show/52240
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=23
2010-11-05 14:35:37 +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 autobuild
d30c1c8014
Accepting request 47581 from editors
...
Copy from editors/vim based on submit request 47581 from user dimstar
OBS-URL: https://build.opensuse.org/request/show/47581
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=48
2010-09-10 13:11:57 +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