summaryrefslogtreecommitdiff
path: root/src/proto
Commit message (Expand)AuthorAgeFilesLines
* updated for version 7.3.311v7.3.311Bram Moolenaar2011-09-141-0/+2
* updated for version 7.3.279v7.3.279Bram Moolenaar2011-08-101-0/+1
* updated for version 7.3.273v7.3.273Bram Moolenaar2011-08-101-0/+1
* updated for version 7.3.240v7.3.240Bram Moolenaar2011-07-071-0/+1
* updated for version 7.3.239v7.3.239Bram Moolenaar2011-07-072-1/+2
* updated for version 7.3.198v7.3.198Bram Moolenaar2011-05-192-1/+3
* updated for version 7.3.188v7.3.188Bram Moolenaar2011-05-102-115/+0
* updated for version 7.3.177v7.3.177Bram Moolenaar2011-05-051-0/+1
* updated for version 7.3.172v7.3.172Bram Moolenaar2011-05-051-0/+1
* updated for version 7.3.160v7.3.160Bram Moolenaar2011-04-111-0/+1
* updated for version 7.3.103v7.3.103Bram Moolenaar2011-01-221-1/+1
* updated for version 7.3.102v7.3.102Bram Moolenaar2011-01-178-8/+8
* updated for version 7.3.083v7.3.083Bram Moolenaar2010-12-171-0/+2
* updated for version 7.3.034v7.3.034Bram Moolenaar2010-10-231-0/+1
* updated for version 7.3.032v7.3.032Bram Moolenaar2010-10-202-1/+3
* Fix building the Mac version with GUI.Bram Moolenaar2010-08-141-0/+1
* Fix: :ltag command did not set w:quickfix_title. (Lech Lorens)Bram Moolenaar2010-08-091-1/+1
* Make :find completion consistent between Unix and MS-Windows. Add a test.Bram Moolenaar2010-08-041-0/+1
* When undoing a reload, move the cursor to the first changed line.Bram Moolenaar2010-08-041-0/+1
* Add completion for ":ownsyntax" and improve completion for ":filetype".Bram Moolenaar2010-07-291-0/+1
* Changes for VMS. Mostly by Zoltan Arpadffy.Bram Moolenaar2010-07-281-1/+1
* Fix compiler warnings on 64 bit systems.Bram Moolenaar2010-07-261-1/+1
* Add "q" item for 'statusline'. Add w:quickfix_title. (Lech Lorens)Bram Moolenaar2010-07-251-1/+1
* Add support for horizontal scroll wheel. (Bjorn Winckler)Bram Moolenaar2010-07-251-1/+1
* Add the 'undoreload' option to be able to undo a file reload.Bram Moolenaar2010-07-242-2/+3
* Give each syntax item a sequence number, so that we know when it starts andBram Moolenaar2010-07-241-1/+1
* Temporary solution for crashing when using both :py and :py3: disallow both inBram Moolenaar2010-07-242-0/+2
* Add the 'concealcursor' option to decide when the cursor line is to beBram Moolenaar2010-07-231-0/+2
* For conceal mode: when two different syntax items follow each other, show theBram Moolenaar2010-07-221-1/+2
* Make it possible to load Lua dynamically on Unix. (Luis Carvalho)Bram Moolenaar2010-07-221-0/+1
* Change 'cryptmethod' from a number to a string option. Make it global-local.Bram Moolenaar2010-07-201-0/+3
* Rename some "python3" symbols to "py3", as the command name.Bram Moolenaar2010-07-191-1/+1
* Make automatic prototype generation work with more interfaces.Bram Moolenaar2010-07-187-7/+7
* Added strdisplaywidth() function.Bram Moolenaar2010-07-181-0/+1
* Added strwidth() and strchars() functions.Bram Moolenaar2010-07-181-0/+1
* Added support for Python 3. (Roland Puntaier)Bram Moolenaar2010-07-171-0/+8
* Added Lua interfae. (Luis Carvalho)Bram Moolenaar2010-07-141-0/+8
* Added 'colorcolumn' option. Partly by Gregor Uhlenheuer.Bram Moolenaar2010-07-141-0/+1
* Make CTRL-L in command line mode respect 'ignorecase' and 'smartcase'. (MartinBram Moolenaar2010-07-111-0/+1
* Improve Javascript indenting. Add "J" flag to 'cino'. (Hari Kumar G)Bram Moolenaar2010-07-111-1/+1
* Make joining a range of lines much faster. (Milan Vancura)Bram Moolenaar2010-07-101-2/+1
* Make synstack() work on the character just after the end of the line.Bram Moolenaar2010-07-081-1/+0
* Added ":earlier 1f" and ":later 1f".Bram Moolenaar2010-06-271-1/+2
* Add file save counter to undo information. Add undotree() function.Bram Moolenaar2010-06-272-0/+2
* Various small fixes from Dominique Pelle.Bram Moolenaar2010-06-262-9/+6
* Remove the old and not well supported GTK 1 code. (James Vega)Bram Moolenaar2010-06-252-6/+0
* Fixes for time in clipboard request. Also fix ownership. (David Fries)Bram Moolenaar2010-06-221-0/+1
* Crypt the swapfile.Bram Moolenaar2010-06-213-1/+8
* Fix tiny build, move functions to undo.c.Bram Moolenaar2010-06-141-2/+0
* Added salt to blowfish encryption.Bram Moolenaar2010-06-132-3/+3