- patchlevel 253
This commit is contained in:
parent
455cdae557
commit
a41459448c
@ -228,3 +228,52 @@ Individual patches for Vim 7.4:
|
|||||||
7151 7.4.202 MS-Windows: non-ASCII font names don't work
|
7151 7.4.202 MS-Windows: non-ASCII font names don't work
|
||||||
7124 7.4.203 parsing 'errorformat' is not correct
|
7124 7.4.203 parsing 'errorformat' is not correct
|
||||||
3446 7.4.204 a mapping where the second byte is 0x80 doesn't work
|
3446 7.4.204 a mapping where the second byte is 0x80 doesn't work
|
||||||
|
2953 7.4.205 ":mksession" does not handle the argument list correctly
|
||||||
|
2217 7.4.206 compiler warnings on 64 bit Windows
|
||||||
|
4843 7.4.207 cursor report sometimes not recognized causing replace mode
|
||||||
|
1390 7.4.208 Mercurial picks up some files that are not distributed
|
||||||
|
1924 7.4.209 when repeating a filter command "%" and "#" are expanded
|
||||||
|
3997 7.4.210 Visual block mode + virtual edit doesn't work well with tabs
|
||||||
|
2404 7.4.211 ":lu" is abbreviation for ":lua", but it should be ":lunmap"
|
||||||
|
137444 7.4.212 #ifdefs for the +visual feature are not useful
|
||||||
|
6508 7.4.213 it's not possible to open a new buffer without a swapfile
|
||||||
|
1523 7.4.214 compilation problems on HP_nonStop (Tandem)
|
||||||
|
3488 7.4.215 ":sp foo" reloads "foo" if it is the current buffer
|
||||||
|
1922 7.4.216 compiler warnings
|
||||||
|
3225 7.4.217 "make clean" may run configure pointlessly
|
||||||
|
19321 7.4.218 it's not easy to remove duplicates from a list
|
||||||
|
2890 7.4.219 redraw too often when 'relativenumber' or 'cursorline' set
|
||||||
|
4640 7.4.220 test 105 does not work in a shadow dir
|
||||||
|
1755 7.4.221 quickfix doesn't resize on ":copen 20"
|
||||||
|
3882 7.4.222 the Ruby directory is constructed from parts
|
||||||
|
220004 7.4.223 still using an older autoconf version
|
||||||
|
7317 7.4.224 /usr/bin/grep on Solaris does not support -F
|
||||||
|
2702 7.4.225 dynamic Ruby doesn't work on Solaris
|
||||||
|
3535 7.4.226 (after 7.4.219) cursorline highlight not always redrawn
|
||||||
|
2832 7.4.227 (after 7.4.225) can't build with Ruby 1.8
|
||||||
|
6200 7.4.228 compiler warnings when building with Python 3.2
|
||||||
|
3782 7.4.229 ":let" fails when listing vars with a curly braces expression
|
||||||
|
1673 7.4.230 error when using ":options"
|
||||||
|
9286 7.4.231 an error in ":options" is not caught by the tests
|
||||||
|
3599 7.4.232 ":%s/\n//" uses a lot of memory
|
||||||
|
2222 7.4.233 escaping special chars in ":!cmd %" is inconsistant
|
||||||
|
3017 7.4.234 can't get the command that was used to start Vim
|
||||||
|
16436 7.4.235 it is not easy to get the full path of a command
|
||||||
|
5191 7.4.236 it's not that easy to check the Vim patch version
|
||||||
|
4893 7.4.237 (after 7.4.236) has() not checking for specific patch
|
||||||
|
14829 7.4.238 Vim does not support the smack library
|
||||||
|
1714 7.4.239 ":e +" does not position cursor at end of the file
|
||||||
|
1676 7.4.240 ":tjump" shows "\n" as "\\n"
|
||||||
|
12078 7.4.241 submatch() does not distinguish between a NL and a NUL
|
||||||
|
15570 7.4.242 getreg() does not distinguish between a NL and a NUL character
|
||||||
|
32738 7.4.243 cannot use setreg() to add text that includes a NUL
|
||||||
|
1807 7.4.244 (after 7.4.238) the smack feature causes stray error messages
|
||||||
|
1874 7.4.245 crash for "vim -u NONE -N -c '&&'"
|
||||||
|
3736 7.4.246 configure message for detecting smack are out of sequence
|
||||||
|
5838 7.4.247 NUL and NL mixed up when giving input to system()
|
||||||
|
13519 7.4.248 cannot distinguish between NL and NUL in output of system()
|
||||||
|
6037 7.4.249 using setreg() with a list of numbers does not work
|
||||||
|
1641 7.4.250 some test files missing from distribution
|
||||||
|
4570 7.4.251 crash when BufAdd autocommand wipes out the buffer
|
||||||
|
1446 7.4.252 critical error in GTK, removing timer twice
|
||||||
|
2643 7.4.253 crash when using external reference in syntax regexp
|
||||||
|
103
vim.spec
103
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 204
|
%define patchlevel 253
|
||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||||
%define WITH_SELINUX 1
|
%define WITH_SELINUX 1
|
||||||
%endif
|
%endif
|
||||||
@ -252,6 +252,55 @@ Patch201: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.201
|
|||||||
Patch202: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.202
|
Patch202: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.202
|
||||||
Patch203: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.203
|
Patch203: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.203
|
||||||
Patch204: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.204
|
Patch204: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.204
|
||||||
|
Patch205: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.205
|
||||||
|
Patch206: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.206
|
||||||
|
Patch207: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.207
|
||||||
|
Patch208: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.208
|
||||||
|
Patch209: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.209
|
||||||
|
Patch210: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.210
|
||||||
|
Patch211: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.211
|
||||||
|
Patch212: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.212
|
||||||
|
Patch213: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.213
|
||||||
|
Patch214: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.214
|
||||||
|
Patch215: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.215
|
||||||
|
Patch216: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.216
|
||||||
|
Patch217: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.217
|
||||||
|
Patch218: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.218
|
||||||
|
Patch219: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.219
|
||||||
|
Patch220: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.220
|
||||||
|
Patch221: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.221
|
||||||
|
Patch222: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.222
|
||||||
|
Patch223: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.223
|
||||||
|
Patch224: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.224
|
||||||
|
Patch225: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.225
|
||||||
|
Patch226: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.226
|
||||||
|
Patch227: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.227
|
||||||
|
Patch228: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.228
|
||||||
|
Patch229: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.229
|
||||||
|
Patch230: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.230
|
||||||
|
Patch231: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.231
|
||||||
|
Patch232: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.232
|
||||||
|
Patch233: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.233
|
||||||
|
Patch234: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.234
|
||||||
|
Patch235: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.235
|
||||||
|
Patch236: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.236
|
||||||
|
Patch237: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.237
|
||||||
|
Patch238: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.238
|
||||||
|
Patch239: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.239
|
||||||
|
Patch240: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.240
|
||||||
|
Patch241: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.241
|
||||||
|
Patch242: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.242
|
||||||
|
Patch243: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.243
|
||||||
|
Patch244: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.244
|
||||||
|
Patch245: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.245
|
||||||
|
Patch246: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.246
|
||||||
|
Patch247: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.247
|
||||||
|
Patch248: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.248
|
||||||
|
Patch249: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.249
|
||||||
|
Patch250: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.250
|
||||||
|
Patch251: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.251
|
||||||
|
Patch252: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.252
|
||||||
|
Patch253: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.253
|
||||||
|
|
||||||
Patch3000: vim-7.4-syntax.patch
|
Patch3000: vim-7.4-syntax.patch
|
||||||
Patch3002: vim-7.1-nowarnings.patch
|
Patch3002: vim-7.1-nowarnings.patch
|
||||||
@ -604,6 +653,55 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch202 -p0
|
%patch202 -p0
|
||||||
%patch203 -p0
|
%patch203 -p0
|
||||||
%patch204 -p0
|
%patch204 -p0
|
||||||
|
%patch205 -p0
|
||||||
|
%patch206 -p0
|
||||||
|
%patch207 -p0
|
||||||
|
%patch208 -p0
|
||||||
|
%patch209 -p0
|
||||||
|
%patch210 -p0
|
||||||
|
%patch211 -p0
|
||||||
|
%patch212 -p0
|
||||||
|
%patch213 -p0
|
||||||
|
%patch214 -p0
|
||||||
|
%patch215 -p0
|
||||||
|
%patch216 -p0
|
||||||
|
%patch217 -p0
|
||||||
|
%patch218 -p0
|
||||||
|
%patch219 -p0
|
||||||
|
%patch220 -p0
|
||||||
|
%patch221 -p0
|
||||||
|
%patch222 -p0
|
||||||
|
%patch223 -p0
|
||||||
|
%patch224 -p0
|
||||||
|
%patch225 -p0
|
||||||
|
%patch226 -p0
|
||||||
|
%patch227 -p0
|
||||||
|
%patch228 -p0
|
||||||
|
%patch229 -p0
|
||||||
|
%patch230 -p0
|
||||||
|
%patch231 -p0
|
||||||
|
%patch232 -p0
|
||||||
|
%patch233 -p0
|
||||||
|
%patch234 -p0
|
||||||
|
%patch235 -p0
|
||||||
|
%patch236 -p0
|
||||||
|
%patch237 -p0
|
||||||
|
%patch238 -p0
|
||||||
|
%patch239 -p0
|
||||||
|
%patch240 -p0
|
||||||
|
%patch241 -p0
|
||||||
|
%patch242 -p0
|
||||||
|
%patch243 -p0
|
||||||
|
%patch244 -p0
|
||||||
|
%patch245 -p0
|
||||||
|
%patch246 -p0
|
||||||
|
%patch247 -p0
|
||||||
|
%patch248 -p0
|
||||||
|
%patch249 -p0
|
||||||
|
%patch250 -p0
|
||||||
|
%patch251 -p0
|
||||||
|
%patch252 -p0
|
||||||
|
%patch253 -p0
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
%if %{withvimspell}
|
%if %{withvimspell}
|
||||||
@ -1114,6 +1212,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 07 2014 Karsten Hopp <karsten@redhat.com> 7.4.253-1
|
||||||
|
- patchlevel 253
|
||||||
|
|
||||||
* Wed Mar 12 2014 Karsten Hopp <karsten@redhat.com> 7.4.204-1
|
* Wed Mar 12 2014 Karsten Hopp <karsten@redhat.com> 7.4.204-1
|
||||||
- patchlevel 204
|
- patchlevel 204
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user