summaryrefslogtreecommitdiff
path: root/Filelist
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.0.1548: screen dump test script not included in distributionv8.0.1548Bram Moolenaar2018-02-271-0/+1
| | | | | Problem: Screen dump test script not included in distribution. Solution: Add the script to the list of distributed files.
* patch 8.0.1545: screen dumps not included in distributionv8.0.1545Bram Moolenaar2018-02-271-0/+1
| | | | | Problem: Screen dumps not included in distribution. Solution: Add dumps to the list of distributed files.
* patch 8.0.1400: color scheme check script shows up as color schemev8.0.1400Bram Moolenaar2017-12-171-0/+1
| | | | | Problem: Color scheme check script shows up as color scheme. Solution: Move it to the "tools" subdirectory. (closes #2457)
* patch 8.0.1352: dead URLs in the help go unnoticedv8.0.1352Bram Moolenaar2017-11-281-0/+1
| | | | | Problem: Dead URLs in the help go unnoticed. Solution: Add a script to check URLs in the help files. (Christian Brabandt)
* patch 8.0.1348: make testclean deletes script file on MS-Windowsv8.0.1348Bram Moolenaar2017-11-261-2/+1
| | | | | Problem: Make testclean deletes script file on MS-Windows. Solution: Rename file to avoid it starting with an "x".
* patch 8.0.1327: new proto file missing from distributionv8.0.1327Bram Moolenaar2017-11-211-0/+1
| | | | | Problem: New proto file missing from distribution. Solution: Add it. (closes #2355)
* patch 8.0.1312: balloon_show() only works in terminal when compiled with GUIv8.0.1312Bram Moolenaar2017-11-181-1/+2
| | | | | | Problem: balloon_show() only works in terminal when compiled with the GUI. Solution: Add FEAT_BEVAL_GUI and refactor to move common code out of the GUI specific file.
* patch 8.0.1298: missing test filev8.0.1298Bram Moolenaar2017-11-141-0/+1
| | | | | Problem: Missing test file. Solution: Add samples/test000. (Christian Brabandt)
* patch 8.0.1285: occasional crash when using a channelv8.0.1285Bram Moolenaar2017-11-111-0/+1
| | | | | Problem: Occasional crash when using a channel. (Marek) Solution: Decrement reference count later. (closes #2315)
* patch 8.0.1232: MS-Windows users are confused about default mappingsv8.0.1232Bram Moolenaar2017-10-281-0/+1
| | | | | | | Problem: MS-Windows users are confused about default mappings. Solution: Don't map keys in the console where they don't work. Add a choice in the installer to use MS-Windows key bindings or not. (Christian Brabandt, Ken Takata, closes #2093)
* patch 8.0.1183: MS-Windows build instructions are outdatedv8.0.1183Bram Moolenaar2017-10-081-0/+1
| | | | | Problem: MS-Windows build instructions are outdated. Solution: Update instructions for MSVC 2015. Update the build script.
* patch 8.0.1149: libvterm colors differ from xtermv8.0.1149Bram Moolenaar2017-09-261-0/+1
| | | | | Problem: libvterm colors differ from xterm. Solution: Use the xterm colors for libvterm.
* patch 8.0.1077: no debugger making use of the terminal windowv8.0.1077Bram Moolenaar2017-09-081-0/+1
| | | | | | Problem: No debugger making use of the terminal window. Solution: Add the term debugger plugin. So far only displays the current line when stopped.
* patch 8.0.0901: asan suppress file missing from distributionv8.0.0901Bram Moolenaar2017-08-111-0/+1
| | | | | Problem: Asan suppress file missing from distribution. Solution: Add the file.
* patch 8.0.0880: Travis uses an old Ubuntu versionv8.0.0880Bram Moolenaar2017-08-061-0/+1
| | | | | Problem: Travis uses an old Ubuntu version. Solution: Switch from precise to trusty. (Ken Takata, closes #1897)
* patch 8.0.0814: file in Filelist does not existv8.0.0814Bram Moolenaar2017-07-301-1/+0
| | | | | Problem: File in Filelist does not exist. Solution: Remove the line.
* patch 8.0.0757: libvterm MSVC Makefile not included in the distributionv8.0.0757Bram Moolenaar2017-07-231-0/+1
| | | | | Problem: Libvterm MSVC Makefile not included in the distribution. Solution: Add the file to the list.
* patch 8.0.0693: no terminal emulator supportv8.0.0693Bram Moolenaar2017-07-071-0/+72
| | | | | | | Problem: No terminal emulator support. Cannot properly run commands in the GUI. Cannot run a job interactively with an ssh connection. Solution: Very early implementation of the :terminal command. Includes libvterm converted to ANSI C. Many parts still missing.
* patch 8.0.0572: building the command table requires Perlv8.0.0572Bram Moolenaar2017-04-201-1/+2
| | | | | Problem: Building the command table requires Perl. Solution: Use a Vim script solution. (Dominique Pelle, closes #1641)
* patch 8.0.0570: can't run make with several jobsv8.0.0570Bram Moolenaar2017-04-201-1/+1
| | | | | | | Problem: Can't run make with several jobs, creating directories has a race condition. Solution: Use the MKDIR_P autoconf mechanism. (Eric N. Vander Weele, closes #1639)
* patch 8.0.0527: leftover file from RISC OSv8.0.0527Bram Moolenaar2017-03-301-1/+0
| | | | | | Problem: RISC OS support was removed long ago, but one file is still included. Solution: Delete the file. (Thomas Dziedzic, closes #1603)
* patch 8.0.0504: looking up an Ex command is a bit slowv8.0.0504Bram Moolenaar2017-03-251-0/+1
| | | | | | | Problem: Looking up an Ex command is a bit slow. Solution: Instead of just using the first letter, also use the second letter to skip ahead in the list of commands. Generate the table with a Perl script. (Dominique Pelle, closes #1589)
* patch 8.0.0447: getting font name does not work on X11v8.0.0447Bram Moolenaar2017-03-121-0/+1
| | | | | | Problem: Getting font name does not work on X11. Solution: Implement gui_mch_get_fontname() for X11. Add more GUI tests. (Kazunobu Kuriyama)
* patch 8.0.0428: git and hg see new files after running testsv8.0.0428Bram Moolenaar2017-03-071-1/+1
| | | | | | | Problem: Git and hg see new files after running tests. (Manuel Ortega) Solution: Add the generated file to .hgignore (or .gitignore). Delete the resulting verbose file. (Christian Brabandt) Improve dependency on opt_test.vim. Reset the 'more' option.
* patch 8.0.0368: not all options are tested with a range of valuesv8.0.0368Bram Moolenaar2017-02-251-0/+1
| | | | | Problem: Not all options are tested with a range of values. Solution: Generate a test script from the source code.
* patch 8.0.0361: GUI initialisation is not sufficiently testedv8.0.0361Bram Moolenaar2017-02-231-0/+3
| | | | | Problem: GUI initialisation is not sufficiently tested. Solution: Add the gui_init test. (Kazuki Kuriyama)
* patch 8.0.0257: test file missing in distributionv8.0.0257Bram Moolenaar2017-01-281-0/+1
| | | | | Problem: The keyword test file is not included in the archive. Solution: Update the list of files.
* patch 8.0.0251: not easy to select Python 2 or 3v8.0.0251Bram Moolenaar2017-01-281-0/+1
| | | | | | Problem: It is not so easy to write a script that works with both Python 2 and Python 3, even when the Python code works with both. Solution: Add 'pyxversion', :pyx, etc. (Marc Weber, Ken Takata)
* patch 8.0.0082v8.0.0082Bram Moolenaar2016-11-121-1/+1
| | | | | Problem: Extension for configure should be ".ac". Solution: Rename configure.in to configure.ac. (James McCoy, closes #1173)
* patch 7.4.2288v7.4.2288Bram Moolenaar2016-08-281-0/+1
| | | | | Problem: MS-Windows build instructions are clumsy. "dosbin" doesn't build. Solution: Add rename.bat. Fix building "dosbin".
* patch 7.4.2286v7.4.2286Bram Moolenaar2016-08-281-0/+3
| | | | | | | Problem: The tee program isn't included. Makefile contains build instructions that don't work. Solution: Update the Filelist and build instructions. Remove build instructions for DOS and old Windows. Add the tee program.
* patch 7.4.2111v7.4.2111Bram Moolenaar2016-07-281-1/+2
| | | | | | Problem: Defaults are very conservative. Solution: Move settings from vimrc_example.vim to defaults.vim. Load defaults.vim if no .vimrc was found.
* patch 7.4.2069v7.4.2069Bram Moolenaar2016-07-191-0/+3
| | | | | Problem: spell.c is too big. Solution: Split it in spell file handling and spell checking.
* patch 7.4.2063v7.4.2063Bram Moolenaar2016-07-171-0/+2
| | | | | Problem: eval.c is still too big. Solution: Split off internal functions to evalfunc.c.
* patch 7.4.2058v7.4.2058Bram Moolenaar2016-07-171-0/+2
| | | | | Problem: eval.c is too big. Solution: Move user functions to userfunc.c
* patch 7.4.2057v7.4.2057Bram Moolenaar2016-07-171-0/+2
| | | | | Problem: eval.c is too big. Solution: Move List functions to list.c
* patch 7.4.2055v7.4.2055Bram Moolenaar2016-07-171-0/+3
| | | | | Problem: eval.c is too big. Solution: Move Dictionary functions to dict.c.
* patch 7.4.2040v7.4.2040Bram Moolenaar2016-07-151-0/+2
| | | | | Problem: New files missing from distribution. Solution: Add new test scripts.
* patch 7.4.1983v7.4.1983Bram Moolenaar2016-07-021-0/+2
| | | | | Problem: farsi.c and arabic.c are included in a strange way. Solution: Build them like other files.
* patch 7.4.1963v7.4.1963Bram Moolenaar2016-06-261-0/+2
| | | | | Problem: Running Win32 Vim in mintty does not work. Solution: Detect mintty and give a helpful error message. (Ken Takata)
* patch 7.4.1946v7.4.1946Bram Moolenaar2016-06-201-0/+2
| | | | | Problem: File list does not include new XPM libraries. Solution: Add the file list entries.
* patch 7.4.1721v7.4.1721Bram Moolenaar2016-04-081-3/+0
| | | | | Problem: The vimtbar files are unused. Solution: Remove them. (Ken Takata)
* patch 7.4.1676v7.4.1676Bram Moolenaar2016-03-281-0/+1
| | | | | Problem: The shellmenu plugin has to be copied or sourced to be used. Solution: Turn it into a package.
* patch 7.4.1675v7.4.1675Bram Moolenaar2016-03-281-0/+1
| | | | | Problem: The swapmous plugin has to be copied or sourced to be used. Solution: Turn it into the swapmouse package.
* patch 7.4.1674v7.4.1674Bram Moolenaar2016-03-281-0/+1
| | | | | Problem: The editexisting plugin has to be copied or sourced to be used. Solution: Turn it into a package.
* patch 7.4.1673v7.4.1673Bram Moolenaar2016-03-281-1/+4
| | | | | Problem: The justify plugin has to be copied or sourced to be used. Solution: Turn it into a package.
* patch 7.4.1653v7.4.1653Bram Moolenaar2016-03-251-0/+1
| | | | | | Problem: Users who loaded matchit.vim manually have to change their startup. (Gary Johnson) Solution: Add a file in the old location that loads the package.
* patch 7.4.1649v7.4.1649Bram Moolenaar2016-03-251-2/+3
| | | | | Problem: The matchit plugin needs to be copied to be used. Solution: Put the matchit plugin in an optional package.
* patch 7.4.1609v7.4.1609Bram Moolenaar2016-03-191-0/+1
| | | | | Problem: Contents file is only for Amiga distro. Solution: Move it to "READMEdir". Update some info.
* patch 7.4.1602v7.4.1602Bram Moolenaar2016-03-191-0/+6
| | | | | Problem: Info files take space in the top directory. Solution: Move them to "READMEdir".