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
path:
root
/
runtime
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a few compiler warnings.
Bram Moolenaar
2010-07-14
1
-7
/
+5
*
Add clipboard support in Mac console. (Bjorn Winckler)
Bram Moolenaar
2010-07-14
2
-6
/
+10
*
Minor runtime file updates.
Bram Moolenaar
2010-07-12
3
-11
/
+11
*
Fix: exists() was causing an autload script to be loaded.
Bram Moolenaar
2010-07-11
1
-2
/
+0
*
When the buffer is in diff mode, have :TOhtml create HTML to show the diff
Bram Moolenaar
2010-07-11
5
-50
/
+156
*
Filter out -pthread for cproto.
Bram Moolenaar
2010-07-11
1
-2
/
+0
*
Make CTRL-L in command line mode respect 'ignorecase' and 'smartcase'. (Martin
Bram Moolenaar
2010-07-11
3
-8
/
+12
*
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar
2010-07-11
4
-21
/
+56
*
Add back SAL lines for Swedish spell file.
Bram Moolenaar
2010-07-11
2
-6
/
+104
*
When 'formatexpr' evaluates to non-zero fall back to internal formatting, also
Bram Moolenaar
2010-07-11
2
-3
/
+4
*
Improve Javascript indenting. Add "J" flag to 'cino'. (Hari Kumar G)
Bram Moolenaar
2010-07-11
3
-2
/
+20
*
Support :browse for commands that use an error file argument. (Lech Lorens)
Bram Moolenaar
2010-07-11
6
-41
/
+48
*
Support wide file names in gvimext. (Szabolcs Horvat)
Bram Moolenaar
2010-07-10
1
-2
/
+1
*
Make joining a range of lines much faster. (Milan Vancura)
Bram Moolenaar
2010-07-10
1
-3
/
+0
*
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
*
Fixed ":s" message. Docs updates.
Bram Moolenaar
2010-07-10
6
-20
/
+31
*
Make synstack() work on the character just after the end of the line.
Bram Moolenaar
2010-07-08
3
-142
/
+148
*
Make the dos installer work with more compilers.
Bram Moolenaar
2010-07-07
2
-6
/
+7
*
Adjust MS-Windows installer so that it also works for 64 bit systems. (George
Bram Moolenaar
2010-07-07
2
-2
/
+8
*
Change SKIP_GTK to SKIP_GTK2 in configure.
Bram Moolenaar
2010-07-05
3
-4
/
+10
*
Mainly documentation updates.
Bram Moolenaar
2010-07-04
11
-16
/
+15
*
Make updating text for conceal mode simpler. A few compiler warning fixes.
Bram Moolenaar
2010-07-02
9
-55
/
+180
*
Added ":earlier 1f" and ":later 1f".
Bram Moolenaar
2010-06-27
5
-13
/
+60
*
Add file save counter to undo information. Add undotree() function.
Bram Moolenaar
2010-06-27
4
-11
/
+57
*
Various small fixes from Dominique Pelle.
Bram Moolenaar
2010-06-26
2
-2
/
+1
*
Remove the old and not well supported GTK 1 code. (James Vega)
Bram Moolenaar
2010-06-25
1
-3
/
+2
*
Fixes for time in clipboard request. Also fix ownership. (David Fries)
Bram Moolenaar
2010-06-22
1
-5
/
+4
*
Couple of small fixes for conceal feature. (Dominique Pelle)
Bram Moolenaar
2010-06-22
2
-6
/
+5
*
Command line completion for :ownsyntax. (Dominique Pelle)
Bram Moolenaar
2010-06-21
1
-6
/
+0
*
Crypt the swapfile.
Bram Moolenaar
2010-06-21
7
-29
/
+72
*
Fix tiny build, move functions to undo.c.
Bram Moolenaar
2010-06-14
1
-7
/
+4
*
Added salt to blowfish encryption.
Bram Moolenaar
2010-06-13
6
-39
/
+39
*
Update help files.
Bram Moolenaar
2010-06-12
3
-7
/
+3
*
Minor typo and docs update.
Bram Moolenaar
2010-06-12
2
-13
/
+23
*
Avoid compiler warnings.
Bram Moolenaar
2010-06-06
1
-2
/
+1
*
One more fix for conceal patch.
Bram Moolenaar
2010-06-06
2
-14
/
+12
*
Fixed: after ":ownsyntax perl" and ":e" syntax was cleared in other window.
Bram Moolenaar
2010-06-06
1
-3
/
+8
*
Fixed memory leak in ":ownsyntax".
Bram Moolenaar
2010-06-06
1
-7
/
+0
*
Fix a few compiler warnings. Fix crash with encrypted undo file.
Bram Moolenaar
2010-06-06
4
-0
/
+16
*
Add the conceal patch from Vince Negri.
Bram Moolenaar
2010-06-05
7
-11
/
+138
*
Use full path in undofile(). Updated docs.
Bram Moolenaar
2010-06-05
12
-69
/
+135
*
Add patch to improve support of z/OS (OS/390). (Ralf Schandl)
Bram Moolenaar
2010-06-03
1
-255
/
+50
*
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
1
-5
/
+2
*
Made crypt/decrypt faster.
Bram Moolenaar
2010-06-01
1
-2
/
+4
*
Fix completion of file names with '%' and '*'.
Bram Moolenaar
2010-06-01
2
-0
/
+135
*
Don't use pointers to store numbers, use a union.
Bram Moolenaar
2010-06-01
1
-0
/
+1
*
Correct use of long instead of off_t for file size. (James Vega)
Bram Moolenaar
2010-05-31
1
-2
/
+0
*
Add test for gettabvar() and settabvar().
Bram Moolenaar
2010-05-31
2
-3
/
+9
[next]