summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix build warnings and problems for tiny/small Win32 build. (Mike Williams)Bram Moolenaar2010-07-276-22/+29
* Fix for "concealends". (Vince Negri)Bram Moolenaar2010-07-271-0/+2
* Update TeX syntax file.Bram Moolenaar2010-07-263-112/+250
* Fix compiler warnings on 64 bit systems.Bram Moolenaar2010-07-264-6/+7
* Updated runtime files.Bram Moolenaar2010-07-2612-37/+124
* Fix: terminal title not properly restured when there are multi-byteBram Moolenaar2010-07-252-9/+9
* 7.3b -> 7.3cBram Moolenaar2010-07-25156-179/+180
* Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.Bram Moolenaar2010-07-256-24/+55
* Add "q" item for 'statusline'. Add w:quickfix_title. (Lech Lorens)Bram Moolenaar2010-07-2510-34/+115
* Fix: editing a not encrypted file after a crypted file messed up reading theBram Moolenaar2010-07-253-6/+6
* Add support for horizontal scroll wheel. (Bjorn Winckler)Bram Moolenaar2010-07-2523-142/+304
* Better fix for memory access in recovery. (Dominique Pelle)Bram Moolenaar2010-07-251-2/+4
* Fix memory access to 'cryptmethod' during recovery. (Dominique Pelle)Bram Moolenaar2010-07-251-2/+4
* Add completion for :setfiletype. (Dominique Pelle)Bram Moolenaar2010-07-251-0/+1
* Add completion for :lmap and :lunmap.Bram Moolenaar2010-07-251-4/+6
* Include old Python changes in Python 3 interface.Bram Moolenaar2010-07-251-3/+10
* Fix: when resetting both 'title' and 'icon' the title would be set after aBram Moolenaar2010-07-252-1/+3
* Use the SONAME-versioned liblua, if it exists. (James Vega)Bram Moolenaar2010-07-252-4/+18
* Add the synconcealed() function and use it for :TOhtml. (Benjamin Fritz)Bram Moolenaar2010-07-258-47/+188
* Let 'v' flag in 'concealcursor' apply to all lines in the Visual area.Bram Moolenaar2010-07-243-15/+18
* Move some common code from if_python.c and if_python3.c to if_py_both.h.Bram Moolenaar2010-07-245-612/+476
* More runtime file updates.Bram Moolenaar2010-07-245-11/+16
* Fix for compiler warning about function prototype in pty.c.Bram Moolenaar2010-07-241-2/+4
* Add 'window' to the options window.Bram Moolenaar2010-07-241-0/+2
* Further improvements for :options. (Dominique Pelle)Bram Moolenaar2010-07-241-17/+17
* Add the 'undoreload' option to be able to undo a file reload.Bram Moolenaar2010-07-2416-78/+166
* Fix for cursor position in wrapped line with concealed text.Bram Moolenaar2010-07-242-2/+1
* Give each syntax item a sequence number, so that we know when it starts andBram Moolenaar2010-07-244-12/+18
* Document extra argument for Python append().Bram Moolenaar2010-07-242-2/+6
* Fix: errors for allocating zero bytes when profiling an empty function.Bram Moolenaar2010-07-241-4/+7
* Remove -arch flag from build flags for Perl. (Bjorn Wickler)Bram Moolenaar2010-07-243-14/+19
* Find python3 also in lib64 directory. (Ben Boeckel)Bram Moolenaar2010-07-242-2/+2
* Fix memory leak in :find completion. (Dominique Pelle)Bram Moolenaar2010-07-241-9/+9
* Better text for 'concealcursor' in :options window.Bram Moolenaar2010-07-242-3/+7
* Fix 'autochdir' not showing up in :options window. (Dominique Pelle)Bram Moolenaar2010-07-241-4/+7
* Temporary solution for crashing when using both :py and :py3: disallow both inBram Moolenaar2010-07-244-2/+40
* Specify library to load for Python more precisely. (James Vega)Bram Moolenaar2010-07-242-4/+8
* Add the 'c' flag to 'concealcursor'.Bram Moolenaar2010-07-246-9/+17
* Another conceal fix: cursor in wrong column when 'number' set.Bram Moolenaar2010-07-241-1/+2
* Don't conceal text in lines inside the Visual area.Bram Moolenaar2010-07-243-2/+17
* Window split didn't copy the value of 'conceallevel'.Bram Moolenaar2010-07-232-7/+2
* Add the 'concealcursor' option to decide when the cursor line is to beBram Moolenaar2010-07-2319-56/+210
* Update Fortran indent and syntax file. (Ajit Thakkar)Bram Moolenaar2010-07-223-18/+16
* Fix: strdisplaywidth("x", 2) returned 3 instead of 1.Bram Moolenaar2010-07-221-1/+1
* For conceal mode: when two different syntax items follow each other, show theBram Moolenaar2010-07-223-18/+29
* 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-228-75/+118
* 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-213-75/+160
* Make it possible to load Perl dynamically on Unix. (James Vega)Bram Moolenaar2010-07-2111-62/+158