summaryrefslogtreecommitdiffstats
path: root/Filelist
AgeCommit message (Collapse)Author
2020-04-29patch 8.2.0660: the search.c file is a bit bigv8.2.0660Bram Moolenaar
Problem: The search.c file is a bit big. Solution: Split off the text object code to a separate file. (Yegappan Lakshmanan, closes #6007)
2020-04-27patch 8.2.0651: old style benchmark test still in list of distributed filesv8.2.0651Bram Moolenaar
Problem: Old style benchmark test still in list of distributed files. Solution: Remove the files from the list.
2020-04-25patch 8.2.0640: Vim9: expanding does not workv8.2.0640Bram Moolenaar
Problem: Vim9: expanding does not work. Solution: Find wildcards in not compiled commands. Reorganize test files.
2020-04-23patch 8.2.0622: Haiku: GUI does not compilev8.2.0622Bram Moolenaar
Problem: Haiku: GUI does not compile. Solution: Various fixes. (Emir Sari, closes #5961)
2020-04-05patch 8.2.0516: client-server code is spread outv8.2.0516Bram Moolenaar
Problem: Client-server code is spread out. Solution: Move client-server code to a new file. (Yegappan Lakshmanan, closes #5885)
2020-03-27patch 8.2.0464: typos and other small problemsv8.2.0464Bram Moolenaar
Problem: Typos and other small problems. Solution: Fix the typos. Add missing files to the distribution.
2020-03-25patch 8.2.0445: png and xpm files not in MS-Windows zip filev8.2.0445Bram Moolenaar
Problem: Png and xpm files not in MS-Windows zip file. Solution: Move files to shared between Unix and Windows target.
2020-03-24patch 8.2.0443: clipboard code is spread outv8.2.0443Bram Moolenaar
Problem: Clipboard code is spread out. Solution: Move clipboard code to its own file. (Yegappan Lakshmanan, closes #5827)
2020-02-26patch 8.2.0320: no Haiku supportv8.2.0320Bram Moolenaar
Problem: No Haiku support. Solution: Add support for Haiku. (Emir Sari, closes #5605)
2020-02-26patch 8.2.0319: file missing in distribution, comments outdatedv8.2.0319Bram Moolenaar
Problem: File missing in distribution, comments outdated. Solution: Correct path of README file. Update comments.
2020-02-14patch 8.2.0256: time and timer related code is spread outv8.2.0256Bram Moolenaar
Problem: Time and timer related code is spread out. Solution: Move time and timer related code to a new file. (Yegappan Lakshmanan, closes #5604)
2020-02-12patch 8.2.0248: MS-Windows: dealing with deprecation is too complicatedv8.2.0248Bram Moolenaar
Problem: MS-Windows: dealing with deprecation is too complicated. Solution: Use io.h directly. Move _CRT_SECURE_NO_DEPRECATE to the build file. Suppress C4091 warning by setting "_WIN32_WINNT". (Ken Takata, closes #5626)
2020-01-26patch 8.2.0157: Vim9 script files not in list of distributed filesv8.2.0157Bram Moolenaar
Problem: Vim9 script files not in list of distributed files. Solution: Add the entries.
2020-01-21patch 8.2.0140: CI does not test building doc tagsv8.2.0140Bram Moolenaar
Problem: CI does not test building doc tags. Solution: Add the vimtags/gcc build. Cleanup showing version. (Ozaki Kiichi, closes #5513)
2020-01-08patch 8.2.0105: Vim license not easy to find on githubv8.2.0105Bram Moolenaar
Problem: Vim license not easy to find on github. Solution: Add a separate LICENCE file. (closes #5458)
2019-12-01patch 8.1.2374: unused parts of libvterm are includedv8.1.2374Bram Moolenaar
Problem: Unused parts of libvterm are included. Solution: Delete the unused files.
2019-11-29patch 8.1.2358: tests fail on Cirrus CI for FreeBSDv8.1.2358Bram Moolenaar
Problem: Tests fail on Cirrus CI for FreeBSD. Solution: Fix a test and skip some. (Christian Brabandt, closes #5281)
2019-11-21patch 8.1.2327: cannot build with Hangul inputv8.1.2327Bram Moolenaar
Problem: Cannot build with Hangul input. Solution: Remove Hangul input support.
2019-11-01patch 8.1.2238: error in docs tags goes unnoticedv8.1.2238Bram Moolenaar
Problem: Error in docs tags goes unnoticed. Solution: Adjust tags build command. (Ken Takata, closes #5158)
2019-10-19patch 8.1.2182: test42 seen as binary by git diffv8.1.2182Bram Moolenaar
Problem: Test42 seen as binary by git diff. Solution: Add .gitattributes file. Make explicit that 'cpo' does not contain 'S'. (Daniel Hahler, closes #5072)
2019-10-16patch 8.1.2157: libvterm source files missing from distributionv8.1.2157Bram Moolenaar
Problem: Libvterm source files missing from distribution. Solution: Rename source files. (closes #5065)
2019-10-09patch 8.1.2127: the indent.c file is a bit bigv8.1.2127Bram Moolenaar
Problem: The indent.c file is a bit big. Solution: Move C-indent code a a new cindent.c file. Move other indent-related code to indent.c. (Yegappan Lakshmanan, closes #5031)
2019-09-28patch 8.1.2094: the fileio.c file is too bigv8.1.2094Bram Moolenaar
Problem: The fileio.c file is too big. Solution: Move buf_write() to bufwrite.c. (Yegappan Lakshmanan, closes #4990)
2019-09-27patch 8.1.2088: renamed libvterm mouse.c file not in distributed file listv8.1.2088Bram Moolenaar
Problem: Renamed libvterm mouse.c file not in distributed file list. Solution: Rename the file in the file list.
2019-09-27patch 8.1.2082: some files have a weird name to fit in 8.3 charactersv8.1.2082Bram Moolenaar
Problem: Some files have a weird name to fit in 8.3 characters. Solution: Use a nicer names.
2019-09-27patch 8.1.2081: the spell.c file is too bigv8.1.2081Bram Moolenaar
Problem: The spell.c file is too big. Solution: Move the code for spell suggestions to a separate file. (Yegappan Lakshmanan, closes #4988)
2019-09-25patch 8.1.2077: the ops.c file is too bigv8.1.2077Bram Moolenaar
Problem: The ops.c file is too big. Solution: Move code for dealing with registers to a new file. (Yegappan Lakshmanan, closes #4982)
2019-09-21patch 8.1.2062: the mouse code is spread outv8.1.2062Bram Moolenaar
Problem: The mouse code is spread out. Solution: Move all the mouse code to mouse.c. (Yegappan Lakshmanan, closes #4959)
2019-09-19patch 8.1.2057: the screen.c file is much too bigv8.1.2057Bram Moolenaar
Problem: The screen.c file is much too big. Solution: Split it in three parts. (Yegappan Lakshmanan, closes #4943)
2019-09-16patch 8.1.2045: the option.c file is too bigv8.1.2045Bram Moolenaar
Problem: The option.c file is too big. Solution: Split off the code dealing with strings. (Yegappan Lakshmanan, closes #4937)
2019-09-12patch 8.1.2022: the option.c file is too bigv8.1.2022Bram Moolenaar
Problem: The option.c file is too big. Solution: Move option definitions to a separate file. (Yegappan Lakshmanan, closes #4918)
2019-09-07patch 8.1.2005: the regexp.c file is too bigv8.1.2005Bram Moolenaar
Problem: The regexp.c file is too big. Solution: Move the backtracking engine to a separate file. (Yegappan Lakshmanan, closes #4905)
2019-09-07patch 8.1.2001: some source files are too bigv8.1.2001Bram Moolenaar
Problem: Some source files are too big. Solution: Move buffer and window related functions to evalbuffer.c and evalwindow.c. (Yegappan Lakshmanan, closes #4898)
2019-09-04patch 8.1.1979: code for handling file names is spread outv8.1.1979Bram Moolenaar
Problem: Code for handling file names is spread out. Solution: Move code to new filepath.c file. Graduate FEAT_MODIFY_FNAME.
2019-08-27patch 8.1.1933: the eval.c file is too bigv8.1.1933Bram Moolenaar
Problem: The eval.c file is too big. Solution: Move code related to variables to evalvars.c. (Yegappan Lakshmanan, closes #4868)
2019-08-25patch 8.1.1927: code for dealing with script files is spread outv8.1.1927Bram Moolenaar
Problem: Code for dealing with script files is spread out. Solution: Move the code to scriptfile.c. (Yegappan Lakshmanan, closes #4861)
2019-08-18patch 8.1.1886: command line expansion code is spread outv8.1.1886Bram Moolenaar
Problem: Command line expansion code is spread out. Solution: Move the code to cmdexpand.c. (Yegappan Lakshmanan, closes #4831)
2019-08-17patch 8.1.1876: proto file missing from distributionv8.1.1876Bram Moolenaar
Problem: proto file missing from distribution Solution: Add the file.
2019-08-17patch 8.1.1869: code for the argument list is spread outv8.1.1869Bram Moolenaar
Problem: Code for the argument list is spread out. Solution: Put argument list code in arglist.c. (Yegappan Lakshmanan, closes #4819)
2019-08-06patch 8.1.1823: command line history code is spread outv8.1.1823Bram Moolenaar
Problem: Command line history code is spread out. Solution: Put the code in a new file. (Yegappan Lakshmanan, closes #4779) Also graduate the +cmdline_hist feature.
2019-08-01patch 8.1.1785: map functionality mixed with character inputv8.1.1785Bram Moolenaar
Problem: Map functionality mixed with character input. Solution: Move the map functionality to a separate file. (Yegappan Lakshmanan, closes #4740) Graduate the +localmap feature.
2019-07-28patch 8.1.1766: code for writing session file is spread outv8.1.1766Bram Moolenaar
Problem: Code for writing session file is spread out. Solution: Put it in one file. (Yegappan Lakshmanan, closes #4728)
2019-07-21patch 8.1.1727: code for viminfo support is spread outv8.1.1727Bram Moolenaar
Problem: Code for viminfo support is spread out. Solution: Move to code to viminfo.c. (Yegappan Lakshmanan, closes #4686)
2019-07-14patch 8.1.1693: syntax coloring and highlighting is in one big filev8.1.1693Bram Moolenaar
Problem: Syntax coloring and highlighting is in one big file. Solution: Move the highlighting to a separate file. (Yegappan Lakshmanan, closes #4674)
2019-07-14patch 8.1.1688: old makefiles are no longer usefulv8.1.1688Bram Moolenaar
Problem: Old makefiles are no longer useful. Solution: Delete the makefiles, they most likely don't work anyway.
2019-07-14patch 8.1.1687: the evalfunc.c file is too bigv8.1.1687Bram Moolenaar
Problem: The evalfunc.c file is too big. Solution: Move testing support to a separate file.
2019-07-13patch 8.1.1685: missing file in distributed file listv8.1.1685Bram Moolenaar
Problem: Missing file in distributed file list. Solution: Add profiling.pro
2019-07-13patch 8.1.1684: profiling functionality is spread outv8.1.1684Bram Moolenaar
Problem: Profiling functionality is spread out. Solution: Put profiling functionality in profiling.c. (Yegappan Lakshmanan, closes #4666)
2019-06-23patch 8.1.1581: shared functions for testing are disorganisedv8.1.1581Bram Moolenaar
Problem: Shared functions for testing are disorganised. Solution: Group finctions in script files. (Ozaki Kiichi, closes #4573)
2019-06-15patch 8.1.1544: some balloon tests don't run when they canv8.1.1544Bram Moolenaar
Problem: Some balloon tests don't run when they can. Solution: Split GUI balloon tests off into a separate file. (Ozaki Kiichi, closes #4538) Change the feature check into a command for consistency.