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
...
*
Make joining a range of lines much faster. (Milan Vancura)
Bram Moolenaar
2010-07-10
6
-133
/
+126
*
Fix bug: spell menu moved cursor, causing Copy not to work. Spell replacement
Bram Moolenaar
2010-07-10
3
-10
/
+33
*
Update spell files for Ubuntu locale names.
Bram Moolenaar
2010-07-10
11
-166
/
+72
*
Improve test for joining lines. (Milan Vancura)
Bram Moolenaar
2010-07-10
2
-31
/
+41
*
Fixed ":s" message. Docs updates.
Bram Moolenaar
2010-07-10
8
-22
/
+37
*
Make synstack() work on the character just after the end of the line.
Bram Moolenaar
2010-07-08
7
-163
/
+187
*
Apply patch 7.2.445.
Bram Moolenaar
2010-07-07
2
-6
/
+47
*
Make the dos installer work with more compilers.
Bram Moolenaar
2010-07-07
7
-53
/
+46
*
Adjust MS-Windows installer so that it also works for 64 bit systems. (George
Bram Moolenaar
2010-07-07
4
-76
/
+212
*
Change SKIP_GTK to SKIP_GTK2 in configure.
Bram Moolenaar
2010-07-05
6
-10
/
+16
*
Better init for match highlighting when using conceal feature.
Bram Moolenaar
2010-07-05
1
-24
/
+38
*
Mainly documentation updates.
Bram Moolenaar
2010-07-04
12
-17
/
+16
*
Make updating text for conceal mode simpler. A few compiler warning fixes.
Bram Moolenaar
2010-07-02
17
-266
/
+323
*
Added ":earlier 1f" and ":later 1f".
Bram Moolenaar
2010-06-27
14
-40
/
+216
*
Add file save counter to undo information. Add undotree() function.
Bram Moolenaar
2010-06-27
15
-63
/
+355
*
Remove wrong #ifdef added by previous change.
Bram Moolenaar
2010-06-26
1
-3
/
+0
*
Various small fixes from Dominique Pelle.
Bram Moolenaar
2010-06-26
18
-1089
/
+1412
*
Change remaining HAVE_GTK2 to FEAT_GUI_GTK.
Bram Moolenaar
2010-06-26
13
-59
/
+53
*
Fix that :mksession may generate "2argu" even though there is no such
Bram Moolenaar
2010-06-26
1
-1
/
+1
*
Remove the old and not well supported GTK 1 code. (James Vega)
Bram Moolenaar
2010-06-25
21
-4345
/
+224
*
Fix build problem with Ruby on Windows. (Cesar Romani)
Bram Moolenaar
2010-06-25
1
-7
/
+7
*
Fix a memory leak in encryption. (Dominique Pelle)
Bram Moolenaar
2010-06-24
1
-3
/
+4
*
Fix compiler warning.
Bram Moolenaar
2010-06-24
1
-1
/
+1
*
Fix compiler warnings for shadowed variables. Make 'conceal' a long instead
Bram Moolenaar
2010-06-22
9
-43
/
+43
*
Fixes for time in clipboard request. Also fix ownership. (David Fries)
Bram Moolenaar
2010-06-22
5
-19
/
+90
*
Couple of small fixes for conceal feature. (Dominique Pelle)
Bram Moolenaar
2010-06-22
4
-10
/
+18
*
Command line completion for :ownsyntax. (Dominique Pelle)
Bram Moolenaar
2010-06-21
4
-10
/
+13
*
Crypt the swapfile.
Bram Moolenaar
2010-06-21
23
-155
/
+824
*
Fix tiny build, move functions to undo.c.
Bram Moolenaar
2010-06-14
4
-67
/
+63
*
Added salt to blowfish encryption.
Bram Moolenaar
2010-06-13
15
-156
/
+425
*
Update help files.
Bram Moolenaar
2010-06-12
3
-7
/
+3
*
updated for version 7.2.443
Bram Moolenaar
2010-06-12
3
-3
/
+15
*
Minor typo and docs update.
Bram Moolenaar
2010-06-12
3
-14
/
+24
*
Avoid compiler warnings on Mac 10.6.
Bram Moolenaar
2010-06-12
1
-6
/
+8
*
Update src/po/it.po. Fixed errors in ko.po.
Bram Moolenaar
2010-06-08
3
-21
/
+124
*
Fix conceal feature for gj, gk, etc. (Vince Negri)
Bram Moolenaar
2010-06-08
1
-1
/
+41
*
Fix crash when using ":grep".
Bram Moolenaar
2010-06-07
1
-0
/
+1
*
Fix Make_ivc.mak makefile. (Vince Negri)
Bram Moolenaar
2010-06-07
1
-0
/
+8
*
Fix crash for ":ownsyntax". (Dominique Pelle)
Bram Moolenaar
2010-06-06
1
-2
/
+5
*
Avoid compiler warnings.
Bram Moolenaar
2010-06-06
6
-18
/
+22
*
One more fix for conceal patch.
Bram Moolenaar
2010-06-06
5
-19
/
+17
*
Fixed: after ":ownsyntax perl" and ":e" syntax was cleared in other window.
Bram Moolenaar
2010-06-06
6
-18
/
+32
*
Fixed memory leak in ":ownsyntax".
Bram Moolenaar
2010-06-06
4
-26
/
+27
*
Fix a few compiler warnings. Fix crash with encrypted undo file.
Bram Moolenaar
2010-06-06
10
-6
/
+37
*
Add the conceal patch from Vince Negri.
Bram Moolenaar
2010-06-05
40
-698
/
+1737
*
Use full path in undofile(). Updated docs.
Bram Moolenaar
2010-06-05
15
-141
/
+200
*
updated for version 7.2.442
Bram Moolenaar
2010-06-05
3
-17
/
+76
*
Add patch to improve support of z/OS (OS/390). (Ralf Schandl)
Bram Moolenaar
2010-06-03
8
-279
/
+191
*
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar
2010-06-03
7
-305
/
+337
*
Optimize the blowfish crypt/decrypt code a bit more.
Bram Moolenaar
2010-06-02
7
-68
/
+116
[prev]
[next]