Mercurial > vim
graph
-
Include old Python changes in Python 3 interface. vim73Sun, 25 Jul 2010 13:43:20 +0200, by Bram Moolenaar
-
Fix: when resetting both 'title' and 'icon' the title would be set after a vim73Sun, 25 Jul 2010 13:42:29 +0200, by Bram Moolenaar
-
Use the SONAME-versioned liblua, if it exists. (James Vega) vim73Sun, 25 Jul 2010 13:12:49 +0200, by Bram Moolenaar
-
Add the synconcealed() function and use it for :TOhtml. (Benjamin Fritz) vim73Sun, 25 Jul 2010 12:46:44 +0200, by Bram Moolenaar
-
Let 'v' flag in 'concealcursor' apply to all lines in the Visual area. vim73Sat, 24 Jul 2010 23:52:26 +0200, by Bram Moolenaar
-
Move some common code from if_python.c and if_python3.c to if_py_both.h. vim73Sat, 24 Jul 2010 23:51:45 +0200, by Bram Moolenaar
-
Fix for compiler warning about function prototype in pty.c. vim73Sat, 24 Jul 2010 20:44:27 +0200, by Bram Moolenaar
-
Further improvements for :options. (Dominique Pelle) vim73Sat, 24 Jul 2010 20:35:12 +0200, by Bram Moolenaar
-
Add the 'undoreload' option to be able to undo a file reload. vim73Sat, 24 Jul 2010 20:27:03 +0200, by Bram Moolenaar
-
Fix for cursor position in wrapped line with concealed text. vim73Sat, 24 Jul 2010 17:39:52 +0200, by Bram Moolenaar
-
Give each syntax item a sequence number, so that we know when it starts and vim73Sat, 24 Jul 2010 17:29:03 +0200, by Bram Moolenaar
-
Document extra argument for Python append(). vim73Sat, 24 Jul 2010 16:58:02 +0200, by Bram Moolenaar
-
Fix: errors for allocating zero bytes when profiling an empty function. vim73Sat, 24 Jul 2010 16:57:39 +0200, by Bram Moolenaar
-
Remove -arch flag from build flags for Perl. (Bjorn Wickler) vim73Sat, 24 Jul 2010 16:19:44 +0200, by Bram Moolenaar
-
Find python3 also in lib64 directory. (Ben Boeckel) vim73Sat, 24 Jul 2010 16:11:21 +0200, by Bram Moolenaar
-
Fix memory leak in :find completion. (Dominique Pelle) vim73Sat, 24 Jul 2010 16:01:56 +0200, by Bram Moolenaar
-
Better text for 'concealcursor' in :options window. vim73Sat, 24 Jul 2010 15:56:43 +0200, by Bram Moolenaar
-
Fix 'autochdir' not showing up in :options window. (Dominique Pelle) vim73Sat, 24 Jul 2010 15:48:31 +0200, by Bram Moolenaar
-
Temporary solution for crashing when using both :py and :py3: disallow both in vim73Sat, 24 Jul 2010 15:42:14 +0200, by Bram Moolenaar
-
Specify library to load for Python more precisely. (James Vega) vim73Sat, 24 Jul 2010 15:19:11 +0200, by Bram Moolenaar
-
Another conceal fix: cursor in wrong column when 'number' set. vim73Sat, 24 Jul 2010 13:31:09 +0200, by Bram Moolenaar
-
Don't conceal text in lines inside the Visual area. vim73Sat, 24 Jul 2010 13:15:07 +0200, by Bram Moolenaar
-
Window split didn't copy the value of 'conceallevel'. vim73Fri, 23 Jul 2010 22:27:03 +0200, by Bram Moolenaar
-
Add the 'concealcursor' option to decide when the cursor line is to be vim73Fri, 23 Jul 2010 22:10:27 +0200, by Bram Moolenaar
-
Update Fortran indent and syntax file. (Ajit Thakkar) vim73Thu, 22 Jul 2010 22:30:23 +0200, by Bram Moolenaar
-
Fix: strdisplaywidth("x", 2) returned 3 instead of 1. vim73Thu, 22 Jul 2010 22:20:57 +0200, by Bram Moolenaar
-
For conceal mode: when two different syntax items follow each other, show the vim73Thu, 22 Jul 2010 22:16:29 +0200, by Bram Moolenaar
-
Fix: "import termios" doesn't work with dynamically loaded Python. (James vim73Thu, 22 Jul 2010 21:44:13 +0200, by Bram Moolenaar
-
Make it possible to load Lua dynamically on Unix. (Luis Carvalho) vim73Thu, 22 Jul 2010 21:32:16 +0200, by Bram Moolenaar
-
Fix building with Perl on Windows with MingW. (James Vega) vim73Thu, 22 Jul 2010 11:34:16 +0200, by Bram Moolenaar
-
Update French and Esperanto translations. (Dominique Pelle) vim73Wed, 21 Jul 2010 22:27:37 +0200, by Bram Moolenaar
-
Make it possible to load Perl dynamically on Unix. (James Vega) vim73Wed, 21 Jul 2010 22:05:20 +0200, by Bram Moolenaar
-
Fix dependencies in help Makefile. (James Vega) vim73Wed, 21 Jul 2010 20:40:27 +0200, by Bram Moolenaar
-
Fix build problem when fchown() not available. (Gary Johnson) vim73Wed, 21 Jul 2010 20:31:07 +0200, by Bram Moolenaar
-
Update timestamps for recently changed help files. vim73Tue, 20 Jul 2010 22:45:13 +0200, by Bram Moolenaar
-
Fix hang when resizing in diff mode and there are concealed items. vim73Tue, 20 Jul 2010 22:33:34 +0200, by Bram Moolenaar
-
Avoid error when exiting in diff mode with EXITFREE defined. vim73Tue, 20 Jul 2010 22:30:01 +0200, by Bram Moolenaar
-
When resetting 'mousehide' show the mouse pointer right away. vim73Tue, 20 Jul 2010 18:44:27 +0200, by Bram Moolenaar
-
Fix some duplicates in ":find" completion. (Nazri Ramliy) vim73Tue, 20 Jul 2010 18:10:15 +0200, by Bram Moolenaar
-
Change 'cryptmethod' from a number to a string option. Make it global-local. vim73Tue, 20 Jul 2010 17:32:38 +0200, by Bram Moolenaar
-
Fix: When 'searchhl' causes a hang make CTRL-C disable 'shearchhl'. vim73Tue, 20 Jul 2010 13:11:28 +0200, by Bram Moolenaar
-
Add a few items to the syntax menu. Split up long submenus. vim73Tue, 20 Jul 2010 13:10:11 +0200, by Bram Moolenaar
-
Updated sh and vim syntax files. (Charles Campbell) vim73Tue, 20 Jul 2010 12:36:02 +0200, by Bram Moolenaar
-
Fix 'colorcolumn' adjecent columns not highlighted after end of line. vim73Tue, 20 Jul 2010 11:29:07 +0200, by Bram Moolenaar
-
Fix typos in documentation. (Dominique Pelle) vim73Tue, 20 Jul 2010 11:16:17 +0200, by Bram Moolenaar
-
Fixed: crash with ":find " completion, using uninitialized count. vim73Mon, 19 Jul 2010 23:11:27 +0200, by Bram Moolenaar
-
Updated Ukranian translations. (Anatoli Sakhnik) vim73Mon, 19 Jul 2010 22:08:50 +0200, by Bram Moolenaar
-
Updated Polish translations. (Mikolaj Machowski) vim73Mon, 19 Jul 2010 21:51:01 +0200, by Bram Moolenaar
-
Fix configure for Python3 libs and version number. (James Vega) vim73Mon, 19 Jul 2010 21:18:54 +0200, by Bram Moolenaar
-
Rename some "python3" symbols to "py3", as the command name. vim73Mon, 19 Jul 2010 20:46:22 +0200, by Bram Moolenaar
-
Never hide text for conceal in cursor line. Do hide when there is vim73Mon, 19 Jul 2010 20:13:22 +0200, by Bram Moolenaar
-
Rename w_p_conceal to w_p_conc for consistency. vim73Mon, 19 Jul 2010 19:52:13 +0200, by Bram Moolenaar
-
Also make ALT modifier work for mouse wheel. (Benjamin Haskell) vim73Sun, 18 Jul 2010 23:32:13 +0200, by Bram Moolenaar
-
Fix: 'colorcolumn' interfered with concealed text. vim73Sun, 18 Jul 2010 23:30:34 +0200, by Bram Moolenaar