summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Collapse)AuthorAgeFilesLines
* Version 7.3c -> 7.3dBram Moolenaar2010-08-01131-131/+133
|
* Update todo file.Bram Moolenaar2010-08-011-0/+2
|
* Update utf-8 version of tutor.Bram Moolenaar2010-08-011-1/+1
|
* Minor updates for the 7.3c release.Bram Moolenaar2010-08-012-49/+78
|
* Fix: test 69 didn't work on MS-Windows. Test 72 beeped too often.Bram Moolenaar2010-08-011-4/+1
|
* Runtime file updates.Bram Moolenaar2010-08-014-14/+89
|
* Fix typos in README files. (Dominique Pelle)Bram Moolenaar2010-08-011-6/+5
|
* Fix that uninstaller isn't found on 64-bit Windows.Bram Moolenaar2010-07-311-4/+0
|
* Fix: on MS-Windows the "open with..." menu starts Vim without a file.Bram Moolenaar2010-07-311-3/+2
|
* Fixed: CTRL-R in Insert mode doesn't insert composing characters.Bram Moolenaar2010-07-311-5/+0
|
* Fixes for coverity warnings.Bram Moolenaar2010-07-312-6/+3
|
* Support syntax and filetype completion for user commands. (Christian Brabandt)Bram Moolenaar2010-07-313-18/+22
|
* More updated runtime files.Bram Moolenaar2010-07-303-47/+84
|
* Runtime file updates.Bram Moolenaar2010-07-308-116/+153
|
* Dectect Perl6.Bram Moolenaar2010-07-291-1/+5
|
* Updated runtime files. Add logcheck filetype plugin. (James Vega)Bram Moolenaar2010-07-296-66/+161
|
* Add completion for ":ownsyntax" and improve completion for ":filetype".Bram Moolenaar2010-07-291-3/+1
| | | | (Dominique Pelle)
* Updated runtime files. :TOhtml improvements by Benjamin Fritz.Bram Moolenaar2010-07-297-88/+165
|
* Remove Mupad indent and ftplugin files, they are not useful.Bram Moolenaar2010-07-284-512/+0
|
* Improvements for ":find" completion. (Nazri Ramliy)Bram Moolenaar2010-07-282-14/+15
|
* Changes for VMS. Mostly by Zoltan Arpadffy.Bram Moolenaar2010-07-282-16/+11
|
* More runtime file updates.Bram Moolenaar2010-07-2810-41/+64
|
* More accented characters in tex.vim syntax. (Charles Campbell)Bram Moolenaar2010-07-281-72/+68
|
* Updated runtime files.Bram Moolenaar2010-07-288-118/+131
|
* Minor runtime file updates.Bram Moolenaar2010-07-284-10/+13
|
* Updated runtime files. New netrw plugin version.Bram Moolenaar2010-07-276-139/+183
|
* Update TeX syntax file.Bram Moolenaar2010-07-263-112/+250
|
* Updated runtime files.Bram Moolenaar2010-07-2612-37/+124
|
* Fix: terminal title not properly restured when there are multi-byteBram Moolenaar2010-07-251-5/+1
| | | | characters. (partly by James Vega)
* 7.3b -> 7.3cBram Moolenaar2010-07-25131-144/+145
|
* 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-254-5/+23
|
* Fix: editing a not encrypted file after a crypted file messed up reading theBram Moolenaar2010-07-251-2/+2
| | | | text from an undo file.
* 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-256-47/+117
|
* 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-245-11/+16
|
* 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-245-4/+27
|
* 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
| | | | can show the 'cchar' for each of them.
* 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-242-3/+7
|
* Fix 'autochdir' not showing up in :options window. (Dominique Pelle)Bram Moolenaar2010-07-241-4/+7
| | | | Adjust :options window for changes in conceal options.
* Add the 'c' flag to 'concealcursor'.Bram Moolenaar2010-07-244-8/+14
|
* 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-236-18/+50
| | | | | concealed or not. Rename 'conc' to 'cole' as the short name for 'conceallevel'.