index
:
vim
allow_nuw=0
master
Vim - the text editor
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2010-08-01
Minor updates for the 7.3c release.
Bram Moolenaar
2010-08-01
Remove unused variable and STRLEN(). (Dominique Pelle)
Bram Moolenaar
2010-08-01
Fix: test 69 didn't work on MS-Windows. Test 72 beeped too often.
Bram Moolenaar
2010-08-01
Avoid illegal memory access in spell suggestion. (Dominique Pelle)
Bram Moolenaar
2010-08-01
Avoid that running tests changes viminfo.
Bram Moolenaar
2010-08-01
Fix: crash in spell checking with a 0x300 character.
Bram Moolenaar
2010-08-01
Fix: uninitialized memory access. (Dominique Pelle)
Bram Moolenaar
2010-08-01
Fix typos in README files. (Dominique Pelle)
Bram Moolenaar
2010-08-01
No need to redraw cursorline when 'modifiable' is changed. (Dominique Pelle)
Bram Moolenaar
2010-08-01
Fix: changing case of a character removed combining characters.
Bram Moolenaar
2010-08-01
Add the WOW64 flag back to OLE registration. (untested)
Bram Moolenaar
2010-07-31
Fix that uninstaller isn't found on 64-bit Windows.
Bram Moolenaar
2010-07-31
Fix: on MS-Windows the "open with..." menu starts Vim without a file.
Bram Moolenaar
2010-07-31
Move many more common Python items to if_py_both.c.
Bram Moolenaar
2010-07-31
Fixed: CTRL-R in Insert mode doesn't insert composing characters.
Bram Moolenaar
2010-07-31
Fixes for coverity warnings.
Bram Moolenaar
2010-07-31
Support syntax and filetype completion for user commands. (Christian Brabandt)
Bram Moolenaar
2010-07-31
Possibly make OLE work on Windows 64 bit. (untested)
Bram Moolenaar
2010-07-30
Improvements for VMS. (Zoltan Arpadffy)
Bram Moolenaar
2010-07-30
Correct comments in testdir makefiles. (John Beckett)
Bram Moolenaar
2010-07-30
Fix test 72 not setting encryption method. (Dominique Pelle)
Bram Moolenaar
2010-07-29
Few more fixes for VMS.
Bram Moolenaar
2010-07-29
Fix a few compile warnings. (Mike Williams)
Bram Moolenaar
2010-07-29
Add completion for ":ownsyntax" and improve completion for ":filetype".
Bram Moolenaar
2010-07-28
Update for Lua interface. (Luis Carvalho)
Bram Moolenaar
2010-07-28
Improvements for ":find" completion. (Nazri Ramliy)
Bram Moolenaar
2010-07-28
Changes for VMS. Mostly by Zoltan Arpadffy.
Bram Moolenaar
2010-07-28
Fix: :redir to a dictionary that is changed before ":redir END" causes a
Bram Moolenaar
2010-07-28
Fix: concealed regions didn't get redrawn correctly when moving the cursor
Bram Moolenaar
2010-07-28
Updated Italian messages. (Vlad Sandrini)
Bram Moolenaar
2010-07-27
Fix build warnings and problems for tiny/small Win32 build. (Mike Williams)
Bram Moolenaar
2010-07-27
Fix for "concealends". (Vince Negri)
Bram Moolenaar
2010-07-26
Fix compiler warnings on 64 bit systems.
Bram Moolenaar
2010-07-25
Fix: terminal title not properly restured when there are multi-byte
Bram Moolenaar
2010-07-25
7.3b -> 7.3c
Bram Moolenaar
2010-07-25
Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
Bram Moolenaar
2010-07-25
Add "q" item for 'statusline'. Add w:quickfix_title. (Lech Lorens)
Bram Moolenaar
2010-07-25
Fix: editing a not encrypted file after a crypted file messed up reading the
Bram Moolenaar
2010-07-25
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar
2010-07-25
Better fix for memory access in recovery. (Dominique Pelle)
Bram Moolenaar
2010-07-25
Fix memory access to 'cryptmethod' during recovery. (Dominique Pelle)
Bram Moolenaar
2010-07-25
Add completion for :setfiletype. (Dominique Pelle)
Bram Moolenaar
2010-07-25
Add completion for :lmap and :lunmap.
Bram Moolenaar
2010-07-25
Include old Python changes in Python 3 interface.
Bram Moolenaar
2010-07-25
Fix: when resetting both 'title' and 'icon' the title would be set after a
Bram Moolenaar
2010-07-25
Use the SONAME-versioned liblua, if it exists. (James Vega)
Bram Moolenaar
2010-07-25
Add the synconcealed() function and use it for :TOhtml. (Benjamin Fritz)
Bram Moolenaar
2010-07-24
Let 'v' flag in 'concealcursor' apply to all lines in the Visual area.
Bram Moolenaar
2010-07-24
Move some common code from if_python.c and if_python3.c to if_py_both.h.
Bram Moolenaar
2010-07-24
Fix for compiler warning about function prototype in pty.c.
Bram Moolenaar
[next]