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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Whitespace cleanup.
Bram Moolenaar
2010-07-17
9
-1124
/
+1260
*
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar
2010-07-17
23
-43
/
+3610
*
Add the 'L' item to 'cinoptions'. (Manuel Konig)
Bram Moolenaar
2010-07-17
1
-2
/
+18
*
Mac: Support disabling antialias. (LC Mi)
Bram Moolenaar
2010-07-17
1
-0
/
+19
*
Make it possible to drag a tab page label to another position. (Paul B. Mahol)
Bram Moolenaar
2010-07-17
1
-1
/
+27
*
In Visual mode with 'showcmd' display the number of bytes and characters.
Bram Moolenaar
2010-07-17
1
-3
/
+34
*
Fix bad parsing of 'colorcolumn'. (Dominique Pelle)
Bram Moolenaar
2010-07-16
1
-4
/
+6
*
Avoid compiler warnings for size_t to int conversions.
Bram Moolenaar
2010-07-16
1
-4
/
+4
*
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar
2010-07-14
23
-15
/
+1560
*
Fix: When entering a digraph or special character after a line that fits the
Bram Moolenaar
2010-07-14
1
-1
/
+7
*
Allow synIDattr() getting GUI attributes when build without GUI.
Bram Moolenaar
2010-07-14
2
-34
/
+51
*
Disallow setting 'enc' in a modeline. (Patrick Texier)
Bram Moolenaar
2010-07-14
1
-2
/
+3
*
Fix: cursor line not properly concealed when moving between windows.
Bram Moolenaar
2010-07-14
1
-0
/
+11
*
Remove obsolete Mac code.
Bram Moolenaar
2010-07-14
2
-536
/
+3
*
Added 'colorcolumn' option. Partly by Gregor Uhlenheuer.
Bram Moolenaar
2010-07-14
9
-98
/
+231
*
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
1
-0
/
+4
*
Support completion for ":find". (Nazri Ramliy)
Bram Moolenaar
2010-07-14
31
-216
/
+440
*
Fix a few compiler warnings.
Bram Moolenaar
2010-07-14
3
-4
/
+12
*
Add clipboard support in Mac console. (Bjorn Winckler)
Bram Moolenaar
2010-07-14
8
-45
/
+227
*
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
1
-0
/
+11
*
Filter out -pthread for cproto.
Bram Moolenaar
2010-07-11
4
-37
/
+24
*
Make CTRL-L in command line mode respect 'ignorecase' and 'smartcase'. (Martin
Bram Moolenaar
2010-07-11
4
-39
/
+47
*
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar
2010-07-11
2
-80
/
+11
*
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
1
-1
/
+4
*
Improve Javascript indenting. Add "J" flag to 'cino'. (Hari Kumar G)
Bram Moolenaar
2010-07-11
3
-21
/
+43
*
Support :browse for commands that use an error file argument. (Lech Lorens)
Bram Moolenaar
2010-07-11
2
-1
/
+13
*
Support wide file names in gvimext. (Szabolcs Horvat)
Bram Moolenaar
2010-07-10
1
-26
/
+38
*
Make joining a range of lines much faster. (Milan Vancura)
Bram Moolenaar
2010-07-10
5
-130
/
+126
*
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
2
-2
/
+6
*
Make synstack() work on the character just after the end of the line.
Bram Moolenaar
2010-07-08
4
-21
/
+39
*
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
4
-46
/
+37
*
Adjust MS-Windows installer so that it also works for 64 bit systems. (George
Bram Moolenaar
2010-07-07
1
-73
/
+203
*
Change SKIP_GTK to SKIP_GTK2 in configure.
Bram Moolenaar
2010-07-05
3
-6
/
+6
*
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
1
-1
/
+1
*
Make updating text for conceal mode simpler. A few compiler warning fixes.
Bram Moolenaar
2010-07-02
8
-211
/
+143
*
Added ":earlier 1f" and ":later 1f".
Bram Moolenaar
2010-06-27
9
-27
/
+156
*
Add file save counter to undo information. Add undotree() function.
Bram Moolenaar
2010-06-27
11
-52
/
+298
*
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
16
-1087
/
+1411
*
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
20
-4342
/
+222
*
Fix build problem with Ruby on Windows. (Cesar Romani)
Bram Moolenaar
2010-06-25
1
-7
/
+7
[next]