summaryrefslogtreecommitdiff
path: root/runtime/doc/todo.txt
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.Bram Moolenaar2010-07-251-9/+2
* Add "q" item for 'statusline'. Add w:quickfix_title. (Lech Lorens)Bram Moolenaar2010-07-251-3/+0
* Add support for horizontal scroll wheel. (Bjorn Winckler)Bram Moolenaar2010-07-251-9/+4
* Add the synconcealed() function and use it for :TOhtml. (Benjamin Fritz)Bram Moolenaar2010-07-251-1/+3
* Let 'v' flag in 'concealcursor' apply to all lines in the Visual area.Bram Moolenaar2010-07-241-14/+15
* More runtime file updates.Bram Moolenaar2010-07-241-0/+2
* Add the 'undoreload' option to be able to undo a file reload.Bram Moolenaar2010-07-241-3/+0
* 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-241-1/+1
* Remove -arch flag from build flags for Perl. (Bjorn Wickler)Bram Moolenaar2010-07-241-12/+10
* Add the 'c' flag to 'concealcursor'.Bram Moolenaar2010-07-241-3/+8
* Don't conceal text in lines inside the Visual area.Bram Moolenaar2010-07-241-1/+13
* 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-231-6/+15
* Make it possible to load Lua dynamically on Unix. (Luis Carvalho)Bram Moolenaar2010-07-221-2/+8
* 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-211-3/+2
* Fix that :py3file was not working.Bram Moolenaar2010-07-211-0/+4
* Update timestamps for recently changed help files.Bram Moolenaar2010-07-201-1/+1
* Fix hang when resizing in diff mode and there are concealed items.Bram Moolenaar2010-07-201-20/+0
* 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-201-10/+1
* 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-201-6/+8
* Rename w_p_conceal to w_p_conc for consistency.Bram Moolenaar2010-07-191-2/+6
* Vim 7.3a -> 7.3b.Bram Moolenaar2010-07-181-1/+6
* 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-181-2/+3
* Fixes and improvements for MS-Windows build.Bram Moolenaar2010-07-181-4/+2
* Minor runtime file updates.Bram Moolenaar2010-07-181-0/+2
* Added strwidth() and strchars() functions.Bram Moolenaar2010-07-181-2/+2
* 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-171-3/+0
* 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-171-3/+2
* Better implementation of creating the Color Scheme menu. (Juergen Kraemer)Bram Moolenaar2010-07-171-26/+25
* In Visual mode with 'showcmd' display the number of bytes and characters.Bram Moolenaar2010-07-171-2/+2
* Added Lua interfae. (Luis Carvalho)Bram Moolenaar2010-07-141-3/+0
* Fix: When entering a digraph or special character after a line that fits theBram Moolenaar2010-07-141-11/+9
* Allow synIDattr() getting GUI attributes when build without GUI.Bram Moolenaar2010-07-141-6/+0
* Disallow setting 'enc' in a modeline. (Patrick Texier)Bram Moolenaar2010-07-141-7/+4
* Fix: cursor line not properly concealed when moving between windows.Bram Moolenaar2010-07-141-3/+5
* Remove obsolete Mac code.Bram Moolenaar2010-07-141-4/+2
* Added 'colorcolumn' option. Partly by Gregor Uhlenheuer.Bram Moolenaar2010-07-141-5/+1
* Missing piece for Mac console clipboard support. (Bjorn Winckler)Bram Moolenaar2010-07-141-3/+0
* Support completion for ":find". (Nazri Ramliy)Bram Moolenaar2010-07-141-1/+0
* Fix a few compiler warnings.Bram Moolenaar2010-07-141-7/+5
* Add clipboard support in Mac console. (Bjorn Winckler)Bram Moolenaar2010-07-141-3/+3