aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* tui: rework deferred-termcodes implementationJustin M. Keyes2017-12-13
| | | | | | | | | | Try another approach to defer the termcodes. Seems less janky, but still not perfect. ref #7664 ref #7649 ref #7664 ref 27f9b1c7b029d8
* pty_process_unix: _exit() on execvp() failureJustin M. Keyes2017-12-13
| | | | | Mostly cargo-culting based on a reading of the manpages, interwebs, and the Vim source.
* ui: forward relevant option updates to UIs (#7520)Björn Linse2017-12-12
| | | also make termguicolors mutable after startup
* Merge pull request #7718 from jamessan/disable-titleold-translationJames McCoy2017-12-11
|\ | | | | Disable translation of default 'titleold' value
| * Disable translation of default 'titleold' valueJames McCoy2017-12-11
|/ | | | | | It's an empty string, so there's no reason to try to translate it. Closes #7717
* Merge #7555 'vim-patch.sh, doc updates'Justin M. Keyes2017-12-11
|\
| * vim-patch.sh: remove version.c in generated patchJustin M. Keyes2017-12-11
| | | | | | | | | | Vim patch tracking is now driven completely by `vim-patch:xxx` tokens in the VCS logs. version.c will be auto-generated, if it is used at all.
| * vim-patch.sh: introduce `-L`Justin M. Keyes2017-12-11
| |
| * vim-patch: NAckelsel2017-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.0.0299 NA vim-patch:8.0.0309 NA vim-patch:8.0.0310 NA vim-patch:8.0.0215 NA Problem: When a Cscope line contains CTRL-L a NULL pointer may be used. (Coverity) Solution: Don't check for an emacs tag in a cscope line. https://github.com/vim/vim/commit/e362c3d2c34f2b7ff38b4c3d2a7ff127d2290e09 vim-patch:8.0.0244 NA Problem: When the user sets t_BE empty after startup to disable bracketed paste, this has no direct effect. Solution: When t_BE is made empty write t_BD. When t_BE is made non-empty write the new value. https://github.com/vim/vim/commit/d9c60648e50a82dcb85b8dffb47f6416c3d56972 Some patches were not properly marked in the commit logs. So they are marked here: vim-patch:8.0.1230 vim-patch:8.0.1229 vim-patch:8.0.0618 vim-patch:8.0.0104 vim-patch:8.0.0405 vim-patch:8.0.0400 vim-patch:8.0.0302 vim-patch:8.0.0288 vim-patch:8.0.0285 vim-patch:8.0.0284 vim-patch:8.0.0281 vim-patch:8.0.0279 vim-patch:8.0.0278 vim-patch:8.0.0277 vim-patch:8.0.0276 vim-patch:8.0.0273 vim-patch:8.0.0272 vim-patch:8.0.0271 vim-patch:8.0.0270 vim-patch:8.0.0269 vim-patch:8.0.0268 vim-patch:8.0.0267 vim-patch:8.0.0260 vim-patch:8.0.0257 vim-patch:8.0.0249 vim-patch:8.0.0248 vim-patch:8.0.0246 vim-patch:8.0.0244 vim-patch:8.0.0241 vim-patch:8.0.0240 vim-patch:8.0.0239 vim-patch:8.0.0232 vim-patch:8.0.0221 vim-patch:8.0.0217 vim-patch:8.0.0215 vim-patch:8.0.0213 vim-patch:8.0.0211 vim-patch:8.0.0203 vim-patch:8.0.0199 vim-patch:8.0.0193 vim-patch:8.0.0192 vim-patch:8.0.0191 vim-patch:8.0.0187 vim-patch:8.0.0183 vim-patch:8.0.0180 vim-patch:8.0.0173 vim-patch:8.0.0171 vim-patch:8.0.0170 vim-patch:8.0.0169 vim-patch:8.0.0166 vim-patch:8.0.0163 vim-patch:8.0.0162 vim-patch:8.0.0161 vim-patch:8.0.0152 vim-patch:8.0.0145 vim-patch:8.0.0144 vim-patch:8.0.0141 vim-patch:8.0.0139 vim-patch:8.0.0138 vim-patch:8.0.0130 vim-patch:8.0.0129 vim-patch:8.0.0123 vim-patch:8.0.0122 vim-patch:8.0.0120 vim-patch:8.0.0117 vim-patch:8.0.0115 vim-patch:8.0.0114 vim-patch:8.0.0113 vim-patch:8.0.0109 vim-patch:8.0.0108 vim-patch:8.0.0107 vim-patch:8.0.0105 vim-patch:8.0.0103 vim-patch:8.0.0098 vim-patch:8.0.0097 vim-patch:8.0.0095 vim-patch:8.0.0094 vim-patch:8.0.0093 vim-patch:8.0.0089 vim-patch:8.0.0087 vim-patch:8.0.0082 vim-patch:8.0.0080 vim-patch:8.0.0077 vim-patch:8.0.0076 vim-patch:8.0.0072 vim-patch:8.0.0071 vim-patch:8.0.0070 vim-patch:8.0.0067 vim-patch:8.0.0065 vim-patch:8.0.0063 vim-patch:8.0.0061 vim-patch:8.0.0059 vim-patch:8.0.0055 vim-patch:8.0.0054 vim-patch:8.0.0051 vim-patch:8.0.0050 vim-patch:8.0.0048 vim-patch:8.0.0045 vim-patch:8.0.0039 vim-patch:8.0.0036 vim-patch:8.0.0030 vim-patch:8.0.0029 vim-patch:8.0.0028 vim-patch:8.0.0027 vim-patch:8.0.0024 vim-patch:8.0.0022 vim-patch:8.0.0021 vim-patch:8.0.0018 vim-patch:8.0.0016 vim-patch:8.0.0015 vim-patch:8.0.0014 vim-patch:8.0.0013 vim-patch:8.0.0011 vim-patch:8.0.0010 vim-patch:8.0.0009 vim-patch:8.0.0007 vim-patch:8.0.0005
| * vim-patch.sh: always use git log, not version.cJustin M. Keyes2017-12-10
| |
| * docJustin M. Keyes2017-12-10
| | | | | | | | closes #7622
| * gen_api_vimdoc.py: require "nvim_" prefixJustin M. Keyes2017-12-10
| | | | | | | | | | Avoids doxygen bugs (things that aren't functions) and other noise (e.g. `remote_ui_disconnect()` was incorrectly included in api.txt).
| * doc: hack to avoid doxygen bugJustin M. Keyes2017-12-10
| | | | | | | | | | | | | | | | Use `@cond <something>` to obscure a section from doxygen. doxygen thinks kvec_withinit_t() is a function. That adds noise to the generated API documentation, and also prevents the following function from being noticed.
* | Merge pull request #7704 from jamessan/mac-lang-fixJames McCoy2017-12-10
|\ \ | |/ |/| mac: Set $LANG based on the system locale
| * mac: Set $LANG based on the system localeJames McCoy2017-12-10
| | | | | | | | | | | | | | | | | | Unix's typical locale-related environment variables aren't always set appropriately on a Mac. Instead of relying on them, query the locale information using Mac specific APIs and then set $LANG appropriately for the rest of nvim. Closes #5873
* | window.c: do BufEnter in correct window after closing help #7431glacambre2017-12-10
|/ | | | | | | | | | | | closes #7429 Problem: after a help window was closed, a window was selected and its autocommands triggered. After that, restore_snapshot was called and the focused window changed, confusing the user. Solution: Add function get_snapshot_focus() that returns the window that holds the cursor in a snapshot. Use this function in win_close to make sure the right window is selected before any autocommand is triggered.
* ci: run oldtests in Appveyor #7705Jan Edmund Lazo2017-12-10
|
* Merge #7234 'built-in expression parser'Justin M. Keyes2017-12-09
|\
| * tests: Fix linter errorsZyX2017-12-03
| |
| * Revert "fix! set lsan options"ZyX2017-12-03
| | | | | | | | This reverts commit 62993323494d846190590606d37aff1136421671.
| * Merge branch 'master' into expression-parserZyX2017-12-03
| |\ | | | | | | | | | Hoping that could fix the LSAN issue: no idea what it is talking about.
| * | fix! set lsan optionsZyX2017-12-01
| | |
| * | *: Replace all occurrences of NVim with NvimZyX2017-11-30
| | |
| * | unittests: Reduce memory used by vim_str2nr testZyX2017-11-30
| | |
| * | Merge branch 'master' into expression-parserZyX2017-11-30
| |\ \
| * | | keymap: Do not use vim_isIDc in keymap.cZyX2017-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: there are three changes to ascii_isident. Reverting first two (in find_special_key and first in get_special_key_code) normally fails the new test with empty &isident, but reverting the third does not. Hence adding `>` to &isident. Ref vim/vim#2389.
| * | | viml/parser/expressions: Make sure that listed nodes may be presentZyX2017-11-26
| | | | | | | | | | | | | | | | With the new test leaving `assert(false);` for any of the cases makes tests crash.
| * | | functests: Add some more testsZyX2017-11-26
| | | |
| * | | viml/parser/expressions: Make $ENV not depend on &isidentZyX2017-11-26
| | | |
| * | | doc: Some small fixesZyX2017-11-26
| | | |
| * | | Merge branch 'master' into expression-parserZyX2017-11-26
| |\ \ \
| * | | | unittests: Run vim_str2nr tests with GC enabledZyX2017-11-19
| | | | |
| * | | | doc: Update documentationZyX2017-11-19
| | | | |
| * | | | unittests: Populate ARGTYPES in child process onlyZyX2017-11-19
| | | | |
| * | | | cmake: Fix api/version test failureZyX2017-11-19
| | | | |
| * | | | Merge branch 'master' into expression-parserZyX2017-11-19
| |\ \ \ \
| * | | | | syntax: Fix duplicate group definitionsZyX2017-11-19
| | | | | |
| * | | | | unittests: Avoid infinite cycle somewhere because of init failureZyX2017-11-19
| | | | | |
| * | | | | tests: Stabilize float format and %e in format_luav and format_stringZyX2017-11-19
| | | | | |
| * | | | | ex_getln: Fix memory leak in color_expr_cmdlineZyX2017-11-19
| | | | | |
| * | | | | *: Fix linter errorsZyX2017-11-19
| | | | | |
| * | | | | tests: Use single test file for unit and functional parser testsZyX2017-11-19
| | | | | |
| * | | | | functests: Fix ui/cmdline testZyX2017-11-19
| | | | | |
| * | | | | charset: Add missing include needed for vim_str2nrZyX2017-11-19
| | | | | |
| * | | | | viml/parser/expressions,unittests: Do better testing, fix found issuesZyX2017-11-19
| | | | | |
| * | | | | unittests,viml/parser/expressions: Start adding asgn parsing testsZyX2017-11-13
| | | | | |
| * | | | | unittests: Fix automatic test case generationZyX2017-11-13
| | | | | |
| * | | | | unittests,syntax: Check for sanity of highlight_init_cmdlineZyX2017-11-13
| | | | | | | | | | | | | | | | | | | | | | | | Also fixes some errors found.
| * | | | | unittests: Add some more edge test casesZyX2017-11-12
| | | | | |
| * | | | | viml/parser/expressions: Add support for parsing assignmentsZyX2017-11-12
| | | | | |