summaryrefslogtreecommitdiffstats
path: root/runtime
AgeCommit message (Expand)Author
2010-07-25Add support for horizontal scroll wheel. (Bjorn Winckler)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-24More runtime file updates.Bram Moolenaar
2010-07-24Add 'window' to the options window.Bram Moolenaar
2010-07-24Further improvements for :options. (Dominique Pelle)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-24Document extra argument for Python append().Bram Moolenaar
2010-07-24Remove -arch flag from build flags for Perl. (Bjorn Wickler)Bram Moolenaar
2010-07-24Better text for 'concealcursor' in :options window.Bram Moolenaar
2010-07-24Fix 'autochdir' not showing up in :options window. (Dominique Pelle)Bram Moolenaar
2010-07-24Add the 'c' flag to 'concealcursor'.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-22Update Fortran indent and syntax file. (Ajit Thakkar)Bram Moolenaar
2010-07-22Make it possible to load Lua dynamically on Unix. (Luis Carvalho)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 dependencies in help Makefile. (James Vega)Bram Moolenaar
2010-07-21Small docs fixes.Bram Moolenaar
2010-07-21Fix that :py3file was not working.Bram Moolenaar
2010-07-20Update timestamps for recently changed help files.Bram Moolenaar
2010-07-20Fix hang when resizing in diff mode and there are concealed items.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-20Add a few items to the syntax menu. Split up long submenus.Bram Moolenaar
2010-07-20Updated sh and vim syntax files. (Charles Campbell)Bram Moolenaar
2010-07-20Fix typos in documentation. (Dominique Pelle)Bram Moolenaar
2010-07-19Rename some "python3" symbols to "py3", as the command name.Bram Moolenaar
2010-07-19Never hide text for conceal in cursor line. Do hide when there isBram Moolenaar
2010-07-19Rename w_p_conceal to w_p_conc for consistency.Bram Moolenaar
2010-07-18Vim 7.3a -> 7.3b.Bram Moolenaar
2010-07-18Fix: MS-Windows installer used wrong path for uninstaller key.Bram Moolenaar
2010-07-18Last few changes for the 7.3a BETA release.Bram Moolenaar
2010-07-18Fixes and improvements for MS-Windows build.Bram Moolenaar
2010-07-18Minor runtime file updates.Bram Moolenaar
2010-07-18Make automatic prototype generation work with more interfaces.Bram Moolenaar
2010-07-18Added strdisplaywidth() function.Bram Moolenaar
2010-07-18Added strwidth() and strchars() functions.Bram Moolenaar
2010-07-18Better conceal in help. (partly by Dominique Pelle)Bram Moolenaar
2010-07-18Improved :TOhtml. (Benjamin Fritz)Bram Moolenaar
2010-07-17Whitespace cleanup.Bram Moolenaar
2010-07-17Added support for Python 3. (Roland Puntaier)Bram Moolenaar
2010-07-17Add the 'L' item to 'cinoptions'. (Manuel Konig)Bram Moolenaar
2010-07-17Mac: Support disabling antialias. (LC Mi)Bram Moolenaar
2010-07-17Make it possible to drag a tab page label to another position. (Paul B. Mahol)Bram Moolenaar