Commit Graph

  • 12cd633ad2 Merge pull request #3740 from Pyrohh/vi_diff2 Michael Reed 2015-11-25 14:47:14 -05:00
  • 835d2c132d doc/vi_diff.txt: Remove unneeded opening paragraph Michael Reed 2015-11-23 19:07:27 -05:00
  • ced7ee5b00 doc/vi_diff.txt: Remove remaining "{Vi: ...}" note Michael Reed 2015-11-24 14:59:22 -05:00
  • 3618240480 doc: Remove some Vi-compatibility stuff Michael Reed 2015-11-24 12:29:19 -05:00
  • 5da7ea98ca Merge pull request #3733 from Pyrohh/doc_develop Michael Reed 2015-11-24 12:09:42 -05:00
  • 69770c6cc6 doc/develop.txt: Remove "coding-style" section Michael Reed 2015-11-23 18:56:14 -05:00
  • d9e7a5a4cf doc/develop.txt: Mention src/nvim/README.md Michael Reed 2015-11-23 18:51:22 -05:00
  • 36f6863969 doc/develop.txt: Remove "design-assumptions" section Michael Reed 2015-11-23 18:47:18 -05:00
  • 4f569333db Merge pull request #3734 from Pyrohh/src-readme Michael Reed 2015-11-24 12:07:45 -05:00
  • af5483089e src: README.txt -> README.md Michael Reed 2015-11-23 21:38:08 -05:00
  • 57a5745c95 Merge pull request #3731 from Pyrohh/gitignore Michael Reed 2015-11-23 18:42:17 -05:00
  • fdfdd6e155 Update .gitignore Michael Reed 2015-11-23 18:40:34 -05:00
  • 84a5709a86 Merge pull request #3624 from Pyrohh/vi_diff Michael Reed 2015-11-23 18:37:36 -05:00
  • 80cf03602e Merge pull request #3581 from ZyX-I/fix-shada Felipe Morales 2015-11-23 23:03:29 +01:00
  • 53f44310d7 doc: vi_diff: Remove 'Missing options' section Michael Reed 2015-11-07 15:21:13 -05:00
  • acadfc20c4 doc: vi_diff: Remove 'Other vim features' section Michael Reed 2015-11-07 15:14:58 -05:00
  • 02478686f1 doc: vi_diff: Remove 'Command line arguments' section Michael Reed 2015-11-07 15:06:05 -05:00
  • 87e2a1ee40 doc: Remove stray {not in Vi} tag Michael Reed 2015-11-07 15:03:10 -05:00
  • b98cea909f shada: Also store last search direction ZyX 2015-11-01 21:26:53 +03:00
  • 369c1fdb25 Merge PR #3687 'Add luacheck for linting tests' Marco Hinz 2015-11-23 13:58:35 +01:00
  • d9fbc1865b test/functional: clean up according to luacheck (part 2) Marco Hinz 2015-11-17 23:31:22 +01:00
  • 4a69e55f39 test/functional: clean up according to luacheck (part 1) Marco Hinz 2015-11-17 22:44:00 +01:00
  • 32ecd75a16 test/unit: clean up according to luacheck Marco Hinz 2015-11-17 15:49:12 +01:00
  • 4afd386276 test/benchmark: clean up according to luacheck Marco Hinz 2015-11-17 15:52:59 +01:00
  • 818f926eb0 Tests: add luacheck for linting tests Marco Hinz 2015-11-17 13:16:33 +01:00
  • 4680b4f3b1 Remove outdated comment from BuildLuarocks.cmake Marco Hinz 2015-11-17 13:19:26 +01:00
  • 97cee2c2e3 Merge PR #3715 'Enable focus events in cmdline and terminal modes' Marco Hinz 2015-11-23 13:19:00 +01:00
  • 6329fd420e Reorganize focus events test into individual tests Joe Hermaszewski 2015-11-20 23:09:30 +00:00
  • 442cd0672b Enable focus events in cmdline and terminal modes Joe Hermaszewski 2015-11-20 18:47:20 +00:00
  • ec8e60a055 shada: Do not save unlisted and quickfix buffers ZyX 2015-11-23 15:12:08 +03:00
  • 321db59ca1 Merge pull request #3270 from ZyX-I/shada-support Felipe Morales 2015-11-23 00:27:18 +01:00
  • 98f9ff730b vim-patch:7.4.898 Johan Klokkhammer Helsing 2015-10-14 20:22:01 +02:00
  • 8d07058097 vim-patch:7.4.795 Johan Klokkhammer Helsing 2015-10-14 21:26:50 +02:00
  • b1d7b5294a Convert legacy test for fixeol to lua test. Johan Klokkhammer Helsing 2015-10-13 13:57:53 +02:00
  • a86d4b323e vim-patch:7.4.785 Johan Klokkhammer Helsing 2015-10-08 20:17:25 +02:00
  • cfa2107e33 vim-patch:7.4.655 Johan Klokkhammer Helsing 2015-11-22 02:29:14 +01:00
  • 1fbb56795d Update version.c to latest Vim Shougo Matsushita 2015-11-11 20:40:40 +09:00
  • 959f2601f9 Merge PR #3488 'Implement handling of terminal focus events' Marco Hinz 2015-11-18 13:41:54 +01:00
  • f480b38a2f Add tests for focus events Joe Hermaszewski 2015-11-13 16:20:32 +00:00
  • 33eb33bb62 Implement handling of terminal focus events Joe Hermaszewski 2015-10-23 07:00:59 +01:00
  • ed06071f1f Merge pull request #3680 from jszakmeister/fix-ordering-oldfiles-spec John Szakmeister 2015-11-16 09:27:39 -05:00
  • d4f3d819d8 Workaround the unstable ordering of v:oldfiles in some more tests. John Szakmeister 2015-11-16 05:31:20 -05:00
  • 86ce65ebe9 Merge pull request #3678 from Pyrohh/ex_ni Michael Reed 2015-11-15 18:35:38 -05:00
  • 3f7a465535 ex_cmds.lua: Use ex_ni directly Michael Reed 2015-11-15 17:43:41 -05:00
  • 91c5135f71 Merge pull request #3339 from war1025/dev/clean_build_stl_str_hl Justin M. Keyes 2015-11-15 16:48:13 -05:00
  • 9b8ac827b4 Merge pull request #3672 from Pyrohh/macro-cleanup Michael Reed 2015-11-15 13:02:53 -05:00
  • 660f12f5b3 Merge PR #3653 'Add TermClose event' Marco Hinz 2015-11-15 16:58:34 +01:00
  • ec847af48d Test: add functional/autocmd/termclose_spec.lua Marco Hinz 2015-11-15 15:45:23 +01:00
  • 9fcd444036 Add TermClose event Marco Hinz 2015-11-11 04:27:50 +01:00
  • ac4db4b814 TermEnter -> TermOpen Marco Hinz 2015-11-11 04:25:28 +01:00
  • be72048a8e Remove unused TERMINAL_OPTIONS_INIT() macro Michael Reed 2015-11-14 17:33:45 -05:00
  • 46cb0ffc91 Merge pull request #3671 from kyrias/vim_diff-typo Michael Reed 2015-11-14 14:18:32 -05:00
  • 2975e66af4 vim_diff: Fix incorrect ShaDa path Johannes Löthberg 2015-11-14 19:50:45 +01:00
  • 4cfda1ff7d Merge pull request #3630 from oni-link/fix.issue.3588 Justin M. Keyes 2015-11-13 11:40:13 -05:00
  • 1c43452afc memory.c: Prevent garbage collection when running out of memory. oni-link 2015-11-11 16:45:50 +01:00
  • 1d9ae27e38 normal.c: No garbage collection while handling an event in normal mode oni-link 2015-11-09 17:54:49 +01:00
  • 08a1eb7ae1 Doc: minor fix for ":ls u" Bohr Shaw 2015-11-12 10:53:49 +08:00
  • 3f7f14c0c7 Merge pull request #3663 from ming-codes/patch-1 Justin M. Keyes 2015-11-12 09:49:41 -05:00
  • 846fe25111 Update backer URL Ming Liu 2015-11-11 19:50:33 -08:00
  • eed4df33f9 Cleanup from review Wayne Rowcliffe 2015-11-10 20:33:02 -06:00
  • 81f32bd153 Switch comments to match style guide Wayne Rowcliffe 2015-10-08 23:08:25 -05:00
  • 6cfb81eaa7 Updates from review Wayne Rowcliffe 2015-10-07 21:33:41 -05:00
  • 70f6b0f338 Start adding unit tests Wayne Rowcliffe 2015-09-21 19:52:08 -05:00
  • a9dfcb7e02 Fix shadowed variable in build_stl_str_hl Wayne Rowcliffe 2015-09-18 22:41:49 -05:00
  • d12f328b60 Add documentation about what TABPAGENR and TABCLOSENR do Wayne Rowcliffe 2015-09-17 19:30:48 -05:00
  • 7c32d86f7d Fix lint Wayne Rowcliffe 2015-09-16 00:51:41 -05:00
  • 12e53ca95c Add out_end_p to mark last valid character in statusline buffer Wayne Rowcliffe 2015-09-15 23:53:12 -05:00
  • 9e5a7d3751 Rename build_stl_str_hl input and output buffer pointers Wayne Rowcliffe 2015-09-15 23:31:14 -05:00
  • cde2259a6b Add comments to build_stl_str_hl Wayne Rowcliffe 2015-09-15 02:06:02 -05:00
  • bf8038702d Clean up buffer.c build_stl_str_hl variable declarations Wayne Rowcliffe 2015-09-12 23:16:17 -05:00
  • 5434a05457 Merge pull request #3651 from mhinz/remove-nvimrc-refs Justin M. Keyes 2015-11-11 17:37:07 -05:00
  • 85b1052c3c Remove all invalid nvimrc and ngvimrc references Marco Hinz 2015-11-11 01:00:04 +01:00
  • bb43d9b9a2 vim-patch:7.4.791 #3078 Marco Hinz 2015-07-22 11:24:49 +02:00
  • 632408af4a Merge pull request #3652 from Pyrohh/rm-os-mac Michael Reed 2015-11-11 12:33:18 -05:00
  • 150d08801c doc: Nuke os_mac.txt Michael Reed 2015-10-31 14:31:35 -04:00
  • 1ee6a6e7d4 Merge pull request #3641 from Pyrohh/X11 Michael Reed 2015-11-11 12:19:40 -05:00
  • 947e356cda Test: improve functional/ex_cmds/oldfiles_spec.lua Marco Hinz 2015-11-10 16:23:18 +01:00
  • 2fbcc9ab76 Be more explicit about the lack of X11 integration Michael Reed 2015-11-10 01:45:03 -05:00
  • 3b615980c8 vim-patch:7.4.651 #3644 Shougo Matsushita 2015-11-10 21:12:27 +09:00
  • 421da79d30 Merge pull request #3643 from jszakmeister/enable-verbose-builds John Szakmeister 2015-11-10 08:08:04 -05:00
  • 97bb24d4e5 third-party: enable verbose builds of luajit and libuv John Szakmeister 2015-11-10 06:19:08 -05:00
  • 68255df9b9 Merge PR #3611 'Add file selection prompt on ":oldfiles!"' Marco Hinz 2015-11-10 03:14:47 +01:00
  • 3b12bb225a Add file selection prompt on ":oldfiles!" Marco Hinz 2015-11-06 00:50:18 +01:00
  • dc65c8a893 Add tests for :oldfiles Marco Hinz 2015-11-07 18:36:32 +01:00
  • 971e5c22bf Merge PR #2427 'Add ":profile dump" and ":profile stop"' Marco Hinz 2015-11-10 03:09:38 +01:00
  • 1902ee52ef Add ":profile stop" Marco Hinz 2015-04-14 20:28:08 +02:00
  • 588bf76650 Add ":profile dump" Marco Hinz 2015-04-14 17:44:47 +02:00
  • 69085113b3 Add test/functional/ex_cmds/profile_spec.lua Marco Hinz 2015-04-15 02:14:40 +02:00
  • e4d9176e4d Remove unused constants Marco Hinz 2015-04-14 17:43:41 +02:00
  • 94015cd13a Merge PR #3603 'Implement dictionary notifications' Thiago de Arruda 2015-11-09 10:50:11 -03:00
  • df37aa6115 eval: Implement dictionary change notifications Thiago de Arruda 2015-11-05 14:02:48 -03:00
  • ba1f327200 eval: Extract find_var_ht_dict from find_var_ht Thiago de Arruda 2015-11-05 11:37:31 -03:00
  • 80a44c0525 eval: Extract find_ufunc from get_dict_callback Thiago de Arruda 2015-11-04 09:41:34 -03:00
  • f65e7bf30c vim-patch:7.4.686 #3629 Johan Klokkhammer Helsing 2015-11-08 10:19:02 +01:00
  • cbb7044878 Fix the examples for vim-patch.sh so they are valid commands. #3631 Johan Klokkhammer Helsing 2015-11-03 21:59:03 +01:00
  • 6936061580 Update runtime/syntax/css.vim Marco Hinz 2015-11-08 12:21:27 +01:00
  • 333bd8cde3 Merge pull request #3628 from mhinz/vim-patch-f2571c6 Justin M. Keyes 2015-11-07 22:04:08 -05:00
  • 975a610233 vim-patch:f2571c6 Marco Hinz 2015-11-08 03:35:37 +01:00
  • 7521fb5655 Merge pull request #3622 from Sean1708/patch-1 Michael Reed 2015-11-07 19:08:13 -05:00
  • 8eac930eac doc: Remove example in 'complete' doc. Sean Marshallsay 2015-11-07 17:00:08 +00:00