Commit Graph

  • 56eda2aa17 syntax: 'cursorline': revert priority change (#7400) Justin M. Keyes 2017-10-16 08:18:03 +02:00
  • 895793fc82 viml/parser/expressions: Add some casts ZyX 2017-10-16 09:14:02 +03:00
  • c9f511d24a viml/parser/expressions: Remove unused flag ZyX 2017-10-16 09:06:05 +03:00
  • 8e856ebcd0 klee: Add run.sh --help and run.sh -s ZyX 2017-10-16 08:51:26 +03:00
  • 252a76db80 unittests: Free everything and check for memory leaks ZyX 2017-10-16 03:06:34 +03:00
  • c03dc13bb7 klee: Fix possible assertion error ZyX 2017-10-16 03:05:27 +03:00
  • 4c8ed65b60 viml/parser/expressions: Fix memory leak when processing ternary ZyX 2017-10-16 03:04:22 +03:00
  • 248493f155 test/unit/formatc: Fix parsing of most recent viml_parser_highlight ZyX 2017-10-16 03:03:34 +03:00
  • a535d68380 keymap: Remove incorrect cast ZyX 2017-10-16 01:00:58 +03:00
  • 15043e93b6 klee: Update key_name_entry table ZyX 2017-10-16 00:41:41 +03:00
  • ed253b5fe6 klee: Include colors in test ZyX 2017-10-16 00:39:48 +03:00
  • fe81380bf5 viml/parser/expressions: Highlight prefix separately from number ZyX 2017-10-16 00:30:55 +03:00
  • 5e92ee6565 charset: Do not call strlen() from vim_str2nr ZyX 2017-10-16 00:19:02 +03:00
  • 1a3635304b charset: Avoid overflow in vim_str2nr ZyX 2017-10-16 00:07:32 +03:00
  • 2cb95bd937 viml/parser/expressions: Define east_node_type_tab only when needed ZyX 2017-10-15 21:39:01 +03:00
  • 4ccaf86110 keymap: Readd figure braces disappeared when resolving conflicts ZyX 2017-10-15 21:22:49 +03:00
  • 76f0466536 Merge branch 'master' into expression-parser ZyX 2017-10-15 21:16:27 +03:00
  • 3aa2c0d63a viml/parser/expressions,klee: Fix some problems found by KLEE run ZyX 2017-10-15 21:11:00 +03:00
  • bc386c4882 charset: Fix out-of-bounds array access ZyX 2017-10-15 21:09:08 +03:00
  • 57bb3346d9 viml/parser/expressions: Update some comments and add another check ZyX 2017-10-15 20:43:16 +03:00
  • 6c19cbef26 viml/parser/expressions,tests: Add AST freeing, with sanity checks ZyX 2017-10-15 20:05:35 +03:00
  • 3e502fd7d6 Merge pull request #7373 from bfredl/cmdwin_clip Björn Linse 2017-10-15 18:32:43 +02:00
  • 206f7ae76a unittests: Test some edge cases ZyX 2017-10-15 19:18:17 +03:00
  • c286155bfa viml/parser/expressions: Create tests for latest additions ZyX 2017-10-15 19:06:41 +03:00
  • 8178ba2871 klee: Fix some errors made in …parser.c ZyX 2017-10-14 00:26:52 +03:00
  • fa3cfc0dd5 viml/parser/expressions: Finish parser ZyX 2017-10-09 02:55:56 +03:00
  • af38cea133 viml/parser/expressions: Add support for string parsing ZyX 2017-10-08 21:52:38 +03:00
  • c484613ce0 keymap: Lint some functions to be copied for symbolic tests ZyX 2017-10-08 21:52:29 +03:00
  • e423cfe194 edit: Lint some functions which are to be copied for symbolic tests ZyX 2017-10-08 21:41:34 +03:00
  • 6f22b5afad mbyte: Lint some functions which are to be copied for symbolic tests ZyX 2017-10-08 21:19:10 +03:00
  • bd3a4166b2 viml/parser/expressions: Add support for subscript and list literals ZyX 2017-10-08 02:17:05 +03:00
  • e45e519495 viml/parser/expressions: Error out on multiple colons in a row ZyX 2017-10-08 01:19:58 +03:00
  • 21a5ce033c viml/parser/expressions: Add support for the dot operator and numbers ZyX 2017-10-03 01:30:02 +03:00
  • 163792e9b9 viml/parser/expressions: Make lexer parse numbers, support non-decimal ZyX 2017-10-06 01:19:43 +03:00
  • 0bc4e22379 viml/parser/expressions: Forbid dot or alpha characters after a float ZyX 2017-10-03 00:39:40 +03:00
  • 6168e1127c viml/parser/expressions: Add support for comparison operators ZyX 2017-10-02 02:41:55 +03:00
  • 6791c57420 viml/parser/expressions: Make sure that arrows outside lambda throw ZyX 2017-10-02 01:22:35 +03:00
  • 6144e26eb9 viml/parser/expressions: Add support for ternary operator ZyX 2017-10-01 22:35:41 +03:00
  • 9e721031d5 viml/parser/expressions: Fix determining invalid commas/colons ZyX 2017-10-01 16:50:46 +03:00
  • 3735537a50 viml/parser/expressions: Fix call inside nested parenthesis ZyX 2017-10-01 15:54:46 +03:00
  • f33543377e viml/parser/expressions: Add a way to represent tokens from C code ZyX 2017-09-30 21:34:34 +03:00
  • 2ecff0814e doc: remove E172 (#7395) Justin M. Keyes 2017-10-15 17:54:59 +02:00
  • 4b3e51d4ee ops: save and restore clipboard batch status when entering cmdline window Björn Linse 2017-10-10 18:42:01 +02:00
  • 68f3da5f61 Merge pull request #7394 from justinmk/health.vim Justin M. Keyes 2017-10-15 13:16:01 +02:00
  • 2a5a6a0541 health.vim: rename "suggestions" to "advice" in most places Justin M. Keyes 2017-10-15 12:00:44 +02:00
  • c4ab110e04 health.vim: fix highlighting Justin M. Keyes 2017-10-15 11:56:02 +02:00
  • 7ca1f43f68 health.vim: warn about 'paste' option Justin M. Keyes 2017-10-10 19:09:14 +02:00
  • 02c2b1d1b3 Merge pull request #7380 from jamessan/silent-input James McCoy 2017-10-14 16:11:46 -04:00
  • dc513f7618 getcmdline_prompt: Temporarily disable msg_silent so prompt is displayed James McCoy 2017-10-12 00:49:47 -04:00
  • 97dc1350f0 vim-patch:8.0.0183 NA ckelsel 2017-10-10 14:53:27 +08:00
  • 7d3f302ef9 Merge branch 'vim-8.0.0101' of github.com:ckelsel/neovim into vim-8.0.0101 ckelsel 2017-10-10 14:50:42 +08:00
  • d2b0c5838a Merge branch 'master' of github.com:ckelsel/neovim into vim-8.0.0101 ckelsel 2017-10-09 21:17:15 +08:00
  • 77f1392f07 Merge #7327 from ckelsel/vim-8.0.0131 Justin M. Keyes 2017-10-09 22:56:30 +02:00
  • 2abd939dae Merge branch 'master' of github.com:ckelsel/neovim into vim-8.0.0101 ckelsel 2017-10-09 21:17:15 +08:00
  • ceb40c0411 Merge remote-tracking branch 'upstream/master' ckelsel 2017-10-09 21:16:43 +08:00
  • f265066081 unittests: Add support for dumping “expected” state ZyX 2017-09-29 01:13:35 +03:00
  • 9fa8f7fc0a viml/parser/expressions: Add a way to adjust lexer ZyX 2017-09-28 00:40:25 +03:00
  • 0987d3b10f viml/parser/expressions: Make curly braces name actually work ZyX 2017-09-26 01:22:13 +03:00
  • 3cc65ac054 viml/parser/expressions: Make commas actually work when calling ZyX 2017-09-26 00:52:40 +03:00
  • d4782fb1ca viml/parser/expressions: Make commas actually work when calling ZyX 2017-09-26 00:28:34 +03:00
  • 7980614650 viml/parser/expressions: Add support for figure braces (three kinds) ZyX 2017-09-17 17:33:03 +03:00
  • 7c97f78393 klee: Start preparing for klee tests ZyX 2017-09-11 01:27:46 +03:00
  • 430e516d3a viml/parser/expressions: Start creating expressions parser ZyX 2017-09-03 21:58:16 +03:00
  • db999821d4 Merge #7082 'api: nvim_get_hl_by_name/by_id' Justin M. Keyes 2017-10-08 21:19:02 +02:00
  • 52517321d1 test: nvim_get_hl_by_name/by_id #7082 Justin M. Keyes 2017-10-08 20:23:11 +02:00
  • 919223c23a unittests: Move some functions into helpers modules ZyX 2017-09-03 19:57:24 +03:00
  • 1265da0288 viml/parser: Add helper functions for highlighting ZyX 2017-09-03 19:53:41 +03:00
  • 2d8b9937de viml/parser: Handle encoding conversions ZyX 2017-08-20 20:40:59 +03:00
  • 0300c4d109 viml/expressions: Add lexer with some basic tests ZyX 2017-08-20 18:40:22 +03:00
  • ad58e50b45 kvec: Add kv_Z which is like kv_A, but zero is the last value ZyX 2017-10-08 22:09:12 +03:00
  • 04187a1c74 Merge #7082 'api: nvim_get_hl_by_name/by_id' Justin M. Keyes 2017-10-08 19:09:14 +02:00
  • 1663599beb vim-patch:8.0.0164 (#7368) KunMing Xie 2017-10-09 00:52:57 +08:00
  • e565fc2294 gitignore: cmake-build-debug (#7359) timothy eichler 2017-10-08 18:26:44 +02:00
  • 76606b6bc5 Merge remote-tracking branch 'upstream/master' ckelsel 2017-10-08 09:35:23 +08:00
  • 4b2592d7b6 Merge branch 'master' into vim-8.0.0131 KunMing Xie 2017-10-08 09:33:20 +08:00
  • 032b088c84 Merge #7364 lower priority of 'cursorline', 'cursorcolumn' Justin M. Keyes 2017-10-07 19:11:05 +02:00
  • d916ea107a resettitle(): remove conditions (#7360) Justin M. Keyes 2017-10-07 18:05:02 +02:00
  • e3ca1e6046 vim-patch:8.0.0142 (#7335) KunMing Xie 2017-10-07 23:20:34 +08:00
  • c0e45d97b0 vim-patch:8.0.0148 #7344 ckelsel 2017-09-30 21:43:03 +08:00
  • d1874ab282 syntax: 'cursorline': low priority #6380 Justin M. Keyes 2017-10-07 16:06:46 +02:00
  • 7a832c312f syntax: 'cursorcolumn', 'colorcolumn': low priority #6380 Justin M. Keyes 2017-10-07 15:55:25 +02:00
  • 9ad7529f70 vim-patch:8.0.0157 (#7362) KunMing Xie 2017-10-07 20:32:37 +08:00
  • a4019bc9f6 eval.c: ga_concat_esc() #7357 Andrew Ferreira 2017-10-07 06:45:23 -04:00
  • f2b9ccec10 Merge remote-tracking branch 'upstream/master' ckelsel 2017-10-07 18:14:09 +08:00
  • 01487d4385 Merge #7358 from justinmk/titleold Justin M. Keyes 2017-10-05 21:49:06 +02:00
  • 73b50de925 'titleold': move logic to getout() Justin M. Keyes 2017-10-05 09:49:17 +02:00
  • 70e84a7c4c 'titleold': simplify behavior Justin M. Keyes 2017-10-05 09:14:18 +02:00
  • 5f4d2edeee 'titleold': set UI title on exit #7191 nate 2017-08-19 18:33:14 -07:00
  • b7fe15d8f9 editorconfig: handle Vim help files (#7354) Jan Edmund Lazo 2017-10-04 03:18:03 -04:00
  • 07a0685b48 Merge pull request #7355 from jamessan/ngettext-fix James McCoy 2017-10-03 17:29:27 -04:00
  • 235fda5f86 Stub ngettext when libintl isn't available James McCoy 2017-10-03 14:53:11 -04:00
  • 1f6138702c More tests KillTheMule 2017-10-02 14:55:25 +02:00
  • 41f624a85b Deal with NOP, add actext to output KillTheMule 2017-10-02 14:55:19 +02:00
  • 01e53a5cbe Merge #7349 'win: more path-handling fixes' Justin M. Keyes 2017-10-02 02:42:33 +02:00
  • 6f7754dfa0 test: avoid extra clear() calls Justin M. Keyes 2017-10-02 00:24:19 +02:00
  • e9dba214ea test/shada: fixup for Windows backslashes #7287 Ignas Anikevicius 2017-09-21 16:50:56 +03:00
  • 2b133101cf win: vim_FullName(): force backslashes #7287 Ignas Anikevicius 2017-09-18 21:06:55 +03:00
  • 981387b7c8 ci/appveyor: modify compression options for cache Justin M. Keyes 2017-09-30 16:06:13 +02:00
  • 9fb8b47ad8 menu_get: adjust tests for prettyprinting KillTheMule 2017-09-30 22:21:06 +02:00
  • 4543fc1612 menu_get: prettyprint special chars KillTheMule 2017-09-30 22:20:47 +02:00