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