summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Define the WOW64 key when needed.Bram Moolenaar2010-08-011-0/+8
* Minor updates for the 7.3c release.Bram Moolenaar2010-08-011-2/+2
* Remove unused variable and STRLEN(). (Dominique Pelle)Bram Moolenaar2010-08-011-6/+4
* Fix: test 69 didn't work on MS-Windows. Test 72 beeped too often.Bram Moolenaar2010-08-012-4/+4
* Avoid illegal memory access in spell suggestion. (Dominique Pelle)Bram Moolenaar2010-08-011-1/+1
* Avoid that running tests changes viminfo.Bram Moolenaar2010-08-012-2/+3
* Fix: crash in spell checking with a 0x300 character.Bram Moolenaar2010-08-011-2/+5
* Fix: uninitialized memory access. (Dominique Pelle)Bram Moolenaar2010-08-011-1/+9
* Fix typos in README files. (Dominique Pelle)Bram Moolenaar2010-08-012-2/+2
* No need to redraw cursorline when 'modifiable' is changed. (Dominique Pelle)Bram Moolenaar2010-08-011-11/+2
* Fix: changing case of a character removed combining characters.Bram Moolenaar2010-08-011-1/+2
* Add the WOW64 flag back to OLE registration. (untested)Bram Moolenaar2010-08-011-3/+3
* Fix that uninstaller isn't found on 64-bit Windows.Bram Moolenaar2010-07-314-28/+22
* Fix: on MS-Windows the "open with..." menu starts Vim without a file.Bram Moolenaar2010-07-311-2/+6
* Move many more common Python items to if_py_both.c.Bram Moolenaar2010-07-313-2322/+1130
* Fixed: CTRL-R in Insert mode doesn't insert composing characters.Bram Moolenaar2010-07-311-1/+1
* Fixes for coverity warnings.Bram Moolenaar2010-07-319-16/+22
* Support syntax and filetype completion for user commands. (Christian Brabandt)Bram Moolenaar2010-07-311-0/+2
* Possibly make OLE work on Windows 64 bit. (untested)Bram Moolenaar2010-07-311-2/+11
* Improvements for VMS. (Zoltan Arpadffy)Bram Moolenaar2010-07-303-26/+84
* Correct comments in testdir makefiles. (John Beckett)Bram Moolenaar2010-07-305-5/+6
* Fix test 72 not setting encryption method. (Dominique Pelle)Bram Moolenaar2010-07-301-4/+4
* Few more fixes for VMS.Bram Moolenaar2010-07-292-4/+6
* Fix a few compile warnings. (Mike Williams)Bram Moolenaar2010-07-291-3/+3
* Add completion for ":ownsyntax" and improve completion for ":filetype".Bram Moolenaar2010-07-295-32/+50
* Update for Lua interface. (Luis Carvalho)Bram Moolenaar2010-07-281-34/+8
* Improvements for ":find" completion. (Nazri Ramliy)Bram Moolenaar2010-07-282-37/+235
* Changes for VMS. Mostly by Zoltan Arpadffy.Bram Moolenaar2010-07-287-11/+14
* Fix: :redir to a dictionary that is changed before ":redir END" causes aBram Moolenaar2010-07-281-8/+9
* Fix: concealed regions didn't get redrawn correctly when moving the cursorBram Moolenaar2010-07-282-8/+20
* Updated Italian messages. (Vlad Sandrini)Bram Moolenaar2010-07-281-55/+121
* Fix build warnings and problems for tiny/small Win32 build. (Mike Williams)Bram Moolenaar2010-07-276-22/+29
* Fix for "concealends". (Vince Negri)Bram Moolenaar2010-07-271-0/+2
* Fix compiler warnings on 64 bit systems.Bram Moolenaar2010-07-264-6/+7
* Fix: terminal title not properly restured when there are multi-byteBram Moolenaar2010-07-251-4/+8
* 7.3b -> 7.3cBram Moolenaar2010-07-255-10/+10
* Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.Bram Moolenaar2010-07-252-8/+8
* Add "q" item for 'statusline'. Add w:quickfix_title. (Lech Lorens)Bram Moolenaar2010-07-256-29/+92
* Fix: editing a not encrypted file after a crypted file messed up reading theBram Moolenaar2010-07-252-4/+4
* Add support for horizontal scroll wheel. (Bjorn Winckler)Bram Moolenaar2010-07-2514-70/+188
* Better fix for memory access in recovery. (Dominique Pelle)Bram Moolenaar2010-07-251-2/+4
* Fix memory access to 'cryptmethod' during recovery. (Dominique Pelle)Bram Moolenaar2010-07-251-2/+4
* Add completion for :setfiletype. (Dominique Pelle)Bram Moolenaar2010-07-251-0/+1
* Add completion for :lmap and :lunmap.Bram Moolenaar2010-07-251-4/+6
* Include old Python changes in Python 3 interface.Bram Moolenaar2010-07-251-3/+10
* Fix: when resetting both 'title' and 'icon' the title would be set after aBram Moolenaar2010-07-252-1/+3
* Use the SONAME-versioned liblua, if it exists. (James Vega)Bram Moolenaar2010-07-252-4/+18
* Add the synconcealed() function and use it for :TOhtml. (Benjamin Fritz)Bram Moolenaar2010-07-252-0/+71
* Let 'v' flag in 'concealcursor' apply to all lines in the Visual area.Bram Moolenaar2010-07-241-1/+2
* Move some common code from if_python.c and if_python3.c to if_py_both.h.Bram Moolenaar2010-07-244-612/+475