summaryrefslogtreecommitdiff
path: root/src/proto
Commit message (Expand)AuthorAgeFilesLines
* 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
* updated for version 7.2.443Bram Moolenaar2010-06-121-0/+1
* Fixed: after ":ownsyntax perl" and ":e" syntax was cleared in other window.Bram Moolenaar2010-06-061-0/+1
* Add the conceal patch from Vince Negri.Bram Moolenaar2010-06-055-11/+12
* updated for version 7.2.442Bram Moolenaar2010-06-051-0/+2
* Optimize the blowfish crypt/decrypt code a bit more.Bram Moolenaar2010-06-021-2/+3
* Made crypt/decrypt faster.Bram Moolenaar2010-06-011-2/+2
* Correct use of long instead of off_t for file size. (James Vega)Bram Moolenaar2010-05-311-1/+1
* Crypt the text in the undo file if the file itself is crypted.Bram Moolenaar2010-05-301-0/+4
* Made reading/writing undo info a bit more robust.Bram Moolenaar2010-05-301-1/+1
* Added the undofile() function. Updated runtime files.Bram Moolenaar2010-05-301-1/+2
* Various improvements to undo file code to make it more robust.Bram Moolenaar2010-05-291-0/+1
* Fix a few more things for persistent undo.Bram Moolenaar2010-05-291-0/+7
* Fix uninit memory read in undo code. Fix uint32_t in proto file.Bram Moolenaar2010-05-241-1/+1