| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Problem: Various small things.
Solution: Add file to list of distributed files. Adjust README. Fix typo.
|
|
|
|
|
| |
Problem: Nsis version file missing from the distribution.
Solution: Add the file to the list.
|
|
|
|
|
| |
Problem: Directory listing of "src" is too long.
Solution: Rename the resources file to make it shorter.
|
|
|
|
|
| |
Problem: Still a few OS/2 pieces remain.
Solution: Delete more.
|
|
|
|
|
| |
Problem: Can't build with Strawberry Perl.
Solution: Include stdbool.h. (Ken Takata, closes #328)
|
|
|
|
|
|
| |
Problem: New GDK files and testdir/Make_all.mak missing from distribution.
PC build instructions are outdated.
Solution: Add the file to the list. Update PC build instructions.
|
|
|
|
|
|
|
|
| |
Problem: New style testing is incomplete.
Solution: Add the runtest script to the list of distributed files.
Add the new functions to the function overview.
Rename the functions to match Vim function style.
Move undolevels testing into a new style test script.
|
|
|
|
|
| |
Problem: Vim does not provide .desktop files.
Solution: Include and install .desktop files. (James McCoy, closes #455)
|
|
|
|
|
| |
Problem: Not using CI services available.
Solution: Add configuration files for travis and appveyor. (PR #401)
|
|
|
|
|
| |
Problem: Some GitHub users don't know how to use issues.
Solution: Add a file that explains the basics of contributing.
|
|
|
|
|
| |
Problem: The README file doesn't look nice on github.
Solution: Add a markdown version of the README file.
|
|
|
|
|
| |
Problem: Typo in file pattern.
Solution: Insert a slash and remove a dot.
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
Problem: Many lines are both in Make_cyg.mak and Make_ming.mak
Solution: Move the common parts to one file. (Ken Takata)
|
|
|
|
|
| |
Problem: README File missing from list of files.
Solution: Update the list of files.
|
|
|
|
|
| |
Problem: List of distributed files is incomplete.
Solution: Add recently added files.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Problem: Some test files missing from distribution.
Solution: Add pattern for newly added tests.
|
|
|
|
|
| |
Problem: Test file missing from distribution.
Solution: Add new directory to file list.
|
|
|
|
|
|
| |
Problem: No Japanese man pages.
Solution: Add Japanese translations of man pages. (Ken Takata, Yukihiro
Nakadaira, et al.)
|
|
|
|
|
| |
Problem: Some test files missing from the distribution.
Solution: Update the list of files.
|
|
|
|
|
| |
Problem: Python 2: loading modules doesn't work well.
Solution: Fix the code. Add more tests. (ZyX)
|
|
|
|
|
| |
Problem: Loading Python modules is not tested.
Solution: Enable commented-out tests, add missing files. (ZyX)
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
Problem: Missing proto files.
Solution: Add the files.
|
|
|
|
|
| |
Problem: Some files missing in the list of distributed files.
Solution: Add lines for new files.
|
|
|
|
|
| |
Problem: List of distributed files picks up backup files.
Solution: Make tutor patterns more specific.
|
|
|
|
|
| |
Problem: Some files missing in the list of distributed files.
Solution: Add lines for new files.
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
Problem: Missing files in distribution.
Solution: Update the list of files.
|
|
|
|
|
| |
Problem: "make shadow" doesn't link all test files.
Solution: Add a line in Makefile and Filelist.
|
|
|
|
|
| |
Problem: MingW 4.6 no longer supports the -mno-cygwin option.
Solution: Split the Cygwin and MingW makefiles. (Matsushita Shougo)
|
|
|
|
|
| |
Problem: MSVC Install instructions point to wrong batch file.
Solution: Add a batch file for use with MSVC 10.
|
|
|
|
|
|
| |
Problem: Still some RISC OS stuff to remove.
Solution: Remove files and lines. (Hong Xu)
Remove the 'osfiletype' option code.
|
|
|
|
|
| |
Problem: More RISC OS files to remove.
Solution: Remove them. Update the file list.
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|