aboutsummaryrefslogtreecommitdiff
path: root/runtime
Commit message (Collapse)AuthorAge
* doc: Remove reference to gettimeofday()Seth Jackson2016-01-16
| | | | We use libuv for high resolution time now so this note is irrelevant.
* doc: Remove more references to MS-DOSSeth Jackson2016-01-16
| | | | | | Among other things, this includes: - lies about command.com - references to pcterm
* vim-patch:f3c2afbJustin Gassner2016-01-15
| | | | | | Update a few runtime files. https://github.com/vim/vim/commit/f3c2afb77f8b1f2591337fcaa90ba0fb45365cbc
* Merge pull request #4014 from jusga/vim-2b8388bJustin M. Keyes2016-01-14
|\ | | | | vim-patch:2b8388b
| * vim-patch:2b8388bJustin Gassner2016-01-14
| | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/2b8388bd0175835eb751e6c58cd0b0b69465f0d9
* | doc: Remove references to the Mac GUI #4016Seth Jackson2016-01-14
| | | | | | | | We don't support it.
* | Merge pull request #4009 from sethjackson/swapsyncMichael Reed2016-01-14
|\ \ | | | | | | [RFC] Remove 'swapsync'
| * | Remove swapsync.Seth Jackson2016-01-14
| |/ | | | | | | It's complete overkill.
* / doc: Remove references to GTK.Seth Jackson2016-01-14
|/ | | | We don't support it.
* vim patches 7.4.955/974/975/989. #3919Michael Ennen2016-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Helped by @Shougo. vim-patch:7.4.955 vim-patch:7.4.974 vim-patch:7.4.975 vim-patch:7.4.989 Port upstream vim patches 955, 974, 975 and 989. Mark patches 964, 968, 970, and 971, and 982 as NA. Update patch list to 1022. patch 7.4.955 Problem: Vim doesn't recognize .pl6 and .pod6 files. Solution: Recognize them as perl6 and pod6. (Mike Eve) patch 7.4.974 Problem: When using :diffsplit the cursor jumps to the first line. Solution: Put the cursor on the line related to where the cursor was before the split. patch 7.4.975 Problem: Using ":sort" on a very big file sometimes causes text to be corrupted. (John Beckett) Solution: Copy the line into a buffer before calling ml_append(). patch 7.4.989 Problem: Leaking memory when hash_add() fails. Coverity error 99126. Solution: When hash_add() fails free the memory. 778 marked as not NA as it will be needed once vim patch 754 is merged Marked as NA: 964 test 87 was deleted 968 tests 86/87 were deleted 970 guarded by: `# if defined(FEAT_GUI_GTK) || defined(PROTO` and is inside a function that no longer exists 971 function table already sorted correctly 982 marked as NA because Neovim tests are only specified in exactly one location
* doc: Remove references to Motif GUI support #3893Seth Jackson2016-01-11
| | | | We don't support it.
* shell: Unquote &shell* options before using themZyX2016-01-11
|
* vim-patch:e271909Justin Gassner2016-01-10
| | | | | | Updated syntax files. https://github.com/vim/vim/commit/e2719096250a19ecdd9a35d13702879f163d2a50
* vim-patch:7.4.945watiko2016-01-10
| | | | | | | | | | Problem: New style testing is incomplete. Solution: Add the runtest script to the list of distributed files. Add the new functions to the function overview. Rename the functions to match Vim function style. Move undolevels testing into a new style test script. https://github.com/vim/vim/commit/683fa185a4b4ed7595e5942901548b8239ed5cdb
* vim-patch:7.4.944watiko2016-01-10
| | | | | | | | | Problem: Writing tests for Vim script is hard. Solution: Add assertEqual(), assertFalse() and assertTrue() functions. Add the v:errors variable. Add the runtest script. Add a first new style test script. https://github.com/vim/vim/commit/43345546ae63710441f066648b8485fb545b3801
* doc: Remove references to Windows 98.Seth Jackson2016-01-08
|
* vim-patch:e3faf44Justin Gassner2016-01-08
| | | | | | Updated runtime files. https://github.com/vim/vim/commit/e3faf44bef029d07f37a457bd0050653b628058f
* Remove 'restorescreen' optionSeth Jackson2016-01-08
| | | | | | | The relevant code was never actually in Neovim, most likely due to being unifdef(1)'d out during the initial import. see `:h hidden-options'
* Merge pull request #3943 from ZyX-I/better-fref-errorJustin M. Keyes2016-01-08
|\ | | | | eval: Use better error messages when failing to dump values
| * eval: Do not use msgpack#string for error messagesZyX2016-01-07
| |
| * documentation: Update documentationZyX2016-01-07
| |
* | build: Stop using __{DATE,TIME}__Justin M. Keyes2016-01-06
| | | | | | | | | | | | | | Recording the compilation time modifies the source for dubious gain, and interferes with reproducible builds [1]. [1] https://reproducible-builds.org/
* | doc: Clarify Windows feature tests for eval().Seth Jackson2016-01-06
|/
* encoding: Update documentationBjörn Linse2016-01-02
|
* Merge pull request #3903 from justinmk/vim-7.4.605Justin M. Keyes2016-01-01
|\ | | | | vim-patch:7.4.605
| * vim-patch:7.4.605Justin M. Keyes2015-12-30
| | | | | | | | | | | | | | | | Problem: The # register is not writable, it cannot be restored after jumping around. Solution: Make the # register writable. (Marcin Szamotulski) https://github.com/vim/vim/commit/3b3a9498d1eab3c28c524cce115160528a9a9297
* | Port fsync() to libuv.Seth Jackson2016-01-01
|/
* vim-patch:7.4.858Florian Walch2015-12-24
| | | | | | | | Problem: It's a bit clumsy to execute a command on a list of matches. Solution: Add the ":ldo", ":lfdo", ":cdo" and ":cfdo" commands. (Yegappan Lakshmanan) https://github.com/vim/vim/commit/aa23b379421aa214e6543b06c974594a25799b09
* doc: os_dos.txt: Remove more references to MS-DOS/Windows 95 #3889Seth Jackson2015-12-23
|
* doc: Remove references to neXtaw GUI support #3892Seth Jackson2015-12-22
| | | | We never supported it.
* doc: Fix invalid referenceMichael Reed2015-12-22
| | | | found with `make -C runtime/doc html`
* doc: mbyte.txt: Remove some low-hanging fruitMichael Reed2015-12-22
| | | | | | | - Nvim has no concept of "huge" or "normal" features: the overwhelming majority of features are compiled in by default - Nvim does not link to X (X11), so doesn't support setting things via ~/.Xresources, among many other things
* doc: Remove references to Athena GUI support #3891Seth Jackson2015-12-22
| | | | We don't support Athena anymore.
* doc: vi_diff: Update supported OS list #3890Seth Jackson2015-12-22
| | | | | | | | | | We do not support every Unix flavor in existence so note that here. We do not support Windows 95 or NT. Update the list to the Windows versions we do support. We only support OS X not classic Mac OS so note that too.
* doc: Remove a reference to Windows ME #3888Seth Jackson2015-12-22
| | | | We don't support Windows 95, Windows ME, or Windows 2000 anymore.
* doc: os_win32: More cleanup #3884Seth Jackson2015-12-22
| | | | | | Follow-up to ee1f8ea Roger Knobbe is still mentioned in intro.txt, for anyone wondering.
* doc: Remove some references to MS-DOS #3886Seth Jackson2015-12-22
| | | | We don't support MS-DOS.
* doc: Remove references to Windows 3.1 #3883Seth Jackson2015-12-21
|
* vim-patch:8a94d87Justin M. Keyes2015-12-17
| | | | | | Update runtime files. https://github.com/vim/vim/commit/8a94d873aa8c753a8522ea86a049bdf2abd0c507
* vim-patch:0122c40Justin M. Keyes2015-12-17
| | | | | | Update runtime files. https://github.com/vim/vim/commit/0122c4070f84e71f15a39fb20ababeffb70757c4
* Merge pull request #3859 from justinmk/vim-83caecfJustin M. Keyes2015-12-17
|\ | | | | vim-patch:83caecf
| * vim-patch:83caecfJustin M. Keyes2015-12-17
| | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/83caecf31437c1e1af342186514f2a073ee1427e
* | vim-patch:9da7ff7Justin M. Keyes2015-12-17
|/ | | | | | Updated runtime files. https://github.com/vim/vim/commit/9da7ff70cc22c941b7e6810c7d960d0061040436
* Merge #3443 'vim-patch:7.4.{785,795,898}'Justin M. Keyes2015-12-13
|\
| * vim-patch:7.4.785Johan Klokkhammer Helsing2015-11-22
| | | | | | | | | | | | | | | | Problem: On some systems automatically adding the missing EOL causes problems. Setting 'binary' has too many side effects. Solution: Add the 'fixeol' option, default on. (Pavel Samarkin) https://github.com/vim/vim/commit/34d72d4b6c1a2b04a214d8a49b7d22c97bc7a8bc
* | doc: nvim_python: mention --upgrade. #3832mseri2015-12-12
| |
* | Merge pull request #3753 from watiko/vim-7.4.790Justin M. Keyes2015-12-12
|\ \ | | | | | | Vim 7.4.{786,787,789,790}
| * | vim-patch:7.4.786watiko2015-11-28
| | | | | | | | | | | | | | | | | | | | | Problem: It is not possible for a plugin to adjust to a changed setting. Solution: Add the OptionSet autocommand event. (Christian Brabandt) https://github.com/vim/vim/commit/537443018d41918639695a442c91b34ccec69fc3
* | | Remove getscript.vim.Seth Jackson2015-12-12
| | |
* | | Fix UpdateRemotePlugins fails problemShougo Matsushita2015-12-10
| | |