Bram Moolenaar
6017f3799d
patch 7.4.846
...
Problem: Some GitHub users don't know how to use issues.
Solution: Add a file that explains the basics of contributing.
2015-09-01 17:50:48 +02:00
Bram Moolenaar
694cac7a35
patch 7.4.777
...
Problem: The README file doesn't look nice on github.
Solution: Add a markdown version of the README file.
2015-07-10 19:22:03 +02:00
Bram Moolenaar
c3940c76e8
updated for version 7.4.501
...
Problem: Typo in file pattern.
Solution: Insert a slash and remove a dot.
2014-11-05 17:04:18 +01:00
Bram Moolenaar
fda3729a06
updated for version 7.4.497
...
Problem: With some regexp patterns the NFA engine uses many states and
becomes very slow. To the user it looks like Vim freezes.
Solution: When the number of states reaches a limit fall back to the old
engine. (Christian Brabandt)
2014-11-05 14:27:36 +01:00
Bram Moolenaar
4f7e821f26
updated for version 7.4.496
...
Problem: Many lines are both in Make_cyg.mak and Make_ming.mak
Solution: Move the common parts to one file. (Ken Takata)
2014-11-05 13:53:32 +01:00
Bram Moolenaar
96f3a49b3b
updated for version 7.4.426
...
Problem: README File missing from list of files.
Solution: Update the list of files.
2014-08-29 15:12:54 +02:00
Bram Moolenaar
d21e8b3a17
updated for version 7.4.400
...
Problem: List of distributed files is incomplete.
Solution: Add recently added files.
2014-08-10 13:46:36 +02:00
Bram Moolenaar
46ae3cedeb
updated for version 7.4.287
...
Problem: Patches for .hgignore don't work, since the file is not in the
distribution.
Solution: Add .hgignore to the distribution. Will be effective with the
next version.
2014-05-13 13:52:38 +02:00
Bram Moolenaar
355a95a079
updated for version 7.4.268
...
Problem: Using exists() on a funcref for a script-local function does not
work.
Solution: Translate <SNR> to the special byte sequence. Add a test.
2014-04-29 14:03:02 +02:00
Bram Moolenaar
e9a54227f9
updated for version 7.4.250
...
Problem: Some test files missing from distribution.
Solution: Add pattern for newly added tests.
2014-04-05 21:59:39 +02:00
Bram Moolenaar
4a36bcf0d8
updated for version 7.4.156
...
Problem: Test file missing from distribution.
Solution: Add new directory to file list.
2014-01-23 14:26:24 +01:00
Bram Moolenaar
a3fe8fe632
updated for version 7.4a.015
...
Problem: No Japanese man pages.
Solution: Add Japanese translations of man pages. (Ken Takata, Yukihiro
Nakadaira, et al.)
2013-07-13 15:33:20 +02:00
Bram Moolenaar
c8c13a0307
updated for version 7.3.1241
...
Problem: Some test files missing from the distribution.
Solution: Update the list of files.
2013-06-24 22:23:55 +02:00
Bram Moolenaar
9f3685a527
updated for version 7.3.1172
...
Problem: Python 2: loading modules doesn't work well.
Solution: Fix the code. Add more tests. (ZyX)
2013-06-12 14:20:36 +02:00
Bram Moolenaar
a9f2220176
updated for version 7.3.1166
...
Problem: Loading Python modules is not tested.
Solution: Enable commented-out tests, add missing files. (ZyX)
2013-06-11 18:48:21 +02:00
Bram Moolenaar
fbc0d2ea1e
updated for version 7.3.970
...
Problem: Syntax highlighting can be slow.
Solution: Include the NFA regexp engine. Add the 'regexpengine' option to
select which one is used. (various authors, including Ken Takata,
Andrei Aiordachioaie, Russ Cox, Xiaozhou Liua, Ian Young)
2013-05-19 19:40:29 +02:00
Bram Moolenaar
84e80b51d1
updated for version 7.3.846
...
Problem: Missing proto files.
Solution: Add the files.
2013-03-07 13:32:36 +01:00
Bram Moolenaar
e468e266c4
updated for version 7.3.839
...
Problem: Some files missing in the list of distributed files.
Solution: Add lines for new files.
2013-02-26 17:59:43 +01:00
Bram Moolenaar
7d11244c99
updated for version 7.3.681
...
Problem: List of distributed files picks up backup files.
Solution: Make tutor patterns more specific.
2012-10-03 21:48:43 +02:00
Bram Moolenaar
14f5827940
updated for version 7.3.680
...
Problem: Some files missing in the list of distributed files.
Solution: Add lines for new files.
2012-10-03 21:33:41 +02:00
Bram Moolenaar
c6c1d8b802
updated for version 7.3.639
...
Problem: It's not easy to build Vim on Windows with XPM support.
Solution: Include the required files, they are quite small. Update the
MSVC makefile to use them. Binary files are in the next patch.
(Sergey Khorev)
2012-08-29 14:18:33 +02:00
Bram Moolenaar
c2ece10274
updated for version 7.3.602
...
Problem: Missing files in distribution.
Solution: Update the list of files.
2012-07-16 17:28:11 +02:00
Bram Moolenaar
a4594f6b82
updated for version 7.3.339
...
Problem: "make shadow" doesn't link all test files.
Solution: Add a line in Makefile and Filelist.
2011-10-20 16:35:35 +02:00
Bram Moolenaar
2369e35b39
updated for version 7.3.326
...
Problem: MingW 4.6 no longer supports the -mno-cygwin option.
Solution: Split the Cygwin and MingW makefiles. (Matsushita Shougo)
2011-09-30 16:56:02 +02:00
Bram Moolenaar
536d95f617
updated for version 7.3.209
...
Problem: MSVC Install instructions point to wrong batch file.
Solution: Add a batch file for use with MSVC 10.
2011-06-12 20:36:09 +02:00
Bram Moolenaar
b07269a548
updated for version 7.3.191
...
Problem: Still some RISC OS stuff to remove.
Solution: Remove files and lines. (Hong Xu)
Remove the 'osfiletype' option code.
2011-05-19 13:41:14 +02:00
Bram Moolenaar
1bfb61e80b
updated for version 7.3.188
...
Problem: More RISC OS files to remove.
Solution: Remove them. Update the file list.
2011-05-10 17:21:56 +02:00
Bram Moolenaar
b05b10a3c0
updated for version 7.3.143
...
Problem: Memfile is not tested sufficiently. Looking up blocks in a
memfile is slow when there are many blocks.
Solution: Add high level test and unittest. Adjust the number of hash
buckets to the number of blocks. (Ivan Krasilnikov)
2011-03-22 18:10:45 +01:00
Bram Moolenaar
33aea1875c
Update README files. Remove references to extra and lang archives.
2010-08-07 13:19:27 +02:00
Bram Moolenaar
170bf1aed5
Move some common code from if_python.c and if_python3.c to if_py_both.h.
2010-07-24 23:51:45 +02:00
Bram Moolenaar
bd5e15fd5c
Added support for Python 3. (Roland Puntaier)
2010-07-17 21:19:38 +02:00
Bram Moolenaar
0ba042961f
Added Lua interfae. (Luis Carvalho)
2010-07-14 23:23:17 +02:00
Bram Moolenaar
164fca39bd
Add clipboard support in Mac console. (Bjorn Winckler)
2010-07-14 13:58:07 +02:00
Bram Moolenaar
40e6a71c67
Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.
2010-05-16 22:32:54 +02:00
Bram Moolenaar
864665d1b2
Get rid of the "extra" and "lang" archives.
2010-05-15 15:41:59 +02:00
Bram Moolenaar
c0880db674
Add a few missing runtime files.
2010-01-17 14:38:06 +01:00
Bram Moolenaar
f56322c8b3
updated for version 7.2-196
2009-06-03 20:08:14 +00:00
Bram Moolenaar
0ab2a8870c
updated for version 7.2-168
2009-05-13 10:51:08 +00:00
Bram Moolenaar
34b6cb1209
updated for version 7.2-022
2008-09-20 14:27:03 +00:00
Bram Moolenaar
c236c16d08
updated for version 7.2b-000
2008-07-13 17:41:49 +00:00
Bram Moolenaar
aba8857aa3
updated for version 7.2a-00
2008-06-25 20:13:35 +00:00
Bram Moolenaar
7a98925587
updated for version 7.1-298
2008-05-10 19:39:08 +00:00
Bram Moolenaar
10c56952d8
updated for version 7.1b
2007-05-10 18:38:52 +00:00
Bram Moolenaar
edfe968e1a
updated for version 7.1a
2007-05-06 16:46:03 +00:00
Bram Moolenaar
9aae141a6b
updated for version 7.1a
2007-05-05 18:01:06 +00:00
Bram Moolenaar
18144c8423
updated for version 7.0d02
2006-04-12 21:52:12 +00:00
Bram Moolenaar
910f66f90c
updated for version 7.0c10
2006-04-05 20:41:53 +00:00
Bram Moolenaar
d2cec5b043
updated for version 7.0c02
2006-03-28 21:08:56 +00:00
Bram Moolenaar
899dddf888
updated for version 7.0b02
2006-03-26 21:06:50 +00:00
Bram Moolenaar
fa1d140a2c
updated for version 7.0b01
2006-03-25 21:59:56 +00:00