]> git.pld-linux.org Git - packages/vim.git/log
packages/vim.git
11 years agoup to 7.3.969 auto/th/vim-7.3.969-1
Elan Ruusamäe [Tue, 21 May 2013 07:25:17 +0000 (10:25 +0300)]
up to 7.3.969

7.3.968  multi-byte support is only available with "big" features
7.3.969  can't built with Python 3 and without Python 2

11 years agoup to 7.3.967 auto/th/vim-7.3.967-1
Elan Ruusamäe [Sat, 18 May 2013 21:34:34 +0000 (00:34 +0300)]
up to 7.3.967

7.3.962  Python tests are not portable
7.3.963  setting curbuf without curwin causes trouble
7.3.964  Python: not so easy to access tab pages
7.3.965  Python garbage collection not working properly
7.3.966  there is ":py3do" but no ":pydo"
7.3.967  (after 7.3.965) build fails on Mac OSX

11 years agoup to 7.3.961
Elan Ruusamäe [Fri, 17 May 2013 08:10:29 +0000 (11:10 +0300)]
up to 7.3.961

7.3.961  tests 86 and 87 fail when using another language than English

11 years agoup to 7.3.960 auto/th/vim-7.3.960-1
Elan Ruusamäe [Thu, 16 May 2013 09:19:32 +0000 (12:19 +0300)]
up to 7.3.960

7.3.945  Python: List of buffers is not very useful
7.3.946  sometimes keys starting with <Esc>[ ar not working
7.3.947  Python: No iterator for vim.list and vim.bufferlist
7.3.948  cannot build with Python 2.2
7.3.949  Python: no easy access to tabpages
7.3.950  Python: Stack trace printer can't handle messages
7.3.951  Python exceptions have problems
7.3.952  Python: It's not easy to change window/buffer/tabpage
7.3.953  Python: string exceptions are deprecated
7.3.954  No check if PyObject_IsTrue fails
7.3.955  Python: Not enough tests
7.3.956  Python vim.bindeval() causes SIGABRT
7.3.957  Python does not have a "do" command like Perl or Lua
7.3.958  Python: Iteration destructor not set
7.3.959  (after 7.3.957) missing error number
7.3.960  compiler warning for unused variable

11 years agoup to 7.3.944 auto/th/vim-7.3.944-1
Elan Ruusamäe [Wed, 15 May 2013 12:44:06 +0000 (15:44 +0300)]
up to 7.3.944

7.3.936  (after 7.3.935) Ruby missing piece for static 64 bit linking
7.3.937  more can be shared between Python 2 and 3
7.3.938  Python: not so easy to get the window number
7.3.939  Using Py_BuildValue is inefficient sometimes
7.3.940  Python: Can't get position of window
7.3.941  Python: Stuff in if_py_both.h is ordered badly
7.3.942  Python: SEGV in Buffer functions
7.3.943  Python: Negative indices were failing
7.3.944  external program receives the termrespone

11 years agoup to 7.3.935
Elan Ruusamäe [Tue, 14 May 2013 15:06:24 +0000 (18:06 +0300)]
up to 7.3.935

7.3.932  compiler warning for uninitialized variable
7.3.933  Ruby on Mac crashes due to GC failure
7.3.934  E381 and E380 make the user think nothing happened
7.3.935  (after 7.3.933) Ruby init stack differs on 64 bit systems

11 years agoup to 7.3.931 auto/th/vim-7.3.931-1
Elan Ruusamäe [Wed, 8 May 2013 10:10:06 +0000 (13:10 +0300)]
up to 7.3.931

7.3.927 checksum corrected

7.3.930  MSVC 2012 update is not recognized
7.3.931  no completion for :xmap and :smap

11 years agoup to 7.3.929
Elan Ruusamäe [Tue, 7 May 2013 08:48:43 +0000 (11:48 +0300)]
up to 7.3.929

7.3.924  Python interface can't easily access options
7.3.925  typos in source code and build files
7.3.926  triggering autocommands is wrong for :tabclose et al.
7.3.927  missing combining characters when putting text in a register
7.3.928  (after 7.3.924) can't build with strict C compiler
7.3.929  (after 7.3.924) unused variable, not freeing unused string

11 years agoup to 7.3.923 auto/th/vim-7.3.923-1
Elan Ruusamäe [Mon, 6 May 2013 10:45:44 +0000 (13:45 +0300)]
up to 7.3.923

7.3.919  (after 7.3.788) empty nl.po file does not work with old msgfmt
7.3.920  compiler warning for size_t to int
7.3.921  trying to create a fontset handle when 'guifontset' is not set
7.3.922  no test for what 7.3.918 fixes
7.3.923  configure check for X11 header files fails on Solaris

11 years agoup to 7.3.918 auto/th/vim-7.3.918-1
Elan Ruusamäe [Thu, 25 Apr 2013 09:28:59 +0000 (12:28 +0300)]
up to 7.3.918

7.3.838  was updated with regarding encodings

7.3.906  the "sleep .2" for running tests does not work on Solaris
7.3.907  Python uses IndexError when a dict key is not found
7.3.908  possible crash when using a list in Python
7.3.909  duplicate Python code
7.3.910  Python code in #ifdef branches with only minor differences
7.3.911  Python: Access to Vim variables is not so easy
7.3.912  typing ":" at hit-enter dialog fails if the a file changed
7.3.913  (after 7.3.905) still a crash when writing viminfo
7.3.914  ~/.viminfo is messed up when running tests
7.3.915  next encoding in 'fencs' is not used if error at the end
7.3.916  using freed memory when pasting with the mouse (Issue 130)
7.3.917  when a path ends in backslash appending a comma fails
7.3.918  repeating Ex command after using Visual motion does not work

11 years agoup to 7.3.905 auto/th/vim-7.3.905-1
Elan Ruusamäe [Tue, 16 Apr 2013 08:31:39 +0000 (11:31 +0300)]
up to 7.3.905

7.3.889  can't build with Ruby 2.0 on a 64 bit system
7.3.890  test 79 fails on Windows
7.3.891  merging viminfo history doesn't work well
7.3.892  (after 7.3.891) still merging problems for viminfo history
7.3.893  crash when using b:, w: or t: after closing the buffer etc.
7.3.894  using wrong RUBY_VER causing Ruby build to break
7.3.895  valgrind error in test 91
7.3.896  memory leaks in Lua interface
7.3.897  configure doesn't always find the shared library
7.3.898  memory leak reported by valgrind in test 91
7.3.899  #if indents are off
7.3.900  not obvious that some mouse features are mutual-exclusive
7.3.901  outdated comment, ugly condition
7.3.902  tabline not updated when deleting last buffer in other tab
7.3.903  (after 7.3.892) crash on exit writing viminfo
7.3.904  (after 7.3.893) using memory freed by the garbage collector
7.3.905  (after 7.3.903) crash when writing viminfo

11 years agoup to 7.3.888 auto/th/vim-7.3.888-1
Elan Ruusamäe [Mon, 15 Apr 2013 12:19:19 +0000 (15:19 +0300)]
up to 7.3.888

7.3.885  double free for list and dict in Lua
7.3.886  can't build with multi-byte on Solaris 10
7.3.887  no tests for Visual mode operators, what 7.3.879 fixes
7.3.888  filename completion with 'fic' does not work for multi-byte

11 years agoup to 7.3.884 auto/th/vim-7.3.884-1
Elan Ruusamäe [Tue, 9 Apr 2013 16:43:57 +0000 (19:43 +0300)]
up to 7.3.884

7.3.878  'fileignorecase' is missing in options window and quickref
7.3.879  aborting an ex command does not abort a pending operator
7.3.880  new viminfo history lines may be replacd with old lines
7.3.881  Python list does not work correctly
7.3.882  CursorHold may trigger after receiving the termresponse
7.3.883  (after 7.3.880) can't build with some combination of features
7.3.884  compiler warning for variable shadowing another

11 years agoup to 7.3.877 auto/th/vim-7.3.877-1
Elan Ruusamäe [Thu, 4 Apr 2013 18:36:23 +0000 (21:36 +0300)]
up to 7.3.877

 7.3.876  #if indents are off
 7.3.877  (after 7.3.871) forward searching with search() is broken

11 years agoupdate-source: exclude files already in git tree
Elan Ruusamäe [Sun, 31 Mar 2013 08:43:52 +0000 (11:43 +0300)]
update-source: exclude files already in git tree

11 years agoremove unsupported locales, added from 7.3.764 auto/th/vim-7.3.875-2
Elan Ruusamäe [Wed, 27 Mar 2013 09:59:16 +0000 (11:59 +0200)]
remove unsupported locales, added from 7.3.764

11 years agoget fixed 7.3.780 patch from fedora auto/th/vim-7.3.875-1
Elan Ruusamäe [Tue, 26 Mar 2013 21:43:47 +0000 (23:43 +0200)]
get fixed 7.3.780 patch from fedora

11 years agofix broken upstream patch
Karsten Hopp [Mon, 28 Jan 2013 13:02:43 +0000 (14:02 +0100)]
fix broken upstream patch

11 years ago7.3.780 char2nr() and nr2char() always use 'encoding'
Elan Ruusamäe [Tue, 26 Mar 2013 20:15:40 +0000 (22:15 +0200)]
7.3.780  char2nr() and nr2char() always use 'encoding'

11 years agoup to 7.3.875
Elan Ruusamäe [Tue, 26 Mar 2013 17:28:01 +0000 (19:28 +0200)]
up to 7.3.875

11 years agoup to 7.3.854 (without 7.3.780 patch)
Elan Ruusamäe [Tue, 26 Mar 2013 16:58:30 +0000 (18:58 +0200)]
up to 7.3.854 (without 7.3.780 patch)

11 years agoadd .gyp support auto/th/vim-7.3.762-2
Elan Ruusamäe [Sun, 13 Jan 2013 22:58:36 +0000 (00:58 +0200)]
add .gyp support

based on tools/vim/filetypes.vim from chromium repo
http://src.chromium.org/chrome/trunk/src/tools/vim/filetypes.vim

11 years ago- fetch patches readme
Elan Ruusamäe [Thu, 27 Dec 2012 10:52:07 +0000 (12:52 +0200)]
- fetch patches readme

11 years agofetch missing/mismatching files manually. faster than builder does that
Elan Ruusamäe [Fri, 21 Dec 2012 09:00:25 +0000 (11:00 +0200)]
fetch missing/mismatching files manually. faster than builder does that

11 years agouse sources file to detect patch updates auto/th/vim-7.3.762-1
Elan Ruusamäe [Thu, 20 Dec 2012 21:06:04 +0000 (23:06 +0200)]
use sources file to detect patch updates

11 years ago- up to 7.3.762
Elan Ruusamäe [Thu, 20 Dec 2012 21:01:02 +0000 (23:01 +0200)]
- up to 7.3.762

11 years agorename autoup.sh to update-source.sh to have more common filename
Elan Ruusamäe [Thu, 20 Dec 2012 20:38:21 +0000 (22:38 +0200)]
rename autoup.sh to update-source.sh to have more common filename

11 years agoMerge branch 'distfiles'
Elan Ruusamäe [Fri, 7 Dec 2012 17:55:27 +0000 (19:55 +0200)]
Merge branch 'distfiles'

vim official patches no longer stored in git, but distfiles

11 years ago- up to 7.3.754
Elan Ruusamäe [Fri, 7 Dec 2012 11:55:20 +0000 (13:55 +0200)]
- up to 7.3.754

11 years ago- up to 7.3.753
Elan Ruusamäe [Fri, 7 Dec 2012 11:54:45 +0000 (13:54 +0200)]
- up to 7.3.753

11 years ago- rel. 2 auto/th/vim-7.3.743-2
Kacper Kornet [Fri, 7 Dec 2012 11:07:20 +0000 (11:07 +0000)]
- rel. 2

11 years ago- change requirement for vim-rt to Suggest for vim package
Kacper Kornet [Mon, 3 Dec 2012 11:08:53 +0000 (11:08 +0000)]
- change requirement for vim-rt to Suggest for vim package

11 years ago- add sources for md5 checksums
Elan Ruusamäe [Sat, 1 Dec 2012 23:06:11 +0000 (01:06 +0200)]
- add sources for md5 checksums

11 years agoup to 7.3.744, use patches from distfiles
Elan Ruusamäe [Sat, 1 Dec 2012 22:21:16 +0000 (00:21 +0200)]
up to 7.3.744, use patches from distfiles

11 years ago- add patches 7.3.619-743 auto/th/vim-7.3.743-1
Kacper Kornet [Thu, 29 Nov 2012 12:43:36 +0000 (12:43 +0000)]
- add patches 7.3.619-743

11 years ago- up to 7.3.743
Arkadiusz Miśkiewicz [Thu, 29 Nov 2012 11:24:41 +0000 (12:24 +0100)]
- up to 7.3.743

11 years ago- up to 7.3.618 auto/th/vim-7.3.618-1
Arkadiusz Miśkiewicz [Thu, 2 Aug 2012 07:48:27 +0000 (09:48 +0200)]
- up to 7.3.618

11 years ago- up to 7.3.600 auto/th/vim-7.3.600-1
Elan Ruusamäe [Wed, 11 Jul 2012 08:40:21 +0000 (11:40 +0300)]
- up to 7.3.600

11 years agoexecutable
Elan Ruusamäe [Tue, 10 Jul 2012 08:48:06 +0000 (11:48 +0300)]
executable

11 years ago- up to 7.3.515 auto/th/vim-7_3_515-1
Arkadiusz Miśkiewicz [Sun, 13 May 2012 13:37:08 +0000 (13:37 +0000)]
- up to 7.3.515

Changed files:
    7.3.402 -> 1.1
    7.3.403 -> 1.1
    7.3.404 -> 1.1
    7.3.405 -> 1.1
    7.3.406 -> 1.1
    7.3.407 -> 1.1
    7.3.408 -> 1.1
    7.3.409 -> 1.1
    7.3.410 -> 1.1
    7.3.411 -> 1.1
    7.3.412 -> 1.1
    7.3.413 -> 1.1
    7.3.414 -> 1.1
    7.3.415 -> 1.1
    7.3.416 -> 1.1
    7.3.417 -> 1.1
    7.3.418 -> 1.1
    7.3.419 -> 1.1
    7.3.420 -> 1.1
    7.3.421 -> 1.1
    7.3.422 -> 1.1
    7.3.423 -> 1.1
    7.3.424 -> 1.1
    7.3.425 -> 1.1
    7.3.426 -> 1.1
    7.3.427 -> 1.1
    7.3.428 -> 1.1
    7.3.429 -> 1.1
    7.3.430 -> 1.1
    7.3.431 -> 1.1
    7.3.432 -> 1.1
    7.3.433 -> 1.1
    7.3.434 -> 1.1
    7.3.435 -> 1.1
    7.3.436 -> 1.1
    7.3.437 -> 1.1
    7.3.438 -> 1.1
    7.3.439 -> 1.1
    7.3.440 -> 1.1
    7.3.441 -> 1.1
    7.3.442 -> 1.1
    7.3.443 -> 1.1
    7.3.444 -> 1.1
    7.3.445 -> 1.1
    7.3.446 -> 1.1
    7.3.447 -> 1.1
    7.3.448 -> 1.1
    7.3.449 -> 1.1
    7.3.450 -> 1.1
    7.3.451 -> 1.1
    7.3.452 -> 1.1
    7.3.453 -> 1.1
    7.3.454 -> 1.1
    7.3.455 -> 1.1
    7.3.456 -> 1.1
    7.3.457 -> 1.1
    7.3.458 -> 1.1
    7.3.459 -> 1.1
    7.3.460 -> 1.1
    7.3.461 -> 1.1
    7.3.462 -> 1.1
    7.3.463 -> 1.1
    7.3.464 -> 1.1
    7.3.465 -> 1.1
    7.3.466 -> 1.1
    7.3.467 -> 1.1
    7.3.468 -> 1.1
    7.3.469 -> 1.1
    7.3.470 -> 1.1
    7.3.471 -> 1.1
    7.3.472 -> 1.1
    7.3.473 -> 1.1
    7.3.474 -> 1.1
    7.3.475 -> 1.1
    7.3.476 -> 1.1
    7.3.477 -> 1.1
    7.3.478 -> 1.1
    7.3.479 -> 1.1
    7.3.480 -> 1.1
    7.3.481 -> 1.1
    7.3.482 -> 1.1
    7.3.483 -> 1.1
    7.3.484 -> 1.1
    7.3.485 -> 1.1
    7.3.486 -> 1.1
    7.3.487 -> 1.1
    7.3.488 -> 1.1
    7.3.489 -> 1.1
    7.3.490 -> 1.1
    7.3.491 -> 1.1
    7.3.492 -> 1.1
    7.3.493 -> 1.1
    7.3.494 -> 1.1
    7.3.495 -> 1.1
    7.3.496 -> 1.1
    7.3.497 -> 1.1
    7.3.498 -> 1.1
    7.3.499 -> 1.1
    7.3.500 -> 1.1
    7.3.501 -> 1.1
    7.3.502 -> 1.1
    7.3.503 -> 1.1
    7.3.504 -> 1.1
    7.3.505 -> 1.1
    7.3.506 -> 1.1
    7.3.507 -> 1.1
    7.3.508 -> 1.1
    7.3.509 -> 1.1
    7.3.510 -> 1.1
    7.3.511 -> 1.1
    7.3.512 -> 1.1
    7.3.513 -> 1.1
    7.3.514 -> 1.1
    7.3.515 -> 1.1
    vim-localedir.patch -> 1.3
    vim.spec -> 1.566

11 years ago- new auto/th/vim-7_3_401-1 auto/ti/vim-7_3_401-1
Adam Gołębiowski [Sun, 15 Jan 2012 01:27:44 +0000 (01:27 +0000)]
- new

Changed files:
    7.3.373 -> 1.1
    7.3.374 -> 1.1
    7.3.375 -> 1.1
    7.3.376 -> 1.1
    7.3.377 -> 1.1
    7.3.378 -> 1.1
    7.3.379 -> 1.1
    7.3.380 -> 1.1
    7.3.381 -> 1.1
    7.3.382 -> 1.1
    7.3.383 -> 1.1
    7.3.384 -> 1.1
    7.3.385 -> 1.1
    7.3.386 -> 1.1
    7.3.387 -> 1.1
    7.3.388 -> 1.1
    7.3.389 -> 1.1
    7.3.390 -> 1.1
    7.3.391 -> 1.1
    7.3.392 -> 1.1
    7.3.393 -> 1.1
    7.3.394 -> 1.1
    7.3.395 -> 1.1
    7.3.396 -> 1.1
    7.3.397 -> 1.1
    7.3.398 -> 1.1
    7.3.399 -> 1.1
    7.3.400 -> 1.1
    7.3.401 -> 1.1

11 years ago- updated to 7.3.401
Adam Gołębiowski [Sun, 15 Jan 2012 01:25:54 +0000 (01:25 +0000)]
- updated to 7.3.401

Changed files:
    vim.spec -> 1.565

11 years ago- new auto/th/vim-7_3_372-1 auto/ti/vim-7_3_372-1
Adam Gołębiowski [Sun, 11 Dec 2011 13:47:07 +0000 (13:47 +0000)]
- new

Changed files:
    7.3.354 -> 1.1
    7.3.355 -> 1.1
    7.3.356 -> 1.1
    7.3.357 -> 1.1
    7.3.358 -> 1.1
    7.3.359 -> 1.1
    7.3.360 -> 1.1
    7.3.361 -> 1.1
    7.3.362 -> 1.1
    7.3.363 -> 1.1
    7.3.364 -> 1.1
    7.3.365 -> 1.1
    7.3.366 -> 1.1
    7.3.367 -> 1.1
    7.3.368 -> 1.1
    7.3.369 -> 1.1
    7.3.370 -> 1.1
    7.3.371 -> 1.1
    7.3.372 -> 1.1

11 years ago- updated to 7.3.372
Adam Gołębiowski [Sun, 11 Dec 2011 13:45:30 +0000 (13:45 +0000)]
- updated to 7.3.372

Changed files:
    vim.spec -> 1.564

11 years ago- up to 7.3.353 auto/th/vim-7_3_353-1
Arkadiusz Miśkiewicz [Sun, 13 Nov 2011 10:54:52 +0000 (10:54 +0000)]
- up to 7.3.353

Changed files:
    7.3.290 -> 1.1
    7.3.291 -> 1.1
    7.3.292 -> 1.1
    7.3.293 -> 1.1
    7.3.294 -> 1.1
    7.3.295 -> 1.1
    7.3.296 -> 1.1
    7.3.297 -> 1.1
    7.3.298 -> 1.1
    7.3.299 -> 1.1
    7.3.300 -> 1.1
    7.3.301 -> 1.1
    7.3.302 -> 1.1
    7.3.303 -> 1.1
    7.3.304 -> 1.1
    7.3.305 -> 1.1
    7.3.306 -> 1.1
    7.3.307 -> 1.1
    7.3.308 -> 1.1
    7.3.309 -> 1.1
    7.3.310 -> 1.1
    7.3.311 -> 1.1
    7.3.312 -> 1.1
    7.3.313 -> 1.1
    7.3.314 -> 1.1
    7.3.315 -> 1.1
    7.3.316 -> 1.1
    7.3.317 -> 1.1
    7.3.318 -> 1.1
    7.3.319 -> 1.1
    7.3.320 -> 1.1
    7.3.321 -> 1.1
    7.3.322 -> 1.1
    7.3.323 -> 1.1
    7.3.324 -> 1.1
    7.3.325 -> 1.1
    7.3.326 -> 1.1
    7.3.327 -> 1.1
    7.3.328 -> 1.1
    7.3.329 -> 1.1
    7.3.330 -> 1.1
    7.3.331 -> 1.1
    7.3.332 -> 1.1
    7.3.333 -> 1.1
    7.3.334 -> 1.1
    7.3.335 -> 1.1
    7.3.336 -> 1.1
    7.3.337 -> 1.1
    7.3.338 -> 1.1
    7.3.339 -> 1.1
    7.3.340 -> 1.1
    7.3.341 -> 1.1
    7.3.342 -> 1.1
    7.3.343 -> 1.1
    7.3.344 -> 1.1
    7.3.345 -> 1.1
    7.3.346 -> 1.1
    7.3.347 -> 1.1
    7.3.348 -> 1.1
    7.3.349 -> 1.1
    7.3.350 -> 1.1
    7.3.351 -> 1.1
    7.3.352 -> 1.1
    7.3.353 -> 1.1
    vim.spec -> 1.563

11 years ago- reversed logic in %if "%{pld_release}", only AC will keep separate tinfo auto/ti/vim-7_3_289-4
hawk [Fri, 4 Nov 2011 08:17:58 +0000 (08:17 +0000)]
- reversed logic in %if "%{pld_release}", only AC will keep separate tinfo

Changed files:
    vim.spec -> 1.562

11 years ago- rel 3; no more tinfo auto/th/vim-7_3_289-3 auto/ti/vim-7_3_289-3
Arkadiusz Miśkiewicz [Thu, 1 Sep 2011 07:20:17 +0000 (07:20 +0000)]
- rel 3; no more tinfo

Changed files:
    vim.spec -> 1.561

11 years ago- release 2 auto/th/vim-7_3_289-2 auto/ti/vim-7_3_289-2
Arkadiusz Miśkiewicz [Wed, 31 Aug 2011 18:30:59 +0000 (18:30 +0000)]
- release 2

Changed files:
    vim.spec -> 1.560

11 years ago- corrected msdos encoding auto/th/vim-7_3_289-1 auto/ti/vim-7_3_289-1
marti [Mon, 29 Aug 2011 18:52:42 +0000 (18:52 +0000)]
- corrected msdos encoding

Changed files:
    7.3.280 -> 1.2

11 years ago- up to 7.3.289
marti [Mon, 29 Aug 2011 18:45:09 +0000 (18:45 +0000)]
- up to 7.3.289

Changed files:
    vim.spec -> 1.559

11 years ago- new: 7.3.289
marti [Mon, 29 Aug 2011 18:44:49 +0000 (18:44 +0000)]
- new: 7.3.289

Changed files:
    7.3.289 -> 1.1

11 years ago- new: 7.3.288
marti [Mon, 29 Aug 2011 18:44:48 +0000 (18:44 +0000)]
- new: 7.3.288

Changed files:
    7.3.288 -> 1.1

11 years ago- new: 7.3.287
marti [Mon, 29 Aug 2011 18:44:47 +0000 (18:44 +0000)]
- new: 7.3.287

Changed files:
    7.3.287 -> 1.1

11 years ago- new: 7.3.286
marti [Mon, 29 Aug 2011 18:44:46 +0000 (18:44 +0000)]
- new: 7.3.286

Changed files:
    7.3.286 -> 1.1

11 years ago- new: 7.3.285
marti [Mon, 29 Aug 2011 18:44:45 +0000 (18:44 +0000)]
- new: 7.3.285

Changed files:
    7.3.285 -> 1.1

11 years ago- new: 7.3.284
marti [Mon, 29 Aug 2011 18:44:44 +0000 (18:44 +0000)]
- new: 7.3.284

Changed files:
    7.3.284 -> 1.1

11 years ago- new: 7.3.283
marti [Mon, 29 Aug 2011 18:44:43 +0000 (18:44 +0000)]
- new: 7.3.283

Changed files:
    7.3.283 -> 1.1

11 years ago- new: 7.3.282
marti [Mon, 29 Aug 2011 18:44:42 +0000 (18:44 +0000)]
- new: 7.3.282

Changed files:
    7.3.282 -> 1.1

11 years ago- new: 7.3.281
marti [Mon, 29 Aug 2011 18:44:41 +0000 (18:44 +0000)]
- new: 7.3.281

Changed files:
    7.3.281 -> 1.1

11 years ago- new: 7.3.280
marti [Mon, 29 Aug 2011 18:44:40 +0000 (18:44 +0000)]
- new: 7.3.280

Changed files:
    7.3.280 -> 1.1

11 years ago- new: 7.3.279
marti [Mon, 29 Aug 2011 18:44:39 +0000 (18:44 +0000)]
- new: 7.3.279

Changed files:
    7.3.279 -> 1.1

11 years ago- new: 7.3.278
marti [Mon, 29 Aug 2011 18:44:38 +0000 (18:44 +0000)]
- new: 7.3.278

Changed files:
    7.3.278 -> 1.1

11 years ago- new: 7.3.277
marti [Mon, 29 Aug 2011 18:44:37 +0000 (18:44 +0000)]
- new: 7.3.277

Changed files:
    7.3.277 -> 1.1

11 years ago- new: 7.3.276
marti [Mon, 29 Aug 2011 18:44:36 +0000 (18:44 +0000)]
- new: 7.3.276

Changed files:
    7.3.276 -> 1.1

11 years ago- new: 7.3.275
marti [Mon, 29 Aug 2011 18:44:35 +0000 (18:44 +0000)]
- new: 7.3.275

Changed files:
    7.3.275 -> 1.1

11 years ago- new: 7.3.274
marti [Mon, 29 Aug 2011 18:44:34 +0000 (18:44 +0000)]
- new: 7.3.274

Changed files:
    7.3.274 -> 1.1

11 years ago- new: 7.3.273
marti [Mon, 29 Aug 2011 18:44:33 +0000 (18:44 +0000)]
- new: 7.3.273

Changed files:
    7.3.273 -> 1.1

11 years ago- new: 7.3.272
marti [Mon, 29 Aug 2011 18:44:32 +0000 (18:44 +0000)]
- new: 7.3.272

Changed files:
    7.3.272 -> 1.1

11 years ago- new: 7.3.271
marti [Mon, 29 Aug 2011 18:44:31 +0000 (18:44 +0000)]
- new: 7.3.271

Changed files:
    7.3.271 -> 1.1

11 years ago- new: 7.3.270
marti [Mon, 29 Aug 2011 18:44:30 +0000 (18:44 +0000)]
- new: 7.3.270

Changed files:
    7.3.270 -> 1.1

11 years ago- new: 7.3.269
marti [Mon, 29 Aug 2011 18:44:29 +0000 (18:44 +0000)]
- new: 7.3.269

Changed files:
    7.3.269 -> 1.1

11 years ago- new: 7.3.268
marti [Mon, 29 Aug 2011 18:44:28 +0000 (18:44 +0000)]
- new: 7.3.268

Changed files:
    7.3.268 -> 1.1

11 years ago- new: 7.3.267
marti [Mon, 29 Aug 2011 18:44:27 +0000 (18:44 +0000)]
- new: 7.3.267

Changed files:
    7.3.267 -> 1.1

11 years ago- new: 7.3.266
marti [Mon, 29 Aug 2011 18:44:26 +0000 (18:44 +0000)]
- new: 7.3.266

Changed files:
    7.3.266 -> 1.1

11 years ago- new: 7.3.265
marti [Mon, 29 Aug 2011 18:44:25 +0000 (18:44 +0000)]
- new: 7.3.265

Changed files:
    7.3.265 -> 1.1

11 years ago- new: 7.3.264
marti [Mon, 29 Aug 2011 18:44:24 +0000 (18:44 +0000)]
- new: 7.3.264

Changed files:
    7.3.264 -> 1.1

11 years ago- new: 7.3.263
marti [Mon, 29 Aug 2011 18:44:23 +0000 (18:44 +0000)]
- new: 7.3.263

Changed files:
    7.3.263 -> 1.1

11 years ago- new: 7.3.262
marti [Mon, 29 Aug 2011 18:44:22 +0000 (18:44 +0000)]
- new: 7.3.262

Changed files:
    7.3.262 -> 1.1

11 years ago- new: 7.3.261
marti [Mon, 29 Aug 2011 18:44:21 +0000 (18:44 +0000)]
- new: 7.3.261

Changed files:
    7.3.261 -> 1.1

11 years ago- new: 7.3.260
marti [Mon, 29 Aug 2011 18:44:20 +0000 (18:44 +0000)]
- new: 7.3.260

Changed files:
    7.3.260 -> 1.1

11 years ago- new: 7.3.259
marti [Mon, 29 Aug 2011 18:44:19 +0000 (18:44 +0000)]
- new: 7.3.259

Changed files:
    7.3.259 -> 1.1

11 years ago- new: 7.3.258
marti [Mon, 29 Aug 2011 18:44:18 +0000 (18:44 +0000)]
- new: 7.3.258

Changed files:
    7.3.258 -> 1.1

11 years ago- new: 7.3.257
marti [Mon, 29 Aug 2011 18:44:17 +0000 (18:44 +0000)]
- new: 7.3.257

Changed files:
    7.3.257 -> 1.1

11 years ago- new: 7.3.256
marti [Mon, 29 Aug 2011 18:44:16 +0000 (18:44 +0000)]
- new: 7.3.256

Changed files:
    7.3.256 -> 1.1

11 years ago- new: 7.3.255
marti [Mon, 29 Aug 2011 18:44:15 +0000 (18:44 +0000)]
- new: 7.3.255

Changed files:
    7.3.255 -> 1.1

11 years ago- new: 7.3.254
marti [Mon, 29 Aug 2011 18:44:14 +0000 (18:44 +0000)]
- new: 7.3.254

Changed files:
    7.3.254 -> 1.1

11 years ago- new: 7.3.253
marti [Mon, 29 Aug 2011 18:44:13 +0000 (18:44 +0000)]
- new: 7.3.253

Changed files:
    7.3.253 -> 1.1

11 years ago- new: 7.3.252
marti [Mon, 29 Aug 2011 18:44:12 +0000 (18:44 +0000)]
- new: 7.3.252

Changed files:
    7.3.252 -> 1.1

11 years ago- new: 7.3.251
marti [Mon, 29 Aug 2011 18:44:11 +0000 (18:44 +0000)]
- new: 7.3.251

Changed files:
    7.3.251 -> 1.1

11 years ago- new: 7.3.250
marti [Mon, 29 Aug 2011 18:44:10 +0000 (18:44 +0000)]
- new: 7.3.250

Changed files:
    7.3.250 -> 1.1

11 years ago- new: 7.3.249
marti [Mon, 29 Aug 2011 18:44:09 +0000 (18:44 +0000)]
- new: 7.3.249

Changed files:
    7.3.249 -> 1.1

11 years ago- new: 7.3.248
marti [Mon, 29 Aug 2011 18:44:08 +0000 (18:44 +0000)]
- new: 7.3.248

Changed files:
    7.3.248 -> 1.1

11 years ago- new: 7.3.247
marti [Mon, 29 Aug 2011 18:44:07 +0000 (18:44 +0000)]
- new: 7.3.247

Changed files:
    7.3.247 -> 1.1

11 years ago- new: 7.3.246
marti [Mon, 29 Aug 2011 18:44:06 +0000 (18:44 +0000)]
- new: 7.3.246

Changed files:
    7.3.246 -> 1.1

11 years ago- new: 7.3.245
marti [Mon, 29 Aug 2011 18:44:05 +0000 (18:44 +0000)]
- new: 7.3.245

Changed files:
    7.3.245 -> 1.1

11 years ago- msdos encoding removed
marti [Mon, 29 Aug 2011 18:16:31 +0000 (18:16 +0000)]
- msdos encoding removed

Changed files:
    7.3.225 -> 1.3

11 years ago- MD5 diff, build problem
marti [Mon, 29 Aug 2011 15:45:39 +0000 (15:45 +0000)]
- MD5 diff, build problem

Changed files:
    7.3.225 -> 1.2

11 years ago- updated to 7.3.244 auto/th/vim-7_3_244-1
Adam Gołębiowski [Sat, 9 Jul 2011 07:07:58 +0000 (07:07 +0000)]
- updated to 7.3.244

Changed files:
    vim.spec -> 1.558

11 years ago- new
Adam Gołębiowski [Sat, 9 Jul 2011 07:07:48 +0000 (07:07 +0000)]
- new

Changed files:
    7.3.199 -> 1.1
    7.3.200 -> 1.1
    7.3.201 -> 1.1
    7.3.202 -> 1.1
    7.3.203 -> 1.1
    7.3.204 -> 1.1
    7.3.205 -> 1.1
    7.3.206 -> 1.1
    7.3.207 -> 1.1
    7.3.208 -> 1.1
    7.3.209 -> 1.1
    7.3.210 -> 1.1
    7.3.211 -> 1.1
    7.3.212 -> 1.1
    7.3.213 -> 1.1
    7.3.214 -> 1.1
    7.3.215 -> 1.1
    7.3.216 -> 1.1
    7.3.217 -> 1.1
    7.3.218 -> 1.1
    7.3.219 -> 1.1
    7.3.220 -> 1.1
    7.3.221 -> 1.1
    7.3.222 -> 1.1
    7.3.223 -> 1.1
    7.3.224 -> 1.1
    7.3.225 -> 1.1
    7.3.226 -> 1.1
    7.3.227 -> 1.1
    7.3.228 -> 1.1
    7.3.229 -> 1.1
    7.3.230 -> 1.1
    7.3.231 -> 1.1
    7.3.232 -> 1.1
    7.3.233 -> 1.1
    7.3.234 -> 1.1
    7.3.235 -> 1.1
    7.3.236 -> 1.1
    7.3.237 -> 1.1
    7.3.238 -> 1.1
    7.3.239 -> 1.1
    7.3.240 -> 1.1
    7.3.241 -> 1.1
    7.3.242 -> 1.1
    7.3.243 -> 1.1
    7.3.244 -> 1.1

11 years ago- up to 7.3.198 auto/th/vim-7_3_198-1 auto/ti/vim-7_3_198-1
Elan Ruusamäe [Mon, 23 May 2011 13:04:02 +0000 (13:04 +0000)]
- up to 7.3.198

Changed files:
    7.3.190 -> 1.1
    7.3.191 -> 1.1
    7.3.192 -> 1.1
    7.3.193 -> 1.1
    7.3.194 -> 1.1
    7.3.195 -> 1.1
    7.3.196 -> 1.1
    7.3.197 -> 1.1
    7.3.198 -> 1.1
    vim.spec -> 1.557

This page took 0.163043 seconds and 4 git commands to generate.