summaryrefslogtreecommitdiffstats
path: root/src/edit.c
AgeCommit message (Collapse)Author
2012-02-04updated for version 7.3.426v7.3.426Bram Moolenaar
Problem: With '$' in 'cpoptions' the $ is not displayed in the first column. Solution: Use -1 instead of 0 as a special value. (Hideki Eiraku and Hirohito Higashi)
2012-01-26updated for version 7.3.418v7.3.418Bram Moolenaar
Problem: When a user complete function returns -1 an error message is given. Solution: When -2 is returned stop completion silently. (Yasuhiro Matsumoto)
2012-01-20updated for version 7.3.404v7.3.404Bram Moolenaar
Problem: When a complete function uses refresh "always" redo will not work properly. Solution: Do not reset compl_leader when compl_opt_refresh_always is set. (Yasuhiro Matsumoto)
2012-01-10updated for version 7.3.400v7.3.400Bram Moolenaar
Problem: Compiler warnings for shadowed variables. Solution: Remove or rename the variables.
2011-12-23updated for version 7.3.384v7.3.384Bram Moolenaar
Problem: Mapping CTRL-K in Insert mode breaks CTRL-X CTRL-K for dictionary completion. Solution: Add CTRL-K to the list of recognized keys. (James McCoy)
2011-10-26updated for version 7.3.351v7.3.351Bram Moolenaar
Problem: Text formatting uses start of insert position when it should not. (Peter Wagenaar) Solution: Do not use Insstart when intentionally formatting.
2011-09-21updated for version 7.3.319v7.3.319Bram Moolenaar
Problem: Redobuff doesn't always include changes of the completion leader. Solution: Insert backspaces as needed. (idea by Taro Muraoka)
2011-09-14updated for version 7.3.311v7.3.311Bram Moolenaar
Problem: Complete function isn't called when the leader changed. Solution: Allow the complete function to return a dictionary with a flag that indicates ins_compl_restart() is to be called when the leader changes. (Taro Muraoka)
2011-09-05updated for version 7.3.294v7.3.294Bram Moolenaar
Problem: Patch 289 causes more problems than it solves. Solution: Rever the patch untill a better solution is found.
2011-08-28updated for version 7.3.289v7.3.289Bram Moolenaar
Problem: Complete function isn't called when the leader changed. Solution: Call ins_compl_restart() when the leader changed. (Taro Muraoka)
2011-05-19updated for version 7.3.196v7.3.196Bram Moolenaar
Problem: Can't intercept a character that is going to be inserted. Solution: Add the InsertCharPre autocommand event. (Jakson A. Aquino)
2011-05-10updated for version 7.3.181v7.3.181Bram Moolenaar
Problem: When repeating the insert of CTRL-V or a digraph the display may not be updated correctly. Solution: Only call edit_unputchar() after edit_putchar(). (Lech Lorens)
2010-11-10updated for version 7.3.053v7.3.053Bram Moolenaar
Problem: complete() function doesn't reset complete direction. Can't use an empty string in the list of matches. Solution: Set compl_direction to FORWARD. Add "empty" key to allow empty words. (Kikuchan)
2010-11-10updated for version 7.3.052v7.3.052Bram Moolenaar
Problem: When 'completefunc' opens a new window all kinds of errors follow. (Xavier Deguillard) Solution: When 'completefunc' goes to another window or buffer and when it deletes text abort completion. Add a test for 'completefunc'.
2010-08-08Remove unused code.Bram Moolenaar
2010-07-28Changes for VMS. Mostly by Zoltan Arpadffy.Bram Moolenaar
2010-07-25Add support for horizontal scroll wheel. (Bjorn Winckler)Bram Moolenaar
2010-07-23Add the 'concealcursor' option to decide when the cursor line is to beBram Moolenaar
concealed or not. Rename 'conc' to 'cole' as the short name for 'conceallevel'.
2010-07-19Rename w_p_conceal to w_p_conc for consistency.Bram Moolenaar
2010-07-14Fix: When entering a digraph or special character after a line that fits theBram Moolenaar
window the '?' or '^' on the next line is not redrawn. (Ian Kelling)
2010-07-11Improve Javascript indenting. Add "J" flag to 'cino'. (Hari Kumar G)Bram Moolenaar
2010-07-10Make joining a range of lines much faster. (Milan Vancura)Bram Moolenaar
2010-07-02Make updating text for conceal mode simpler. A few compiler warning fixes.Bram Moolenaar
2010-06-05Add the conceal patch from Vince Negri.Bram Moolenaar
2010-05-28updated for version 7.2.439Bram Moolenaar
Problem: Invalid memory access when doing thesaurus completion and 'infercase' is set. Solution: Use the minimal length of completed word and replacement. (Dominique Pelle)
2010-05-22Add :nbstart and :nbclose.Bram Moolenaar
2010-05-22Included the patch to support netbeans in a terminal.Bram Moolenaar
2010-05-16Add 'relativenumber' patch from Markus Heidelberg.Bram Moolenaar
2010-03-10updated for version 7.2.390v7.2.390Bram Moolenaar
Problem: In some situations the popup menu can be displayed wrong. Solution: Remove the popup menu if the cursor moved. (Lech Lorens)
2010-01-19updated for version 7.2.333v7.2.333Bram Moolenaar
Problem: Warnings from static code analysis. Solution: Small changes to various lines. (Dominique Pelle)
2009-12-24updated for version 7.2-322v7.2.322Bram Moolenaar
2009-11-17updated for version 7.2-301v7.2.301Bram Moolenaar
2009-11-11updated for version 7.2-285v7.2.285Bram Moolenaar
2009-07-09updated for version 7.2-224v7.2.224Bram Moolenaar
2009-05-26updated for version 7.2-189v7.2.189Bram Moolenaar
2009-05-16updated for version 7.2-176v7.2.176Bram Moolenaar
2009-05-15updated for version 7.2-174v7.2.174Bram Moolenaar
2009-05-14updated for version 7.2-173v7.2.173Bram Moolenaar
2009-05-13updated for version 7.2-169v7.2.169Bram Moolenaar
2009-05-13updated for version 7.2-168Bram Moolenaar
2009-02-21updated for version 7.2-109v7.2.109Bram Moolenaar
2009-02-04updated for version 7.2-094v7.2.094Bram Moolenaar
2009-01-13updated for version 7.2-080v7.2.080Bram Moolenaar
2008-08-06updated for version 7.2c-000v7.2c.000Bram Moolenaar
2008-06-24updated for version 7.2aBram Moolenaar
2008-03-12updated for version 7.1-276v7.1.276Bram Moolenaar
2008-01-22updated for version 7.1-241v7.1.241Bram Moolenaar
2008-01-16updated for version 7.1-231v7.1.231Bram Moolenaar
2008-01-14updated for version 7.1-229v7.1.229Bram Moolenaar
2008-01-12updated for version 7.1-221v7.1.221Bram Moolenaar