index
:
delta/vim-git.git
chrisbra-patch-1
master
github.com: vim/vim.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes for coverity warnings.
Bram Moolenaar
2010-07-31
11
-22
/
+25
*
Support syntax and filetype completion for user commands. (Christian Brabandt)
Bram Moolenaar
2010-07-31
4
-18
/
+24
*
Possibly make OLE work on Windows 64 bit. (untested)
Bram Moolenaar
2010-07-31
1
-2
/
+11
*
More updated runtime files.
Bram Moolenaar
2010-07-30
3
-47
/
+84
*
Improvements for VMS. (Zoltan Arpadffy)
Bram Moolenaar
2010-07-30
3
-26
/
+84
*
Correct comments in testdir makefiles. (John Beckett)
Bram Moolenaar
2010-07-30
5
-5
/
+6
*
Runtime file updates.
Bram Moolenaar
2010-07-30
9
-117
/
+154
*
Fix test 72 not setting encryption method. (Dominique Pelle)
Bram Moolenaar
2010-07-30
1
-4
/
+4
*
Dectect Perl6.
Bram Moolenaar
2010-07-29
1
-1
/
+5
*
Few more fixes for VMS.
Bram Moolenaar
2010-07-29
2
-4
/
+6
*
Fix a few compile warnings. (Mike Williams)
Bram Moolenaar
2010-07-29
1
-3
/
+3
*
Updated runtime files. Add logcheck filetype plugin. (James Vega)
Bram Moolenaar
2010-07-29
6
-66
/
+161
*
Add completion for ":ownsyntax" and improve completion for ":filetype".
Bram Moolenaar
2010-07-29
6
-35
/
+51
*
Updated runtime files. :TOhtml improvements by Benjamin Fritz.
Bram Moolenaar
2010-07-29
7
-88
/
+165
*
Update for Lua interface. (Luis Carvalho)
Bram Moolenaar
2010-07-28
1
-34
/
+8
*
Remove Mupad indent and ftplugin files, they are not useful.
Bram Moolenaar
2010-07-28
4
-512
/
+0
*
Improvements for ":find" completion. (Nazri Ramliy)
Bram Moolenaar
2010-07-28
4
-51
/
+250
*
Changes for VMS. Mostly by Zoltan Arpadffy.
Bram Moolenaar
2010-07-28
9
-27
/
+25
*
Fix: :redir to a dictionary that is changed before ":redir END" causes a
Bram Moolenaar
2010-07-28
1
-8
/
+9
*
More runtime file updates.
Bram Moolenaar
2010-07-28
10
-41
/
+64
*
Fix: concealed regions didn't get redrawn correctly when moving the cursor
Bram Moolenaar
2010-07-28
2
-8
/
+20
*
More accented characters in tex.vim syntax. (Charles Campbell)
Bram Moolenaar
2010-07-28
1
-72
/
+68
*
Updated runtime files.
Bram Moolenaar
2010-07-28
8
-118
/
+131
*
Updated Italian messages. (Vlad Sandrini)
Bram Moolenaar
2010-07-28
1
-55
/
+121
*
Minor runtime file updates.
Bram Moolenaar
2010-07-28
4
-10
/
+13
*
Updated runtime files. New netrw plugin version.
Bram Moolenaar
2010-07-27
6
-139
/
+183
*
Fix build warnings and problems for tiny/small Win32 build. (Mike Williams)
Bram Moolenaar
2010-07-27
6
-22
/
+29
*
Fix for "concealends". (Vince Negri)
Bram Moolenaar
2010-07-27
1
-0
/
+2
*
Update TeX syntax file.
Bram Moolenaar
2010-07-26
3
-112
/
+250
*
Fix compiler warnings on 64 bit systems.
Bram Moolenaar
2010-07-26
4
-6
/
+7
*
Updated runtime files.
Bram Moolenaar
2010-07-26
12
-37
/
+124
*
Fix: terminal title not properly restured when there are multi-byte
Bram Moolenaar
2010-07-25
2
-9
/
+9
*
7.3b -> 7.3c
Bram Moolenaar
2010-07-25
156
-179
/
+180
*
Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
Bram Moolenaar
2010-07-25
6
-24
/
+55
*
Add "q" item for 'statusline'. Add w:quickfix_title. (Lech Lorens)
Bram Moolenaar
2010-07-25
10
-34
/
+115
*
Fix: editing a not encrypted file after a crypted file messed up reading the
Bram Moolenaar
2010-07-25
3
-6
/
+6
*
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar
2010-07-25
23
-142
/
+304
*
Better fix for memory access in recovery. (Dominique Pelle)
Bram Moolenaar
2010-07-25
1
-2
/
+4
*
Fix memory access to 'cryptmethod' during recovery. (Dominique Pelle)
Bram Moolenaar
2010-07-25
1
-2
/
+4
*
Add completion for :setfiletype. (Dominique Pelle)
Bram Moolenaar
2010-07-25
1
-0
/
+1
*
Add completion for :lmap and :lunmap.
Bram Moolenaar
2010-07-25
1
-4
/
+6
*
Include old Python changes in Python 3 interface.
Bram Moolenaar
2010-07-25
1
-3
/
+10
*
Fix: when resetting both 'title' and 'icon' the title would be set after a
Bram Moolenaar
2010-07-25
2
-1
/
+3
*
Use the SONAME-versioned liblua, if it exists. (James Vega)
Bram Moolenaar
2010-07-25
2
-4
/
+18
*
Add the synconcealed() function and use it for :TOhtml. (Benjamin Fritz)
Bram Moolenaar
2010-07-25
8
-47
/
+188
*
Let 'v' flag in 'concealcursor' apply to all lines in the Visual area.
Bram Moolenaar
2010-07-24
3
-15
/
+18
*
Move some common code from if_python.c and if_python3.c to if_py_both.h.
Bram Moolenaar
2010-07-24
5
-612
/
+476
*
More runtime file updates.
Bram Moolenaar
2010-07-24
5
-11
/
+16
*
Fix for compiler warning about function prototype in pty.c.
Bram Moolenaar
2010-07-24
1
-2
/
+4
*
Add 'window' to the options window.
Bram Moolenaar
2010-07-24
1
-0
/
+2
[next]