summaryrefslogtreecommitdiff
path: root/runtime
AgeCommit message (Collapse)Author
2015-06-25patch 7.4.755Bram Moolenaar
Problem: It is not easy to count the number of characters. Solution: Add the skipcc argument to strchars(). (Hirohito Higashi, Ken Takata)
2015-06-21patch 7.4.752Bram Moolenaar
Problem: Unicode 8.0 not supported. Solution: Update tables for Unicode 8.0. Avoid E36 when running the script. (James McCoy)
2015-06-19Add the logiPat plugin to the distribution.Bram Moolenaar
2015-06-19patch 7.4.742Bram Moolenaar
Problem: Cannot specify a vertical split when loading a buffer for a quickfix command. Solution: Add the "vsplit" value to 'switchbuf'. (Brook Hong)
2015-06-19Updated runtime files.Bram Moolenaar
2015-06-09Updated runtime files.Bram Moolenaar
2015-05-04patch 7.4.722Bram Moolenaar
Problem: 0x202f is not recognized as a non-breaking space character. Solution: Add 0x202f to the list. (Christian Brabandt)
2015-04-21patch 7.4.710Bram Moolenaar
Problem: It is not possible to make spaces visibible in list mode. Solution: Add the "space" item to 'listchars'. (David Bürgin, issue 350)
2015-04-21patch 7.4.709Bram Moolenaar
Problem: ":tabmove" does not work as documented. Solution: Make it work consistently. Update documentation and add tests. (Hirohito Higashi)
2015-04-15Remove local-additions entries from help.txt.Bram Moolenaar
2015-04-15Updated runtime files.Bram Moolenaar
2015-04-13More updated runtime files.Bram Moolenaar
2015-04-13Updated runtime files.Bram Moolenaar
2015-03-31updated for version 7.4.687Bram Moolenaar
Problem: There is no way to use a different in Replace mode for a terminal. Solution: Add t_SR. (Omar Sandoval)
2015-03-31updated for version 7.4.686Bram Moolenaar
Problem: "zr" and "zm" do not take a count. Solution: Implement the count, restrict the fold level to the maximum nesting depth. (Marcin Szamotulski)
2015-03-21Update runtime files.Bram Moolenaar
2015-03-05updated for version 7.4.656Bram Moolenaar
Problem: Missing changes for glob() in one file. Solution: Add the missing changes.
2015-03-05updated for version 7.4.652Bram Moolenaar
Problem: Xxd lacks a few features. Solution: Use 8 characters for the file position. Add the -e and -o arguments. (Vadim Vygonets)
2015-03-02Update a few runtime files.Bram Moolenaar
2015-02-28Updated runtime files.Bram Moolenaar
2015-02-10updated for version 7.4.627Bram Moolenaar
Problem: The last screen cell is not updated. Solution: Respect the "tn" termcap feature. (Hayaki Saito)
2015-02-03Update runtime files.Bram Moolenaar
2015-01-27updated for version 7.4.605Bram Moolenaar
Problem: The # register is not writable, it cannot be restored after jumping around. Solution: Make the # register writable. (Marcin Szamotulski)
2015-01-27updated for version 7.4.602Bram Moolenaar
Problem: ":set" does not accept hex numbers as documented. Solution: Use vim_str2nr(). (ZyX)
2015-01-27updated for version 7.4.601Bram Moolenaar
Problem: It is not possible to have feedkeys() insert characters. Solution: Add the 'i' flag.
2015-01-25Update runtime files.Bram Moolenaar
2015-01-20updated for version 7.4.586Bram Moolenaar
Problem: Parallel building of the documentation html files is not reliable. Solution: Remove a cyclic dependency. (Reiner Herrmann)
2015-01-14Updated runtime files.Bram Moolenaar
2015-01-14Updated runtime files.Bram Moolenaar
2015-01-10Updated syntax files.Bram Moolenaar
2015-01-07Update runtime files.Bram Moolenaar
2015-01-07updated for version 7.4.566Bram Moolenaar
Problem: :argdo, :bufdo, :windo and :tabdo don't take a range. Solution: Support the range. (Marcin Szamotulski)
2014-12-14Updated runtime files.Bram Moolenaar
2014-12-08updated for version 7.4.542Bram Moolenaar
Problem: Using a range for window and buffer commands has a few problems. Cannot specify the type of range for a user command. Solution: Add the -addr argument for user commands. Fix problems. (Marcin Szamotulski)
2014-12-06Update runtime files.Bram Moolenaar
2014-11-30updated for version 7.4.539Bram Moolenaar
Problem: Crash when computing buffer count. Problem with range for user commands. Line range wrong in Visual area. Solution: Avoid segfault in compute_buffer_local_count(). Check for CMD_USER when checking type of range. (Marcin Szamotulski)
2014-11-27updated for version 7.4.537Bram Moolenaar
Problem: Value of v:hlsearch reflects an internal variable. Solution: Make the value reflect whether search highlighting is actually displayed. (Christian Brabandt)
2014-11-27updated for version 7.4.530Bram Moolenaar
Problem: Many commands take a count or range that is not using line numbers. Solution: For each command specify what kind of count it uses. For windows, buffers and arguments have "$" and "." have a relevant meaning. (Marcin Szamotulski)
2014-11-19Update runtime files.Bram Moolenaar
2014-11-13Update runtime files.Bram Moolenaar
2014-11-05updated for version 7.4.503Bram Moolenaar
Problem: Cannot append a list of lines to a file. Solution: Add the append option to writefile(). (Yasuhiro Matsumoto)
2014-11-05updated for version 7.4.502Bram Moolenaar
Problem: Language mapping also applies to mapped characters. Solution: Add the 'langnoremap' option, when on 'langmap' does not apply to mapped characters. (Christian Brabandt)
2014-11-05Update runtime files.Bram Moolenaar
2014-11-05updated for version 7.4.497Bram Moolenaar
Problem: With some regexp patterns the NFA engine uses many states and becomes very slow. To the user it looks like Vim freezes. Solution: When the number of states reaches a limit fall back to the old engine. (Christian Brabandt)
2014-10-15Update runtime files and translations.Bram Moolenaar
2014-10-02Update runtime files.Bram Moolenaar
2014-09-23updated for version 7.4.456Bram Moolenaar
Problem: 'backupcopy' is global, cannot write only some files in a different way. Solution: Make 'backupcopy' global-local. (Christian Brabandt)
2014-09-19Updated runtime files.Bram Moolenaar
2014-09-19updated for version 7.4.450Bram Moolenaar
Problem: Not all commands that edit another buffer support the +cmd argument. Solution: Add the +cmd argument to relevant commands. (Marcin Szamotulski)
2014-09-19updated for version 7.4.449Bram Moolenaar
Problem: Can't easily close the help window. (Chris Gaal) Solution: Add ":helpclose". (Christian Brabandt)