summaryrefslogtreecommitdiff
path: root/src/proto
AgeCommit message (Expand)Author
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
2010-06-21Crypt the swapfile.Bram Moolenaar
2010-06-14Fix tiny build, move functions to undo.c.Bram Moolenaar
2010-06-13Added salt to blowfish encryption.Bram Moolenaar
2010-06-12updated for version 7.2.443Bram Moolenaar
2010-06-06Fixed: after ":ownsyntax perl" and ":e" syntax was cleared in other window.Bram Moolenaar
2010-06-05Add the conceal patch from Vince Negri.Bram Moolenaar
2010-06-05updated for version 7.2.442Bram Moolenaar
2010-06-02Optimize the blowfish crypt/decrypt code a bit more.Bram Moolenaar
2010-06-01Made crypt/decrypt faster.Bram Moolenaar
2010-05-31Correct use of long instead of off_t for file size. (James Vega)Bram Moolenaar
2010-05-30Crypt the text in the undo file if the file itself is crypted.Bram Moolenaar
2010-05-30Made reading/writing undo info a bit more robust.Bram Moolenaar
2010-05-30Added the undofile() function. Updated runtime files.Bram Moolenaar
2010-05-29Various improvements to undo file code to make it more robust.Bram Moolenaar
2010-05-29Fix a few more things for persistent undo.Bram Moolenaar
2010-05-24Fix uninit memory read in undo code. Fix uint32_t in proto file.Bram Moolenaar
2010-05-23Included patch for persistent undo. Lots of changes and added test.Bram Moolenaar
2010-05-22Add :nbstart and :nbclose.Bram Moolenaar