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 (
Collapse
)
Author
Age
Files
Lines
*
Avoid error when exiting in diff mode with EXITFREE defined.
Bram Moolenaar
2010-07-20
1
-1
/
+2
|
*
When resetting 'mousehide' show the mouse pointer right away.
Bram Moolenaar
2010-07-20
1
-0
/
+8
|
*
Fix some duplicates in ":find" completion. (Nazri Ramliy)
Bram Moolenaar
2010-07-20
2
-21
/
+35
|
*
Change 'cryptmethod' from a number to a string option. Make it global-local.
Bram Moolenaar
2010-07-20
14
-82
/
+176
|
*
Fix: When 'searchhl' causes a hang make CTRL-C disable 'shearchhl'.
Bram Moolenaar
2010-07-20
2
-7
/
+3
|
*
Add a few items to the syntax menu. Split up long submenus.
Bram Moolenaar
2010-07-20
2
-591
/
+618
|
*
Updated sh and vim syntax files. (Charles Campbell)
Bram Moolenaar
2010-07-20
2
-32
/
+35
|
*
Fix 'colorcolumn' adjecent columns not highlighted after end of line.
Bram Moolenaar
2010-07-20
1
-4
/
+4
|
*
Fix typos in documentation. (Dominique Pelle)
Bram Moolenaar
2010-07-20
6
-22
/
+24
|
*
Fixed: crash with ":find " completion, using uninitialized count.
Bram Moolenaar
2010-07-19
1
-2
/
+2
|
*
Updated Ukranian translations. (Anatoli Sakhnik)
Bram Moolenaar
2010-07-19
2
-42
/
+60
|
*
Updated Polish translations. (Mikolaj Machowski)
Bram Moolenaar
2010-07-19
3
-156
/
+690
|
*
Fix configure for Python3 libs and version number. (James Vega)
Bram Moolenaar
2010-07-19
2
-16
/
+16
|
*
Rename some "python3" symbols to "py3", as the command name.
Bram Moolenaar
2010-07-19
8
-20
/
+28
|
|
|
|
Documentation updates.
*
Never hide text for conceal in cursor line. Do hide when there is
Bram Moolenaar
2010-07-19
2
-9
/
+6
|
|
|
|
highlighting.
*
Rename w_p_conceal to w_p_conc for consistency.
Bram Moolenaar
2010-07-19
11
-28
/
+36
|
*
Also make ALT modifier work for mouse wheel. (Benjamin Haskell)
Bram Moolenaar
2010-07-18
1
-0
/
+2
|
*
Fix: 'colorcolumn' interfered with concealed text.
Bram Moolenaar
2010-07-18
1
-1
/
+1
|
*
Vim 7.3a -> 7.3b.
Bram Moolenaar
2010-07-18
157
-169
/
+177
|
*
Fix: MS-Windows installer used wrong path for uninstaller key.
Bram Moolenaar
2010-07-18
2
-5
/
+2
|
*
Last few changes for the 7.3a BETA release.
Bram Moolenaar
2010-07-18
2
-2
/
+6
|
*
Fixes and improvements for MS-Windows build.
Bram Moolenaar
2010-07-18
11
-74
/
+108
|
*
Minor runtime file updates.
Bram Moolenaar
2010-07-18
5
-2
/
+17
|
*
Make automatic prototype generation work with more interfaces.
Bram Moolenaar
2010-07-18
15
-71
/
+2860
|
*
Added strdisplaywidth() function.
Bram Moolenaar
2010-07-18
4
-7
/
+50
|
*
Added strwidth() and strchars() functions.
Bram Moolenaar
2010-07-18
10
-42
/
+99
|
*
Better conceal in help. (partly by Dominique Pelle)
Bram Moolenaar
2010-07-18
7
-62
/
+61
|
*
Make CTRL modifier work for mouse wheel. (Benjamin Haskell)
Bram Moolenaar
2010-07-18
1
-0
/
+4
|
*
Fix build broken without multi-byte feature.
Bram Moolenaar
2010-07-18
1
-4
/
+8
|
*
Improved :TOhtml. (Benjamin Fritz)
Bram Moolenaar
2010-07-18
3
-42
/
+42
|
*
Build problem when using all interfaces except Lua.
Bram Moolenaar
2010-07-18
1
-2
/
+6
|
*
Make 'cursorcolumn' work together with the conceal feature.
Bram Moolenaar
2010-07-18
1
-31
/
+29
|
*
Make it easier to build with Lua. Remove compiler warnings.
Bram Moolenaar
2010-07-18
4
-23
/
+24
|
*
Whitespace cleanup.
Bram Moolenaar
2010-07-17
10
-1130
/
+1261
|
*
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar
2010-07-17
28
-58
/
+4229
|
*
Add the 'L' item to 'cinoptions'. (Manuel Konig)
Bram Moolenaar
2010-07-17
3
-8
/
+35
|
*
Mac: Support disabling antialias. (LC Mi)
Bram Moolenaar
2010-07-17
2
-2
/
+21
|
*
Make it possible to drag a tab page label to another position. (Paul B. Mahol)
Bram Moolenaar
2010-07-17
3
-5
/
+30
|
*
Better implementation of creating the Color Scheme menu. (Juergen Kraemer)
Bram Moolenaar
2010-07-17
4
-83
/
+82
|
*
In Visual mode with 'showcmd' display the number of bytes and characters.
Bram Moolenaar
2010-07-17
9
-20
/
+53
|
*
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
|
*
Improved version of 2html.vim.
Bram Moolenaar
2010-07-16
6
-219
/
+560
|
|
|
|
|
|
Includes progress bar. Fix dynamic folding in diff view. (Benjamin Fritz)
*
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar
2010-07-14
35
-21
/
+1835
|
*
Fix: When entering a digraph or special character after a line that fits the
Bram Moolenaar
2010-07-14
2
-12
/
+16
|
|
|
|
window the '?' or '^' on the next line is not redrawn. (Ian Kelling)
*
Allow synIDattr() getting GUI attributes when build without GUI.
Bram Moolenaar
2010-07-14
3
-40
/
+51
|
|
|
|
(Matt Wozniski)
*
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
|
|
|
|
(Vince Negri)
*
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
|
[next]