summaryrefslogtreecommitdiffstats
path: root/src/GvimExt/gvimext.cpp
AgeCommit message (Collapse)Author
2023-05-25patch 9.0.1577: MS-Windows: context menu translations may be wrongv9.0.1577K.Takata
Problem: MS-Windows: context menu translations may be wrong. Solution: Set the encoding before using gettext(). (Ken Takata, closes #12441, closes #12431)
2021-12-22patch 8.2.3870: MS-Windows: wrong dir when using right-click context menuv8.2.3870Nir Lichtman
Problem: MS-Windows: wrong working directory when opening two files with right-click context menu. (Gabriel Dupras) Solution: Use the working directory and pass it on to the process creation. (Nir Lichtman, closes #9382, closes #8874)
2021-07-29patch 8.2.3243: MS-Windows: "edit with multiple Vim" choice is less usefulv8.2.3243msoyka-of-wharton
Problem: MS-Windows: the "edit with multiple Vim" choice is not that useful. Solution: Change it to "Edit with multiple tabs". (Michael Soyka, closes #8645)
2020-11-18patch 8.2.2009: MS-Windows: setting $LANG in gvimext only causes problemsv8.2.2009Bram Moolenaar
Problem: MS-Windows: setting $LANG in gvimext only causes problems. Solution: Do not set $LANG. (Ken Takata, closes #7325)
2019-05-09patch 8.1.1306: Borland support is outdated and doesn't workv8.1.1306Bram Moolenaar
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)
2018-12-16patch 8.1.0601: a few compiler warningsv8.1.0601Bram Moolenaar
Problem: A few compiler warnings. Solution: Add type casts. (Mike Williams)
2018-12-14patch 8.1.0589: compilation error in gvimext.cppv8.1.0589Bram Moolenaar
Problem: Compilation error in gvimext.cpp. Solution: Return a value. Also fix using uninitialized variable.
2018-12-14patch 8.1.0587: GvimExt: realloc() failing is not handled properlyv8.1.0587Bram Moolenaar
Problem: GvimExt: realloc() failing is not handled properly. Solution: Check for NULL return. (Jan-Jaap Korpershoek, closes #3689)
2018-10-25patch 8.1.0492: "Edit with existing Vim" list can get longv8.1.0492Bram Moolenaar
Problem: "Edit with existing Vim" list can get long. Solution: Move the list to a submenu. (Ken Takata, closes #3561)
2017-10-14patch 8.0.1191: MS-Windows: missing 32 and 64 bit files in installerv8.0.1191Bram Moolenaar
Problem: MS-Windows: missing 32 and 64 bit files in installer. Solution: Include both 32 and 64 bit GvimExt and related dll files. Remove old Windows code from the installer. (Ken Takata, closes #2144)
2016-02-21patch 7.4.1383v7.4.1383Bram Moolenaar
Problem: GvimExt only loads the old libintl.dll. Solution: Also try loading libint-8.dll. (Ken Takata, closes #608)
2015-05-04patch 7.4.724v7.4.724Bram Moolenaar
Problem: Vim icon does not show in Windows context menu. (issue 249) Solution: Load the icon in GvimExt.
2013-05-06updated for version 7.3.925v7.3.925Bram Moolenaar
Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
2011-08-10updated for version 7.3.276v7.3.276Bram Moolenaar
Problem: GvimExt sets $LANG in the wrong way. Solution: Save the environment and use it for gvim. (Yasuhiro Matsumoto)
2011-07-20updated for version 7.3.258v7.3.258Bram Moolenaar
Problem: MS-Windows: The edit with existing vim context menu entries can be unwanted. Solution: Let a registry entry disable them. (Jerome Vuarand)
2010-07-10Support wide file names in gvimext. (Szabolcs Horvat)Bram Moolenaar
2009-09-11updated for version 7.2-250v7.2.250Bram Moolenaar
2008-07-24updated for version 7.2b-019v7.2b.019Bram Moolenaar
2007-08-18updated for version 7.1-080v7.1.080Bram Moolenaar
2007-05-10updated for version 7.1bBram Moolenaar
2006-04-17updated for version 7.0e01v7.0e01Bram Moolenaar
2005-07-12updated for version 7.0108v7.0108Bram Moolenaar
2004-10-07updated for version 7.0017v7.0017Bram Moolenaar
2004-09-06updated for version 7.0015v7.0015Bram Moolenaar
2004-06-24updated for version 7.0002Bram Moolenaar