summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* patch 9.0.1352: "ignore" files are outdatedv9.0.1352K.Takata2023-02-241-0/+1
| | | | | Problem: "ignore" files are outdated. Solution: Update "ignore" files. (Ken Takata, closes #12056)
* patch 9.0.0783: ":!" doesn't do anything but does update the previous commandv9.0.0783Bram Moolenaar2022-10-171-0/+1
| | | | | | Problem: ":!" doesn't do anything but does update the previous command. Solution: Do not have ":!" change the previous command. (Martin Tournoij, closes #11372)
* patch 9.0.0775: MS-Windows: mouse scrolling not supported in the consolev9.0.0775Christopher Plewright2022-10-161-0/+2
| | | | | | Problem: MS-Windows: mouse scrolling not supported in the console. Solution: Add event handling for mouse scroll events. (Christopher Plewright, closes #11374)
* patch 9.0.0251: test output shows up in gitv9.0.0251huang062022-08-241-0/+1
| | | | | Problem: Test output shows up in git. Solution: Ignore the "failed" directory. (Yao-Ching Huang, closes #10969)
* patch 8.2.4962: files show up in git statusv8.2.4962shane.xb.qian2022-05-161-2/+5
| | | | | | Problem: Files show up in git status. Solution: Adjust the list of ignored files. Clean up more test files. (Shane xb Qian, closes #9929)
* patch 8.2.4537: output from linter and language server shows up in gitv8.2.4537=?UTF-8?q?Dundar=20G=C3=B6c?=2022-03-101-1/+6
| | | | | Problem: Output from linter and language server shows up in git. Solution: Add patterns to .gitignore. (Goc Dundar, closes #9925)
* patch 8.2.2883: MS-Windows manifest file name is misleadingv8.2.2883matveyt2021-05-241-1/+0
| | | | | Problem: MS-Windows manifest file name is misleading. Solution: Rename the file. (closes #8241)
* patch 8.2.0671: Haiku: compiler warningsv8.2.0671Bram Moolenaar2020-04-301-0/+1
| | | | | | Problem: Haiku: compiler warnings. Solution: Avoid the warnings. Drop display_errors() copy. (Emir Sari, closes #6018)
* patch 8.2.0090: generated files show up in git statusv8.2.0090Bram Moolenaar2020-01-051-0/+2
| | | | | Problem: Generated files show up in git status. Solution: Ignore a few more files.
* patch 8.1.2402: typos and other small thingsv8.1.2402Bram Moolenaar2019-12-061-0/+1
| | | | | Problem: Typos and other small things. Solution: Small fixes.
* patch 8.1.2056: "make test" for indent files doesn't cause make to failv8.1.2056Bram Moolenaar2019-09-181-0/+1
| | | | | Problem: "make test" for indent files doesn't cause make to fail. Solution: Exit the script with ":cquit". (Daniel Hahler, closes #4949)
* patch 8.1.1578: MS-Windows: pathdef.c should depend on build optionsv8.1.1578Bram Moolenaar2019-06-211-1/+3
| | | | | | Problem: MS-Windows: pathdef.c should depend on build options. Solution: Generate pathdef.c in the object directory. Fix dependencies. (Ken Takata, closes #4565)
* patch 8.1.1306: Borland support is outdated and doesn't workv8.1.1306Bram Moolenaar2019-05-091-8/+0
| | | | | | Problem: Borland support is outdated and doesn't work. Solution: Remove Borland support, there are other (free) compilers available. (Thomas Dziedzic, Ken Takata, closes #4364)
* patch 8.1.1290: .hgignore and .gitignore are either distributed or in gitv8.1.1290Bram Moolenaar2019-05-071-4/+16
| | | | | | | Problem: .hgignore and .gitignore are either distributed or in git, not both. Solution: Add .gitignore to the distribution and .hgignore to git. Update the entries. (Christian Brabandt, Ken Takata)
* Update .gitignoreBram Moolenaar2019-04-291-0/+1
|
* patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230Bram Moolenaar2019-04-281-0/+2
| | | | | | Problem: A lot of code is shared between vim.exe and gvim.exe. Solution: Optionally put the shared code in vim.dll. (Ken Takata, closes #4287)
* Ignore output files from indent tests.Bram Moolenaar2018-12-231-0/+1
|
* patch 8.0.1179: Test_popup_and_window_resize() does not always passv8.0.1179Bram Moolenaar2017-10-071-0/+1
| | | | | | Problem: Test_popup_and_window_resize() does not always pass. Solution: Do not use $VIMPROG, pass the Vim executable in the vimcmd file. (Ozaki Kiichi, closes #2186)
* patch 8.0.0428: git and hg see new files after running testsv8.0.0428Bram Moolenaar2017-03-071-0/+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.0252: not properly recognizing word characters between 128 and 255v8.0.0252Bram Moolenaar2017-01-281-0/+1
| | | | | | | Problem: Characters below 256 that are not one byte are not always recognized as word characters. Solution: Make vim_iswordc() and vim_iswordp() work the same way. Add a test for this. (Ozaki Kiichi)
* Add objects dirstamp to gitignore.Bram Moolenaar2016-12-021-0/+1
|
* Update gitignore for new test binary. (Oyvind Holm, closes #954)Bram Moolenaar2016-07-281-0/+1
|
* Add json_test to gitignore (Hirohito Higashi)Bram Moolenaar2016-04-021-0/+1
|
* Update ignored files. Delete file that should have been deleted by patch ↵Bram Moolenaar2016-01-021-0/+1
| | | | 7.4.1016.
* Update gitignore for files created when running tests.Bram Moolenaar2016-01-011-0/+2
|
* patch 7.4.995v7.4.995Bram Moolenaar2015-12-291-0/+2
| | | | | | Problem: gdk_pixbuf_new_from_inline() is deprecated. Solution: Generate auto/gui_gtk_gresources.c. (Kazunobu Kazunobu, closes #507)
* updated for version 7.4.647v7.4.647Bram Moolenaar2015-02-271-0/+2
| | | | | | | Problem: After running the tests on MS-Windows many files differ from their originals as they were checked out. Solution: Use a temp directory for executing the tests. (Ken Takata, Taro Muraoka)
* updated for version 7.4.356v7.4.356Bram Moolenaar2014-07-091-6/+7
| | | | | Problem: Mercurial does not ignore memfile_test. (Daniel Hahler) Solution: Add memfile_test to ignored files, remove trailing spaces.
* updated for version 7.4.208v7.4.208Bram Moolenaar2014-03-191-0/+4
| | | | | Problem: Mercurial picks up some files that are not distributed. Solution: Add patterns to the ignore list. (Cade Forester)
* updated for version 7.4.141v7.4.141Bram Moolenaar2014-01-101-0/+9
| | | | | | | Problem: Problems when building with Borland: st_mode is signed short; can't build with Python; temp files not ignored by Mercurial; building with DEBUG doesn't define _DEBUG. Solution: Fix the problems. (Ken Takata)
* updated for version 7.3.1239v7.3.1239Bram Moolenaar2013-06-241-0/+3
| | | | | Problem: Can't build with Python and MSVC10. Solution: Move #if outside of macro. (Taro Muraoka)
* updated for version 7.3.1212v7.3.1212Bram Moolenaar2013-06-161-0/+1
| | | | | Problem: "make test" on MS-Windows does not report failure like Unix does. Solution: Make it work like on Unix. (Taro Muraoka)
* updated for version 7.3.1166v7.3.1166Bram Moolenaar2013-06-111-0/+1
| | | | | Problem: Loading Python modules is not tested. Solution: Enable commented-out tests, add missing files. (ZyX)
* updated for version 7.3.667v7.3.667Bram Moolenaar2012-09-211-1/+1
| | | | | Problem: Unused variables in Perl interface. Solution: Adjust #ifdefs.
* updated for version 7.3.662v7.3.662Bram Moolenaar2012-09-181-0/+2
| | | | | Problem: Can't build Ruby interface with Ruby 1.9.3. Solution: Add missing functions. (V. Ondruch)
* Ignore file generated by tests.Bram Moolenaar2012-05-181-0/+1
|
* updated for version 7.3.122v7.3.122Bram Moolenaar2011-02-151-2/+3
| | | | | | Problem: Having auto/config.mk in the repository causes problems. Solution: Remove auto/config.mk from the distribution. In the toplevel Makefile copy it from the "dist" file.
* updated for version 7.3.103v7.3.103Bram Moolenaar2011-01-221-0/+8
| | | | | | Problem: Changing 'fileformat' and then using ":w" in an empty file sets the 'modified' option. Solution: In unchanged() don't ignore 'ff' for an empty file.
* Runtime file updates.Bram Moolenaar2010-05-281-0/+3
|
* Add more pathdef.c to .hgignore.Bram Moolenaar2010-01-201-0/+1
|
* updated for version 7.2.328v7.2.328Bram Moolenaar2010-01-121-2/+1
| | | | | Problem: has("win64") does not return 1 on 64 bit MS-Windows version. Solution: Also check for _WIN64 besides WIN64.
* Add an .hgignore file (suggested by Mike Williams).Bram Moolenaar2010-01-101-0/+39