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
*
Fix: When entering a digraph or special character after a line that fits the
Bram Moolenaar
2010-07-14
2
-12
/
+16
*
Allow synIDattr() getting GUI attributes when build without GUI.
Bram Moolenaar
2010-07-14
3
-40
/
+51
*
Disallow setting 'enc' in a modeline. (Patrick Texier)
Bram Moolenaar
2010-07-14
3
-11
/
+21
*
Fix: cursor line not properly concealed when moving between windows.
Bram Moolenaar
2010-07-14
2
-3
/
+16
*
Remove obsolete Mac code.
Bram Moolenaar
2010-07-14
3
-540
/
+5
*
Added 'colorcolumn' option. Partly by Gregor Uhlenheuer.
Bram Moolenaar
2010-07-14
13
-105
/
+257
*
Fix using freed memory in :find completion.
Bram Moolenaar
2010-07-14
1
-5
/
+4
*
Missing piece for Mac console clipboard support. (Bjorn Winckler)
Bram Moolenaar
2010-07-14
2
-3
/
+4
*
Support completion for ":find". (Nazri Ramliy)
Bram Moolenaar
2010-07-14
32
-217
/
+440
*
Fix a few compiler warnings.
Bram Moolenaar
2010-07-14
4
-11
/
+17
*
Add clipboard support in Mac console. (Bjorn Winckler)
Bram Moolenaar
2010-07-14
11
-52
/
+238
*
Minor runtime file updates.
Bram Moolenaar
2010-07-12
3
-11
/
+11
*
Fix: Composing characters in :s substitute text were dropped.
Bram Moolenaar
2010-07-12
1
-1
/
+17
*
updated for version 7.2.446
Bram Moolenaar
2010-07-12
1
-5
/
+9
*
Fix: exists() was causing an autload script to be loaded.
Bram Moolenaar
2010-07-11
2
-2
/
+11
*
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
5
-39
/
+24
*
Make CTRL-L in command line mode respect 'ignorecase' and 'smartcase'. (Martin
Bram Moolenaar
2010-07-11
7
-47
/
+59
*
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar
2010-07-11
6
-101
/
+67
*
Add back SAL lines for Swedish spell file.
Bram Moolenaar
2010-07-11
2
-6
/
+104
*
Fix crash in generating spell .sug file.
Bram Moolenaar
2010-07-11
1
-1
/
+2
*
When 'formatexpr' evaluates to non-zero fall back to internal formatting, also
Bram Moolenaar
2010-07-11
3
-4
/
+8
*
Improve Javascript indenting. Add "J" flag to 'cino'. (Hari Kumar G)
Bram Moolenaar
2010-07-11
6
-23
/
+63
*
Support :browse for commands that use an error file argument. (Lech Lorens)
Bram Moolenaar
2010-07-11
8
-42
/
+61
*
Support wide file names in gvimext. (Szabolcs Horvat)
Bram Moolenaar
2010-07-10
2
-28
/
+39
*
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
[next]