index
:
vim
allow_nuw=0
master
Vim - the text editor
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
2010-07-20
Fix: When 'searchhl' causes a hang make CTRL-C disable 'shearchhl'.
Bram Moolenaar
2010-07-20
Fix 'colorcolumn' adjecent columns not highlighted after end of line.
Bram Moolenaar
2010-07-19
Fixed: crash with ":find " completion, using uninitialized count.
Bram Moolenaar
2010-07-19
Updated Ukranian translations. (Anatoli Sakhnik)
Bram Moolenaar
2010-07-19
Updated Polish translations. (Mikolaj Machowski)
Bram Moolenaar
2010-07-19
Fix configure for Python3 libs and version number. (James Vega)
Bram Moolenaar
2010-07-19
Rename some "python3" symbols to "py3", as the command name.
Bram Moolenaar
Documentation updates.
2010-07-19
Never hide text for conceal in cursor line. Do hide when there is
Bram Moolenaar
highlighting.
2010-07-19
Rename w_p_conceal to w_p_conc for consistency.
Bram Moolenaar
2010-07-18
Also make ALT modifier work for mouse wheel. (Benjamin Haskell)
Bram Moolenaar
2010-07-18
Fix: 'colorcolumn' interfered with concealed text.
Bram Moolenaar
2010-07-18
Vim 7.3a -> 7.3b.
Bram Moolenaar
2010-07-18
Fix: MS-Windows installer used wrong path for uninstaller key.
Bram Moolenaar
2010-07-18
Fixes and improvements for MS-Windows build.
Bram Moolenaar
2010-07-18
Make automatic prototype generation work with more interfaces.
Bram Moolenaar
2010-07-18
Added strdisplaywidth() function.
Bram Moolenaar
2010-07-18
Added strwidth() and strchars() functions.
Bram Moolenaar
2010-07-18
Make CTRL modifier work for mouse wheel. (Benjamin Haskell)
Bram Moolenaar
2010-07-18
Fix build broken without multi-byte feature.
Bram Moolenaar
2010-07-18
Build problem when using all interfaces except Lua.
Bram Moolenaar
2010-07-18
Make 'cursorcolumn' work together with the conceal feature.
Bram Moolenaar
2010-07-18
Make it easier to build with Lua. Remove compiler warnings.
Bram Moolenaar
2010-07-17
Whitespace cleanup.
Bram Moolenaar
2010-07-17
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar
2010-07-17
Add the 'L' item to 'cinoptions'. (Manuel Konig)
Bram Moolenaar
2010-07-17
Mac: Support disabling antialias. (LC Mi)
Bram Moolenaar
2010-07-17
Make it possible to drag a tab page label to another position. (Paul B. Mahol)
Bram Moolenaar
2010-07-17
In Visual mode with 'showcmd' display the number of bytes and characters.
Bram Moolenaar
2010-07-16
Fix bad parsing of 'colorcolumn'. (Dominique Pelle)
Bram Moolenaar
2010-07-16
Avoid compiler warnings for size_t to int conversions.
Bram Moolenaar
2010-07-14
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar
2010-07-14
Fix: When entering a digraph or special character after a line that fits the
Bram Moolenaar
window the '?' or '^' on the next line is not redrawn. (Ian Kelling)
2010-07-14
Allow synIDattr() getting GUI attributes when build without GUI.
Bram Moolenaar
(Matt Wozniski)
2010-07-14
Disallow setting 'enc' in a modeline. (Patrick Texier)
Bram Moolenaar
2010-07-14
Fix: cursor line not properly concealed when moving between windows.
Bram Moolenaar
(Vince Negri)
2010-07-14
Remove obsolete Mac code.
Bram Moolenaar
2010-07-14
Added 'colorcolumn' option. Partly by Gregor Uhlenheuer.
Bram Moolenaar
2010-07-14
Fix using freed memory in :find completion.
Bram Moolenaar
2010-07-14
Missing piece for Mac console clipboard support. (Bjorn Winckler)
Bram Moolenaar
2010-07-14
Support completion for ":find". (Nazri Ramliy)
Bram Moolenaar
Cleanup white space.
2010-07-14
Fix a few compiler warnings.
Bram Moolenaar
2010-07-14
Add clipboard support in Mac console. (Bjorn Winckler)
Bram Moolenaar
2010-07-12
Fix: Composing characters in :s substitute text were dropped.
Bram Moolenaar
2010-07-12
updated for version 7.2.446
Bram Moolenaar
Problem: Crash in GUI when closing the last window in a tabpage. (ryo7000) Solution: Remove the tabpage from the list before freeing the window.
2010-07-11
Fix: exists() was causing an autload script to be loaded.
Bram Moolenaar
2010-07-11
Filter out -pthread for cproto.
Bram Moolenaar
2010-07-11
Make CTRL-L in command line mode respect 'ignorecase' and 'smartcase'. (Martin
Bram Moolenaar
Toft)
2010-07-11
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar
(James Vega)
2010-07-11
Fix crash in generating spell .sug file.
Bram Moolenaar
2010-07-11
When 'formatexpr' evaluates to non-zero fall back to internal formatting, also
Bram Moolenaar
for "gq". (James Vega)
[next]