aboutsummaryrefslogtreecommitdiff
path: root/runtime
Commit message (Collapse)AuthorAge
* version.c: updateShougo Matsushita2016-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to @sethjackson, @oni-link, @equalsraf, @jusga included patches: 697 Already included e4975f8 1013 1149 Revert 7.4.1013 NA patches: 1002 Windows Test 1003 Travis CI 1004 Makefile 1008 Drop OS/2 support 1009 ARCHIE is already removed in neovim 1011 if_perl 1012 if_python 1014 Cygwin support 1016 Drop OS/2 support 1019 Makefile fix 1020 Windows fix 1021 Makefile fix 1022 Remove outdated description 1023 Makefile fix 1024 Windows fix 1025 Makefile fix 1026 Makefile fix 1027 if_python fix 1028 Nsis version file 1031 if_python 1033 Windows fix 1038 configure fix 1040 tee.c 1043 INSTALL_mac.txt 1044 ifdef FEAT_EVAL 1045 Travis fix 1060 old style test README fix 1062 Makefile fix 1063 Makefile fix 1065 if_python, if_lua, if_perl, if_ruby fix 1066 Windows build 1067 Makefile fix 1069 Compiler warning 1070 if_tcl 1074 GUI Compiler warning 1077 Windows build documentation 1078 Windows build 1080 Windows GUI 1082 Windows GUI 1083 GVimExt 1095 Makefile 1098 style fix 1099 crypt 1100 Cygwin Makefile 1103 filelist 1104 if_mzscheme 1106 Windows Makefile 1109 Windows 1115 Windows Makefile 1124 Windows 1125 if_perl 1127 if_perl 1128 Windows junction delete() fix 1129 if_python 1131 viminfo 1133 ARGS() macro 1134 Windows 1135 Windows 1138 GUI 1139 Windows 1144 float.h 1145 configure fix 1146 if_python3 fix 1148 Makefile fix 1155 feature remove 1158 ARGS macro 1159 ARGS macro 1162 if_mzscheme 1171 Makefile fix 1172 configure fix 1175 MinGW Cygwin build 1176 channel prototype fix 1185 if_tcl 1190 configure fix 1192 FEAT non multibyte fix 1196-1203 ARGS macro 1204 GUI Motif 1205-1208 old style function 1209 Athena support 1210 old style function 1211 old style function 1212 GUI Motif 1213-1215 old style function 1216 HAVE_STDARG_H 1218 old style function 1219 FEAT_FLOAT
* doc: fix typo in doc/nvim_provider.txtPrayag Verma2016-02-01
| | | | Spelling mistake - `peform` > `perform`
* Merge pull request #4113 from jbradaric/vim-7.4.709Justin M. Keyes2016-02-01
|\ | | | | vim-patch:7.4.709
| * vim-patch:7.4.709Jurica Bradaric2016-01-28
| | | | | | | | | | | | | | | | Problem: ":tabmove" does not work as documented. Solution: Make it work consistently. Update documentation and add tests. (Hirohito Higashi) https://github.com/vim/vim/commit/40ce3a4e1f50badb75ca812e26557a9bc5fde8c6
* | Merge pull request #4144 from george-b/manwidthJustin M. Keyes2016-02-01
|\ \ | | | | | | Respect $MANWIDTH
| * | Respect $MANWIDTHGeorge Brown2016-02-01
| | | | | | | | | | | | If $MANWIDTH is set do not override it otherwise use winwidth.
* | | vim-patch:7.4.1065watiko2016-02-01
| | | | | | | | | | | | | | | | | | | | | | | | Problem: Cannot use the "dll" options on MS-Windows. Solution: Support the options on all platforms. Use the built-in name as the default, so that it's clear what Vim is looking for. https://github.com/vim/vim/commit/25e4fcde767084d1a79e0926bc301c92987c0cce
* | | vim-patch:7.4.1027watiko2016-02-01
|/ / | | | | | | | | | | | | Problem: No support for binary numbers. Solution: Add "bin" to nrformats. (Jason Schulz) https://github.com/vim/vim/commit/887c1fea4a114e7170091942d0446c8882701b5b
* | vim-patch:ba172f2Nicolas Dumazet2016-01-28
| | | | | | | | | | | | Remove local-additions entries from help.txt. https://github.com/vim/vim/commit/ba172f2
* | vim-patch:0a63dedNicolas Dumazet2016-01-28
| | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/0a63ded
* | vim-patch:83d1b19Nicolas Dumazet2016-01-28
|/ | | | | | | | | | | | | More updated runtime files. https://github.com/vim/vim/commit/83d1b19015219c7799af0a0d539ae86a41057240 Left out: - doc/tags - doc/todo.txt - runtime/tutor/de.* - runtime/syntax/vim.vim that seems to have already been applied/autogenerated without the has(...) tests
* Merge pull request #4098 from jusga/vim-7.4.656Justin M. Keyes2016-01-27
|\ | | | | vim-patch:7.4.656
| * vim-patch:7.4.656Justin Gassner2016-01-25
| | | | | | | | | | | | | | Problem: Missing changes for glob() in one file. Solution: Add the missing changes. https://github.com/vim/vim/commit/d8b77f7dc04e5721989df9c505b8568194261a39
* | vim-patch:5a5f459Nicolas Dumazet2016-01-27
|/ | | | | | | | | | | | | | Original commit: https://github.com/vim/vim/commit/5a5f459 commit 5a5f45917dbf542cb00617fa5ef70a14898495dd Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 13 12:43:06 2015 +0200 Updated runtime files. (1) Merged manually vimrc_example.vim (2) Left out README.txt, doc/tags, doc/todo.txt, tutor/tutor.de, tutor.de.utf-8, ga.po
* plugin/tutor: Fix locale handlingFelipe Morales2016-01-25
| | | | Fixes issue #4071
* vim-patch:7.4.722Jurica Bradaric2016-01-24
| | | | | | | Problem: 0x202f is not recognized as a non-breaking space character. Solution: Add 0x202f to the list. (Christian Brabandt) https://github.com/vim/vim/commit/73284b973a013692dd1055cf210f3138a7f3c497
* vim-patch:5837f1f #4066Justin Gassner2016-01-23
| | | | | | Update runtime files. https://github.com/vim/vim/commit/5837f1f447c34628268aab52476a79d57b6a7eaf
* Merge #3916 "Add support for binary numbers".Justin M. Keyes2016-01-21
|\
| * Add support for binary numbersJason Schulz2016-01-15
| |
* | doc: The ":drop" command is always availableMichael Reed2016-01-20
| |
* | job control: implement jobpid() to get PID of jobBjörn Linse2016-01-20
| |
* | clipboard: Detach clipboard helper, so contents is kept after nvim exitBjörn Linse2016-01-20
| |
* | job control: add 'detach' option to jobstartBjörn Linse2016-01-20
| |
* | python: Add missing I/O methods to RedirectStreamDan Strokirk2016-01-18
| | | | | | | | | | | | | | | | | | | | | | `RedirectStream` is used to redirect `stdout` and `stderr`, but are missing certain I/O methods available on other file-like objects. This causes external plugins (like `colorama`) to crash. Inheriting from `io.IOBase` adds an abstract implementation of these methods, which will at least keep the python code running. Fixes #4045
* | doc: Remove MEM_PROFILE related descriptionwatiko2016-01-18
| | | | | | | | | | | | This feature was already removed. https://github.com/neovim/neovim/commit/83161200c473293b2d8d69e3ee1899c6a7199e38
* | doc: cleanup. #4032 #4033Seth Jackson2016-01-16
| |
* | misc: UNIX => Unix #4022Seth Jackson2016-01-16
| | | | | | | | | | | | | | | | | | | | Although UNIX is a registered trademark of The Open Group, it doesn't really matter whether we refer to these systems as UNIX, Unix, or Unix-like. So, for consistency, refer to them collectively as Unix. Related: http://www.greens.org/about/unix.html http://www.unixica.com/html/unixunix.html
* | 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
|/