summaryrefslogtreecommitdiff
path: root/runtime/doc
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.4.145v7.4.145Bram Moolenaar2014-01-141-1/+1
| | | | | | Problem: getregtype() does not return zero for unknown register. Solution: Adjust documention: return empty string for unknown register. Check the register name to be valid. (Yukihiro Nakadaira)
* Updated runtime files.Bram Moolenaar2014-01-072-6/+65
|
* Runtime file updates.Bram Moolenaar2013-12-153-8/+35
|
* Updated runtime files.Bram Moolenaar2013-12-115-56/+58
|
* updated for version 7.4.109v7.4.109Bram Moolenaar2013-11-281-0/+6
| | | | | Problem: ColorScheme autocommand matches with the current buffer name. Solution: Match with the colorscheme name. (Christian Brabandt)
* Updated runtime files.Bram Moolenaar2013-11-286-23/+61
|
* Update runtime files.Bram Moolenaar2013-11-146-37/+15
|
* updated for version 7.4.088v7.4.088Bram Moolenaar2013-11-122-0/+10
| | | | | | | Problem: When spell checking is enabled Asian characters are always marked as error. Solution: When 'spelllang' contains "cjk" do not mark Asian characters as error. (Ken Takata)
* updated for version 7.4.083v7.4.083Bram Moolenaar2013-11-091-0/+4
| | | | | Problem: It's hard to avoid adding a used pattern to the search history. Solution: Add the ":keeppatterns" modifier. (Christian Brabandt)
* Updated runtime files.Bram Moolenaar2013-11-096-44/+19
|
* updated for version 7.4.080v7.4.080Bram Moolenaar2013-11-091-0/+7
| | | | | Problem: Missing documentation for v:hlsearch. Solution: Include the right file in the patch.
* updated for version 7.4.073v7.4.073Bram Moolenaar2013-11-061-3/+4
| | | | | Problem: Setting undolevels for one buffer changes undo in another. Solution: Make 'undolevels' a global-local option. (Christian Brabandt)
* updated for version 7.4.069v7.4.069Bram Moolenaar2013-11-051-5/+7
| | | | | | | Problem: Cannot right shift lines starting with #. Solution: Allow the right shift when 'cino' contains #N with N > 0. (Christian Brabandt) Refactor parsing 'cino', store the values in the buffer.
* Update runtime files.Bram Moolenaar2013-11-033-27/+82
|
* updated for version 7.4.057v7.4.057Bram Moolenaar2013-11-021-2/+19
| | | | | Problem: byteidx() does not work for composing characters. Solution: Add byteidxcomp().
* Runtime file updates.Bram Moolenaar2013-10-066-45/+43
|
* updated for version 7.4.034v7.4.034Bram Moolenaar2013-09-221-0/+5
| | | | | Problem: Using "p" in Visual block mode only changes the first line. Solution: Repeat the put in all text in the block. (Christian Brabandt)
* Update runtime files. Add support for J.Bram Moolenaar2013-09-229-24/+57
|
* Updated runtime files.Bram Moolenaar2013-09-0513-43/+122
|
* release version 7.4v7.4Bram Moolenaar2013-08-10131-149/+272
|
* Update runtime files.Bram Moolenaar2013-08-038-22/+30
|
* updated for version 7.4b.006v7.4b.006Bram Moolenaar2013-08-021-0/+3
| | | | | | Problem: Using \{n,m} in an autocommand pattern no longer works. Specifically, mutt temp files are not recognized. (Gary Johnson) Solution: Make \\\{n,m\} work.
* Update files for the 7.4b BETA release.v7.4b.000Bram Moolenaar2013-07-28131-132/+406
|
* Updated runtime files.Bram Moolenaar2013-07-284-7/+13
|
* Updated runtime files.Bram Moolenaar2013-07-246-108/+101
|
* Updated runtime files.Bram Moolenaar2013-07-1711-99/+245
|
* updated for version 7.4a.015v7.4a.015Bram Moolenaar2013-07-135-0/+1007
| | | | | | Problem: No Japanese man pages. Solution: Add Japanese translations of man pages. (Ken Takata, Yukihiro Nakadaira, et al.)
* Updated runtime files. Fix NL translations.Bram Moolenaar2013-07-094-54/+56
|
* Vim 7.4a BETA release.v7.4aBram Moolenaar2013-07-06133-134/+7752
|
* Update runtime files.Bram Moolenaar2013-07-062-22/+27
|
* A few updated runtime files.Bram Moolenaar2013-07-052-5/+7
|
* updated for version 7.3.1308v7.3.1308Bram Moolenaar2013-07-043-42/+5
| | | | | Problem: Typos in MS-Windows build settings and README. Solution: Minor changes to MS-Windows files.
* updated for version 7.3.1287v7.3.1287Bram Moolenaar2013-07-011-0/+5
| | | | | | Problem: Python SystemExit exception is not handled properly. Solution: Catch the exception and give an error. (Yasuhiro Matsumoto, Ken Takata)
* Updated runtime files.Bram Moolenaar2013-06-296-51/+48
|
* updated for version 7.3.1261v7.3.1261Bram Moolenaar2013-06-291-4/+14
| | | | | | | Problem: A buffer-local language mapping from a keymap stops a global insert mode mapping from working. (Ron Aaron) Solution: Do not wait for more characters to be typed only when the mapping was defined with <nowait>.
* Update runtime files. Remove duplicate tags in help.Bram Moolenaar2013-06-285-118/+49
|
* updated for version 7.3.1248v7.3.1248Bram Moolenaar2013-06-261-0/+38
| | | | | | Problem: Still have old hacking code for Input Method. Solution: Add 'imactivatefunc' and 'imstatusfunc' as a generic solution to Input Method activation. (Yukihiro Nakadaira)
* Updated runtime files. New version of TOhtml plugin.Bram Moolenaar2013-06-263-24/+61
|
* Update runtime files.Bram Moolenaar2013-06-245-51/+164
|
* Updated runtime files.Bram Moolenaar2013-06-155-53/+89
|
* Update runtime files.Bram Moolenaar2013-06-129-119/+184
|
* updated for version 7.3.1178v7.3.1178Bram Moolenaar2013-06-121-4/+10
| | | | | Problem: Can't put all Vim config files together in one directory. Solution: Load ~/.vim/vimrc if ~/.vimrc does not exist. (Lech Lorens)
* updated for version 7.3.1174v7.3.1174Bram Moolenaar2013-06-121-29/+4
| | | | | Problem: Python 2 and 3 use different ways to load modules. Solution: Use the same method. (ZyX)
* updated for version 7.3.1172v7.3.1172Bram Moolenaar2013-06-121-45/+45
| | | | | Problem: Python 2: loading modules doesn't work well. Solution: Fix the code. Add more tests. (ZyX)
* updated for version 7.3.1164v7.3.1164Bram Moolenaar2013-06-111-0/+17
| | | | | Problem: Can't test what is actually displayed on screen. Solution: Add the screenchar() and screenattr() functions.
* updated for version 7.3.1163v7.3.1163Bram Moolenaar2013-06-101-0/+113
| | | | | | Problem: Not easy to load Python modules. Solution: Search "python2", "python3" and "pythonx" directories in 'runtimepath' for Python modules. (ZyX)
* updated for version 7.3.1148v7.3.1148Bram Moolenaar2013-06-081-0/+1
| | | | | Problem: No command line completion for ":syntime". Solution: Implement the completion. (Dominique Pelle)
* Updated runtime files.Bram Moolenaar2013-06-067-71/+90
|
* updated for version 7.3.1129v7.3.1129Bram Moolenaar2013-06-061-0/+57
| | | | | Problem: Can't see what pattern in syntax highlighting is slow. Solution: Add the ":syntime" command.
* updated for version 7.3.1099v7.3.1099Bram Moolenaar2013-06-021-0/+7
| | | | | | Problem: Python: Changing directory with os.chdir() causes problems for Vim's notion of directories. Solution: Add vim.chdir() and vim.fchdir(). (ZyX)