summaryrefslogtreecommitdiff
path: root/runtime/doc
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.Bram Moolenaar2010-07-254-16/+47
* Add "q" item for 'statusline'. Add w:quickfix_title. (Lech Lorens)Bram Moolenaar2010-07-253-5/+7
* Fix: editing a not encrypted file after a crypted file messed up reading theBram Moolenaar2010-07-251-2/+2
* Add support for horizontal scroll wheel. (Bjorn Winckler)Bram Moolenaar2010-07-259-72/+116
* Add the synconcealed() function and use it for :TOhtml. (Benjamin Fritz)Bram Moolenaar2010-07-253-4/+27
* Let 'v' flag in 'concealcursor' apply to all lines in the Visual area.Bram Moolenaar2010-07-242-14/+16
* More runtime file updates.Bram Moolenaar2010-07-243-3/+7
* Add the 'undoreload' option to be able to undo a file reload.Bram Moolenaar2010-07-244-4/+25
* Fix for cursor position in wrapped line with concealed text.Bram Moolenaar2010-07-241-2/+0
* Give each syntax item a sequence number, so that we know when it starts andBram Moolenaar2010-07-241-3/+0
* Document extra argument for Python append().Bram Moolenaar2010-07-242-2/+6
* Remove -arch flag from build flags for Perl. (Bjorn Wickler)Bram Moolenaar2010-07-241-12/+10
* Better text for 'concealcursor' in :options window.Bram Moolenaar2010-07-241-2/+6
* Add the 'c' flag to 'concealcursor'.Bram Moolenaar2010-07-243-7/+13
* Don't conceal text in lines inside the Visual area.Bram Moolenaar2010-07-242-1/+15
* Window split didn't copy the value of 'conceallevel'.Bram Moolenaar2010-07-231-7/+1
* Add the 'concealcursor' option to decide when the cursor line is to beBram Moolenaar2010-07-235-16/+48
* Update Fortran indent and syntax file. (Ajit Thakkar)Bram Moolenaar2010-07-221-2/+2
* Make it possible to load Lua dynamically on Unix. (Luis Carvalho)Bram Moolenaar2010-07-222-61/+72
* Update French and Esperanto translations. (Dominique Pelle)Bram Moolenaar2010-07-211-2/+0
* Make it possible to load Perl dynamically on Unix. (James Vega)Bram Moolenaar2010-07-213-11/+15
* Fix dependencies in help Makefile. (James Vega)Bram Moolenaar2010-07-211-1/+3
* Small docs fixes.Bram Moolenaar2010-07-214-8/+12
* Fix that :py3file was not working.Bram Moolenaar2010-07-213-4/+9
* Update timestamps for recently changed help files.Bram Moolenaar2010-07-2035-35/+35
* Fix hang when resizing in diff mode and there are concealed items.Bram Moolenaar2010-07-203-24/+10
* Fix some duplicates in ":find" completion. (Nazri Ramliy)Bram Moolenaar2010-07-201-2/+0
* Change 'cryptmethod' from a number to a string option. Make it global-local.Bram Moolenaar2010-07-204-21/+30
* Fix: When 'searchhl' causes a hang make CTRL-C disable 'shearchhl'.Bram Moolenaar2010-07-201-6/+2
* Fix typos in documentation. (Dominique Pelle)Bram Moolenaar2010-07-206-22/+24
* Rename some "python3" symbols to "py3", as the command name.Bram Moolenaar2010-07-194-13/+21
* Never hide text for conceal in cursor line. Do hide when there isBram Moolenaar2010-07-191-3/+3
* Rename w_p_conceal to w_p_conc for consistency.Bram Moolenaar2010-07-193-5/+13
* Vim 7.3a -> 7.3b.Bram Moolenaar2010-07-18131-131/+136
* Fix: MS-Windows installer used wrong path for uninstaller key.Bram Moolenaar2010-07-181-2/+0
* 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-185-18/+55
* Minor runtime file updates.Bram Moolenaar2010-07-183-1/+4
* Make automatic prototype generation work with more interfaces.Bram Moolenaar2010-07-184-27/+2810
* Added strdisplaywidth() function.Bram Moolenaar2010-07-181-4/+16
* Added strwidth() and strchars() functions.Bram Moolenaar2010-07-182-3/+19
* Better conceal in help. (partly by Dominique Pelle)Bram Moolenaar2010-07-186-60/+60
* Whitespace cleanup.Bram Moolenaar2010-07-171-6/+1
* Added support for Python 3. (Roland Puntaier)Bram Moolenaar2010-07-171-6/+1
* Add the 'L' item to 'cinoptions'. (Manuel Konig)Bram Moolenaar2010-07-172-6/+17
* Mac: Support disabling antialias. (LC Mi)Bram Moolenaar2010-07-171-2/+2
* Make it possible to drag a tab page label to another position. (Paul B. Mahol)Bram Moolenaar2010-07-172-4/+3
* Better implementation of creating the Color Scheme menu. (Juergen Kraemer)Bram Moolenaar2010-07-172-30/+37
* In Visual mode with 'showcmd' display the number of bytes and characters.Bram Moolenaar2010-07-178-17/+19
* Improved version of 2html.vim.Bram Moolenaar2010-07-161-24/+29