summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix: "import termios" doesn't work with dynamically loaded Python. (JamesBram Moolenaar2010-07-222-4/+4
* Make it possible to load Lua dynamically on Unix. (Luis Carvalho)Bram Moolenaar2010-07-226-14/+46
* Fix building with Perl on Windows with MingW. (James Vega)Bram Moolenaar2010-07-221-2/+2
* Update French and Esperanto translations. (Dominique Pelle)Bram Moolenaar2010-07-212-73/+160
* Make it possible to load Perl dynamically on Unix. (James Vega)Bram Moolenaar2010-07-216-35/+75
* Fix build problem when fchown() not available. (Gary Johnson)Bram Moolenaar2010-07-211-3/+4
* Fix that :py3file was not working.Bram Moolenaar2010-07-212-2/+6
* Fix hang when resizing in diff mode and there are concealed items.Bram Moolenaar2010-07-201-0/+6
* 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-201-19/+35
* Change 'cryptmethod' from a number to a string option. Make it global-local.Bram Moolenaar2010-07-2010-61/+146
* Fix: When 'searchhl' causes a hang make CTRL-C disable 'shearchhl'.Bram Moolenaar2010-07-201-1/+1
* Fix 'colorcolumn' adjecent columns not highlighted after end of line.Bram Moolenaar2010-07-201-4/+4
* 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-194-7/+7
* Never hide text for conceal in cursor line. Do hide when there isBram Moolenaar2010-07-191-6/+3
* Rename w_p_conceal to w_p_conc for consistency.Bram Moolenaar2010-07-198-23/+23
* 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-185-13/+13
* Fix: MS-Windows installer used wrong path for uninstaller key.Bram Moolenaar2010-07-181-3/+2
* Fixes and improvements for MS-Windows build.Bram Moolenaar2010-07-186-56/+53
* Make automatic prototype generation work with more interfaces.Bram Moolenaar2010-07-1810-43/+48
* Added strdisplaywidth() function.Bram Moolenaar2010-07-183-3/+34
* Added strwidth() and strchars() functions.Bram Moolenaar2010-07-188-39/+80
* 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
* 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-179-1124/+1260
* Added support for Python 3. (Roland Puntaier)Bram Moolenaar2010-07-1723-43/+3610
* Add the 'L' item to 'cinoptions'. (Manuel Konig)Bram Moolenaar2010-07-171-2/+18
* Mac: Support disabling antialias. (LC Mi)Bram Moolenaar2010-07-171-0/+19
* Make it possible to drag a tab page label to another position. (Paul B. Mahol)Bram Moolenaar2010-07-171-1/+27
* In Visual mode with 'showcmd' display the number of bytes and characters.Bram Moolenaar2010-07-171-3/+34
* 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
* Added Lua interfae. (Luis Carvalho)Bram Moolenaar2010-07-1423-15/+1560
* Fix: When entering a digraph or special character after a line that fits theBram Moolenaar2010-07-141-1/+7
* Allow synIDattr() getting GUI attributes when build without GUI.Bram Moolenaar2010-07-142-34/+51
* Disallow setting 'enc' in a modeline. (Patrick Texier)Bram Moolenaar2010-07-141-2/+3
* Fix: cursor line not properly concealed when moving between windows.Bram Moolenaar2010-07-141-0/+11
* Remove obsolete Mac code.Bram Moolenaar2010-07-142-536/+3
* Added 'colorcolumn' option. Partly by Gregor Uhlenheuer.Bram Moolenaar2010-07-149-98/+231
* Fix using freed memory in :find completion.Bram Moolenaar2010-07-141-5/+4