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
/
doc
/
todo.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix: MS-Windows installer used wrong path for uninstaller key.
Bram Moolenaar
2010-07-18
1
-2
/
+0
*
Last few changes for the 7.3a BETA release.
Bram Moolenaar
2010-07-18
1
-2
/
+3
*
Fixes and improvements for MS-Windows build.
Bram Moolenaar
2010-07-18
1
-4
/
+2
*
Minor runtime file updates.
Bram Moolenaar
2010-07-18
1
-0
/
+2
*
Added strwidth() and strchars() functions.
Bram Moolenaar
2010-07-18
1
-2
/
+2
*
Whitespace cleanup.
Bram Moolenaar
2010-07-17
1
-6
/
+1
*
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar
2010-07-17
1
-6
/
+1
*
Add the 'L' item to 'cinoptions'. (Manuel Konig)
Bram Moolenaar
2010-07-17
1
-3
/
+0
*
Mac: Support disabling antialias. (LC Mi)
Bram Moolenaar
2010-07-17
1
-2
/
+2
*
Make it possible to drag a tab page label to another position. (Paul B. Mahol)
Bram Moolenaar
2010-07-17
1
-3
/
+2
*
Better implementation of creating the Color Scheme menu. (Juergen Kraemer)
Bram Moolenaar
2010-07-17
1
-26
/
+25
*
In Visual mode with 'showcmd' display the number of bytes and characters.
Bram Moolenaar
2010-07-17
1
-2
/
+2
*
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar
2010-07-14
1
-3
/
+0
*
Fix: When entering a digraph or special character after a line that fits the
Bram Moolenaar
2010-07-14
1
-11
/
+9
*
Allow synIDattr() getting GUI attributes when build without GUI.
Bram Moolenaar
2010-07-14
1
-6
/
+0
*
Disallow setting 'enc' in a modeline. (Patrick Texier)
Bram Moolenaar
2010-07-14
1
-7
/
+4
*
Fix: cursor line not properly concealed when moving between windows.
Bram Moolenaar
2010-07-14
1
-3
/
+5
*
Remove obsolete Mac code.
Bram Moolenaar
2010-07-14
1
-4
/
+2
*
Added 'colorcolumn' option. Partly by Gregor Uhlenheuer.
Bram Moolenaar
2010-07-14
1
-5
/
+1
*
Missing piece for Mac console clipboard support. (Bjorn Winckler)
Bram Moolenaar
2010-07-14
1
-3
/
+0
*
Support completion for ":find". (Nazri Ramliy)
Bram Moolenaar
2010-07-14
1
-1
/
+0
*
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
1
-3
/
+3
*
Minor runtime file updates.
Bram Moolenaar
2010-07-12
1
-1
/
+1
*
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
1
-0
/
+3
*
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
1
-6
/
+5
*
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar
2010-07-11
1
-0
/
+1
*
Add back SAL lines for Swedish spell file.
Bram Moolenaar
2010-07-11
1
-1
/
+0
*
When 'formatexpr' evaluates to non-zero fall back to internal formatting, also
Bram Moolenaar
2010-07-11
1
-1
/
+0
*
Improve Javascript indenting. Add "J" flag to 'cino'. (Hari Kumar G)
Bram Moolenaar
2010-07-11
1
-2
/
+1
*
Support :browse for commands that use an error file argument. (Lech Lorens)
Bram Moolenaar
2010-07-11
1
-4
/
+3
*
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
1
-6
/
+3
*
Fixed ":s" message. Docs updates.
Bram Moolenaar
2010-07-10
1
-0
/
+3
*
Make synstack() work on the character just after the end of the line.
Bram Moolenaar
2010-07-08
1
-5
/
+1
*
Make the dos installer work with more compilers.
Bram Moolenaar
2010-07-07
1
-6
/
+3
*
Adjust MS-Windows installer so that it also works for 64 bit systems. (George
Bram Moolenaar
2010-07-07
1
-1
/
+1
*
Change SKIP_GTK to SKIP_GTK2 in configure.
Bram Moolenaar
2010-07-05
1
-0
/
+2
*
Mainly documentation updates.
Bram Moolenaar
2010-07-04
1
-6
/
+3
*
Make updating text for conceal mode simpler. A few compiler warning fixes.
Bram Moolenaar
2010-07-02
1
-20
/
+18
*
Add file save counter to undo information. Add undotree() function.
Bram Moolenaar
2010-06-27
1
-6
/
+3
*
Various small fixes from Dominique Pelle.
Bram Moolenaar
2010-06-26
1
-1
/
+0
*
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
1
-4
/
+1
*
Command line completion for :ownsyntax. (Dominique Pelle)
Bram Moolenaar
2010-06-21
1
-6
/
+0
*
Crypt the swapfile.
Bram Moolenaar
2010-06-21
1
-11
/
+11
[next]