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
*
Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
Bram Moolenaar
2010-07-25
1
-9
/
+2
*
Add "q" item for 'statusline'. Add w:quickfix_title. (Lech Lorens)
Bram Moolenaar
2010-07-25
1
-3
/
+0
*
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar
2010-07-25
1
-9
/
+4
*
Add the synconcealed() function and use it for :TOhtml. (Benjamin Fritz)
Bram Moolenaar
2010-07-25
1
-1
/
+3
*
Let 'v' flag in 'concealcursor' apply to all lines in the Visual area.
Bram Moolenaar
2010-07-24
1
-14
/
+15
*
More runtime file updates.
Bram Moolenaar
2010-07-24
1
-0
/
+2
*
Add the 'undoreload' option to be able to undo a file reload.
Bram Moolenaar
2010-07-24
1
-3
/
+0
*
Fix for cursor position in wrapped line with concealed text.
Bram Moolenaar
2010-07-24
1
-2
/
+0
*
Give each syntax item a sequence number, so that we know when it starts and
Bram Moolenaar
2010-07-24
1
-3
/
+0
*
Document extra argument for Python append().
Bram Moolenaar
2010-07-24
1
-1
/
+1
*
Remove -arch flag from build flags for Perl. (Bjorn Wickler)
Bram Moolenaar
2010-07-24
1
-12
/
+10
*
Add the 'c' flag to 'concealcursor'.
Bram Moolenaar
2010-07-24
1
-3
/
+8
*
Don't conceal text in lines inside the Visual area.
Bram Moolenaar
2010-07-24
1
-1
/
+13
*
Window split didn't copy the value of 'conceallevel'.
Bram Moolenaar
2010-07-23
1
-7
/
+1
*
Add the 'concealcursor' option to decide when the cursor line is to be
Bram Moolenaar
2010-07-23
1
-6
/
+15
*
Make it possible to load Lua dynamically on Unix. (Luis Carvalho)
Bram Moolenaar
2010-07-22
1
-2
/
+8
*
Update French and Esperanto translations. (Dominique Pelle)
Bram Moolenaar
2010-07-21
1
-2
/
+0
*
Make it possible to load Perl dynamically on Unix. (James Vega)
Bram Moolenaar
2010-07-21
1
-3
/
+2
*
Fix that :py3file was not working.
Bram Moolenaar
2010-07-21
1
-0
/
+4
*
Update timestamps for recently changed help files.
Bram Moolenaar
2010-07-20
1
-1
/
+1
*
Fix hang when resizing in diff mode and there are concealed items.
Bram Moolenaar
2010-07-20
1
-20
/
+0
*
Fix some duplicates in ":find" completion. (Nazri Ramliy)
Bram Moolenaar
2010-07-20
1
-2
/
+0
*
Change 'cryptmethod' from a number to a string option. Make it global-local.
Bram Moolenaar
2010-07-20
1
-10
/
+1
*
Fix: When 'searchhl' causes a hang make CTRL-C disable 'shearchhl'.
Bram Moolenaar
2010-07-20
1
-6
/
+2
*
Fix typos in documentation. (Dominique Pelle)
Bram Moolenaar
2010-07-20
1
-6
/
+8
*
Rename w_p_conceal to w_p_conc for consistency.
Bram Moolenaar
2010-07-19
1
-2
/
+6
*
Vim 7.3a -> 7.3b.
Bram Moolenaar
2010-07-18
1
-1
/
+6
*
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
[next]