summaryrefslogtreecommitdiff
path: root/src/proto
AgeCommit message (Expand)Author
2012-02-04updated for version 7.3.423Bram Moolenaar
2012-01-20updated for version 7.3.407Bram Moolenaar
2012-01-10updated for version 7.3.397Bram Moolenaar
2011-09-14updated for version 7.3.311Bram Moolenaar
2011-08-10updated for version 7.3.279Bram Moolenaar
2011-08-10updated for version 7.3.273Bram Moolenaar
2011-07-07updated for version 7.3.240Bram Moolenaar
2011-07-07updated for version 7.3.239Bram Moolenaar
2011-05-19updated for version 7.3.198Bram Moolenaar
2011-05-10updated for version 7.3.188Bram Moolenaar
2011-05-05updated for version 7.3.177Bram Moolenaar
2011-05-05updated for version 7.3.172Bram Moolenaar
2011-04-11updated for version 7.3.160Bram Moolenaar
2011-01-22updated for version 7.3.103Bram Moolenaar
2011-01-17updated for version 7.3.102Bram Moolenaar
2010-12-17updated for version 7.3.083Bram Moolenaar
2010-10-23updated for version 7.3.034Bram Moolenaar
2010-10-20updated for version 7.3.032Bram Moolenaar
2010-08-14Fix building the Mac version with GUI.Bram Moolenaar
2010-08-09Fix: :ltag command did not set w:quickfix_title. (Lech Lorens)Bram Moolenaar
2010-08-04Make :find completion consistent between Unix and MS-Windows. Add a test.Bram Moolenaar
2010-08-04When undoing a reload, move the cursor to the first changed line.Bram Moolenaar
2010-07-29Add completion for ":ownsyntax" and improve completion for ":filetype".Bram Moolenaar
2010-07-28Changes for VMS. Mostly by Zoltan Arpadffy.Bram Moolenaar
2010-07-26Fix compiler warnings on 64 bit systems.Bram Moolenaar
2010-07-25Add "q" item for 'statusline'. Add w:quickfix_title. (Lech Lorens)Bram Moolenaar
2010-07-25Add support for horizontal scroll wheel. (Bjorn Winckler)Bram Moolenaar
2010-07-24Add the 'undoreload' option to be able to undo a file reload.Bram Moolenaar
2010-07-24Give each syntax item a sequence number, so that we know when it starts andBram Moolenaar
2010-07-24Temporary solution for crashing when using both :py and :py3: disallow both inBram Moolenaar
2010-07-23Add the 'concealcursor' option to decide when the cursor line is to beBram Moolenaar
2010-07-22For conceal mode: when two different syntax items follow each other, show theBram Moolenaar
2010-07-22Make it possible to load Lua dynamically on Unix. (Luis Carvalho)Bram Moolenaar
2010-07-20Change 'cryptmethod' from a number to a string option. Make it global-local.Bram Moolenaar
2010-07-19Rename some "python3" symbols to "py3", as the command name.Bram Moolenaar
2010-07-18Make automatic prototype generation work with more interfaces.Bram Moolenaar
2010-07-18Added strdisplaywidth() function.Bram Moolenaar
2010-07-18Added strwidth() and strchars() functions.Bram Moolenaar
2010-07-17Added support for Python 3. (Roland Puntaier)Bram Moolenaar
2010-07-14Added Lua interfae. (Luis Carvalho)Bram Moolenaar
2010-07-14Added 'colorcolumn' option. Partly by Gregor Uhlenheuer.Bram Moolenaar
2010-07-11Make CTRL-L in command line mode respect 'ignorecase' and 'smartcase'. (MartinBram Moolenaar
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-08Make synstack() work on the character just after the end of the line.Bram Moolenaar
2010-06-27Added ":earlier 1f" and ":later 1f".Bram Moolenaar
2010-06-27Add file save counter to undo information. Add undotree() function.Bram Moolenaar
2010-06-26Various small fixes from Dominique Pelle.Bram Moolenaar
2010-06-25Remove the old and not well supported GTK 1 code. (James Vega)Bram Moolenaar
2010-06-22Fixes for time in clipboard request. Also fix ownership. (David Fries)Bram Moolenaar