summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2010-07-25Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.Bram Moolenaar
2010-07-25Add "q" item for 'statusline'. Add w:quickfix_title. (Lech Lorens)Bram Moolenaar
2010-07-25Fix: editing a not encrypted file after a crypted file messed up reading theBram Moolenaar
2010-07-25Add support for horizontal scroll wheel. (Bjorn Winckler)Bram Moolenaar
2010-07-25Better fix for memory access in recovery. (Dominique Pelle)Bram Moolenaar
2010-07-25Fix memory access to 'cryptmethod' during recovery. (Dominique Pelle)Bram Moolenaar
2010-07-25Add completion for :setfiletype. (Dominique Pelle)Bram Moolenaar
2010-07-25Add completion for :lmap and :lunmap.Bram Moolenaar
2010-07-25Include old Python changes in Python 3 interface.Bram Moolenaar
2010-07-25Fix: when resetting both 'title' and 'icon' the title would be set after aBram Moolenaar
2010-07-25Use the SONAME-versioned liblua, if it exists. (James Vega)Bram Moolenaar
2010-07-25Add the synconcealed() function and use it for :TOhtml. (Benjamin Fritz)Bram Moolenaar
2010-07-24Let 'v' flag in 'concealcursor' apply to all lines in the Visual area.Bram Moolenaar
2010-07-24Move some common code from if_python.c and if_python3.c to if_py_both.h.Bram Moolenaar
2010-07-24Fix for compiler warning about function prototype in pty.c.Bram Moolenaar
2010-07-24Add the 'undoreload' option to be able to undo a file reload.Bram Moolenaar
2010-07-24Fix for cursor position in wrapped line with concealed text.Bram Moolenaar
2010-07-24Give each syntax item a sequence number, so that we know when it starts andBram Moolenaar
2010-07-24Fix: errors for allocating zero bytes when profiling an empty function.Bram Moolenaar
2010-07-24Remove -arch flag from build flags for Perl. (Bjorn Wickler)Bram Moolenaar
2010-07-24Find python3 also in lib64 directory. (Ben Boeckel)Bram Moolenaar
2010-07-24Fix memory leak in :find completion. (Dominique Pelle)Bram Moolenaar
2010-07-24Temporary solution for crashing when using both :py and :py3: disallow both inBram Moolenaar
2010-07-24Specify library to load for Python more precisely. (James Vega)Bram Moolenaar
2010-07-24Add the 'c' flag to 'concealcursor'.Bram Moolenaar
2010-07-24Another conceal fix: cursor in wrong column when 'number' set.Bram Moolenaar
2010-07-24Don't conceal text in lines inside the Visual area.Bram Moolenaar
2010-07-23Window split didn't copy the value of 'conceallevel'.Bram Moolenaar
2010-07-23Add the 'concealcursor' option to decide when the cursor line is to beBram Moolenaar
2010-07-22Fix: strdisplaywidth("x", 2) returned 3 instead of 1.Bram Moolenaar
2010-07-22For conceal mode: when two different syntax items follow each other, show theBram Moolenaar
2010-07-22Fix: "import termios" doesn't work with dynamically loaded Python. (JamesBram Moolenaar
2010-07-22Make it possible to load Lua dynamically on Unix. (Luis Carvalho)Bram Moolenaar
2010-07-22Fix building with Perl on Windows with MingW. (James Vega)Bram Moolenaar
2010-07-21Update French and Esperanto translations. (Dominique Pelle)Bram Moolenaar
2010-07-21Make it possible to load Perl dynamically on Unix. (James Vega)Bram Moolenaar
2010-07-21Fix build problem when fchown() not available. (Gary Johnson)Bram Moolenaar
2010-07-21Fix that :py3file was not working.Bram Moolenaar
2010-07-20Fix hang when resizing in diff mode and there are concealed items.Bram Moolenaar
2010-07-20Avoid error when exiting in diff mode with EXITFREE defined.Bram Moolenaar
2010-07-20When resetting 'mousehide' show the mouse pointer right away.Bram Moolenaar
2010-07-20Fix some duplicates in ":find" completion. (Nazri Ramliy)Bram Moolenaar
2010-07-20Change 'cryptmethod' from a number to a string option. Make it global-local.Bram Moolenaar
2010-07-20Fix: When 'searchhl' causes a hang make CTRL-C disable 'shearchhl'.Bram Moolenaar
2010-07-20Fix 'colorcolumn' adjecent columns not highlighted after end of line.Bram Moolenaar
2010-07-19Fixed: crash with ":find " completion, using uninitialized count.Bram Moolenaar
2010-07-19Updated Ukranian translations. (Anatoli Sakhnik)Bram Moolenaar
2010-07-19Updated Polish translations. (Mikolaj Machowski)Bram Moolenaar
2010-07-19Fix configure for Python3 libs and version number. (James Vega)Bram Moolenaar
2010-07-19Rename some "python3" symbols to "py3", as the command name.Bram Moolenaar