aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* Merge #4700 from AdnoC/keep-default-registerJustin M. Keyes2017-05-31
|\
| * eval.c: Ignore unnamed register error in f_setregAdnoC2017-05-31
| * style/lintAdnoC2017-05-31
| * eval: Add ability to set the unnamed register with setregAdnoC2017-05-31
* | channels: implement sockopen() to connect to socketBjörn Linse2017-05-29
* | Merge pull request #6680 from mhinz/listen/localhostJames McCoy2017-05-28
|\ \
| * | eval: serverstart: Return finalized address to userJames McCoy2017-05-28
| * | Server: use uv_getaddrinfo() for $NVIM_LISTEN_ADDRESSMarco Hinz2017-05-22
| |/
* / get_keymap API (#6236)TJ DeVries2017-05-25
|/
* eval: Silence V614: potentially uninitialized variableZyX2017-05-20
* eval: Fix V507ZyX2017-05-20
* eval: Silence V782ZyX2017-05-20
* Merge #6480 from ZyX-I/colored-cmdline'/input-dictJustin M. Keyes2017-05-13
|\
| * eval: Alter E5050 error message, test thatZyX2017-05-10
| * eval: Refactor get_user_input to support dictionaryZyX2017-05-10
* | *: Comment intentional fallthroughsJames McCoy2017-05-12
|/
* Merge branch 'master' into luaviml'/luaZyX2017-05-08
|\
| * vim-patch:7.4.2231James McCoy2017-04-29
| * api: nvim_get_mode()Justin M. Keyes2017-04-28
| * api/dispatch: Mark generated functions table readonly (#6576)Patrick Jackson2017-04-24
| * api/internal: Remove `set` field from Error type.Justin M. Keyes2017-04-23
| * api_clear_error()Justin M. Keyes2017-04-23
| * api: Do not truncate errors <1 MB. #6237Sander Bosma2017-04-23
| * Merge branch 'master' into lazier-arg_errmsg-gettextZyX2017-04-21
| |\
| | * Merge #6550 from ZyX-I/pvs-check-commentJustin M. Keyes2017-04-20
| | |\
| | | * *: Add comment to all C filesZyX2017-04-19
| | * | vim-patch:7.4.2209James McCoy2017-04-19
| | * | vim-patch:7.4.2152James McCoy2017-04-19
| | |/
| | * Merge #6533 'Fix PVS-studio warnings'Justin M. Keyes2017-04-17
| | |\
| | | * *: Fix linter errorsZyX2017-04-16
| | | * eval: Fix position of buf declarationZyX2017-04-16
| | | * eval: Remove unneeded !eap->skip checkZyX2017-04-16
| | | * eval: Remove unneeded varp checkZyX2017-04-16
| | | * eval: Remove unneeded varp checkZyX2017-04-16
| | | * eval: Fix condition in f_serverstopZyX2017-04-16
| | | * eval: Refactor nr2char()ZyX2017-04-16
| | | * eval: Silence octal constant warningZyX2017-04-16
| | | * eval: Fix useless NULL checkZyX2017-04-16
| | | * eval: Refactor f_char2nrZyX2017-04-16
| | | * eval: Fix V547: `d == NULL` was already checked at line 2986ZyX2017-04-16
| | | * eval: Silence eap->skip false positivesZyX2017-04-16
| | |/
| | * Merge #6219 from jbradaric/vim-7.4.2170Justin M. Keyes2017-04-16
| | |\
| | | * eval.c: Code style fixesJurica Bradaric2017-04-15
| | | * Merge remote-tracking branch 'origin/master' into vim-7.4.2170James McCoy2017-04-05
| | | |\
| | | * | vim-patch:7.4.2180Jurica Bradaric2017-03-20
| | | * | vim-patch:7.4.2170Jurica Bradaric2017-03-20
| * | | | eval: Add comment regarding why special values are neededZyX2017-04-14
| * | | | eval: Change the point at which arg_errmsg and its length are changedZyX2017-04-14
| |/ / /
* | | | lua: Move files from src/nvim/viml/executor to src/nvim/luaZyX2017-04-11
* | | | Merge branch 'master' into luaviml'/luaZyX2017-04-10
|\| | |