Commit Graph

  • f528cc8ec2
    Doc: improve g:signify_realtime Marco Hinz 2017-03-04 02:17:08 +0100
  • b4c516cd63
    Ignore :SignifyRefresh in cmdline-window Marco Hinz 2017-03-02 16:46:38 +0100
  • 96b3eda10e
    Win/gvim: don't redraw screen if no files were given Marco Hinz 2017-02-26 14:00:28 +0100
  • ce7779198b
    Restore g:signify_cursorhold_{normal,insert} Marco Hinz 2017-02-25 22:06:54 +0100
  • 63efffcae7
    Realtime: don't run twice on BufEnter Marco Hinz 2017-02-24 18:16:14 +0100
  • 0a09008179
    Remove now useless workarounds Marco Hinz 2017-02-24 17:41:32 +0100
  • 9d0947952e
    Avoid running detection more than once Marco Hinz 2017-02-24 17:16:09 +0100
  • 0a65a0c504
    Avoid useless updates Marco Hinz 2017-02-24 12:48:35 +0100
  • 01bcf8afab
    Win/gVim: fix "no signs at start" race Marco Hinz 2017-02-21 17:10:48 +0100
  • d155dffd9d
    GUI: use :redraw for all GUIs except MacVim Marco Hinz 2017-02-20 16:47:35 +0100
  • 01ec338fdb
    Add User event "SignifySetup" Marco Hinz 2017-02-20 16:40:57 +0100
  • 8fa3524a13
    Remove g:signify_cursorhold_normal and g:signify_cursorhold_insert Marco Hinz 2017-02-20 16:16:07 +0100
  • 88cae56c30
    Simplify autocmd setup Marco Hinz 2017-02-20 16:05:55 +0100
  • bf099a3fe2
    Nvim: provide cwd to jobstart() Marco Hinz 2017-02-20 15:14:24 +0100
  • 61d5a48c71
    Simplify has-patch condition Marco Hinz 2017-02-20 15:03:34 +0100
  • 7a639b0263
    Rename callback functions Marco Hinz 2017-02-20 14:52:24 +0100
  • 0908e37758
    Vim: make sure all stdout is read when job exits Marco Hinz 2017-02-20 14:43:35 +0100
  • 3020873ee4
    Use correct cwd in verbose output Marco Hinz 2017-02-20 01:38:25 +0100
  • 2778fd928c
    GUIs: redraw screen after sign update Marco Hinz 2017-02-20 01:15:50 +0100
  • 40deeb3fdf
    Win: string passed to job_start() must contain shell Marco Hinz 2017-02-19 17:10:00 +0100
  • e1396b903c
    Add cmd and cwd to verbose output Marco Hinz 2017-02-19 02:23:06 +0100
  • e8252ba44d
    Doc: update g:signify_realtime Marco Hinz 2017-02-18 20:26:40 +0100
  • 5940039dcf
    REAMDE: cosmetic changes Marco Hinz 2017-02-18 20:17:17 +0100
  • 05f6ff91f4
    New option: g:signify_realtime Marco Hinz 2017-02-18 17:28:49 +0100
  • 34ee12d179
    Vim compat fix: type variables were introduced in 7.4.2071 Marco Hinz 2017-02-17 16:25:00 +0100
  • 255b2a636a
    Doc: add modus operandi and debug section Marco Hinz 2017-02-17 16:19:34 +0100
  • 8d35722aa1
    Fix "Calling dict function without Dictionary" Marco Hinz 2017-02-17 15:13:27 +0100
  • b7db40e58e
    Vim uses Job instances instead of job IDs Marco Hinz 2017-02-17 11:29:06 +0100
  • 6364e8f7f2 Vim: use close_cb to trigger exit_cb Marco Hinz 2017-02-16 13:54:54 +0100
  • 45a28549bd
    FAQ: Line highlighting without showing signs? Marco Hinz 2017-02-15 21:54:55 +0100
  • f6d76b41d6
    Neovim: fix stdout logic Marco Hinz 2017-02-15 15:27:17 +0100
  • a2c28f6540
    A diff is a list of lines and no long string anymore Marco Hinz 2017-02-10 17:40:11 +0100
  • dd34401bc3
    Prevent running Sy more than once during startup Marco Hinz 2017-02-03 20:48:48 +0100
  • dea49a1967
    Fix toggling when g:signify_disable_by_default is set Marco Hinz 2017-02-03 01:49:46 +0100
  • 8d5e018519 Rename variable to work with older (n)vim, when types were sticky James McCoy 2017-02-01 09:09:03 -0500
  • f194e3aced
    Fix get_diff_start_{vcs}() for older Vims Marco Hinz 2017-01-31 12:15:30 +0100
  • 6d8837f878
    Fix TFS context stripping Marco Hinz 2017-01-31 11:34:43 +0100
  • 716ce90fe4 Simplify job ID handling a little more James McCoy 2017-01-30 09:31:14 -0500
  • 014b058d3d
    Simplify job ID handling Marco Hinz 2017-01-30 15:25:41 +0100
  • 82d6df9f71
    Don't switch window in exit handler Marco Hinz 2017-01-30 14:50:32 +0100
  • 68013238b4
    Restrict to be removed sign IDs to buffer Marco Hinz 2017-01-29 02:22:09 +0100
  • f7678884f0
    Race condition: make sure we're still in same buffer Marco Hinz 2017-01-23 13:37:48 +0100
  • e43155f3e1
    Fix typo in callback_stdout_nvim() Marco Hinz 2017-01-23 12:50:13 +0100
  • 0db69f4658
    Fix CVS Marco Hinz 2017-01-23 02:58:40 +0100
  • 9ced2cf73f
    Fix arguments of a few diff functions Marco Hinz 2017-01-23 02:01:56 +0100
  • faf5240823
    Fix exit callback Marco Hinz 2017-01-22 20:42:13 +0100
  • 8f3fc1c023
    Simplify a few verbose messages Marco Hinz 2017-01-18 17:27:44 +0100
  • 295e449db6
    Add sy#util#chdir() Marco Hinz 2017-01-18 17:15:15 +0100
  • 304a2b9c27
    Simplify sign ID handling Marco Hinz 2017-01-18 16:28:35 +0100
  • b839e8092f
    Add s:initialize_job() Marco Hinz 2017-01-18 13:40:34 +0100
  • 3aa8eb9ec6
    Jump to correct window in exit handler Marco Hinz 2017-01-18 11:07:21 +0100
  • 3f9c4e4ea0
    Don't retry VCS detection for performance purposes Marco Hinz 2017-01-18 10:41:47 +0100
  • f6a0a50e06
    Only run s:set_signs() if diff was found Marco Hinz 2017-01-18 03:43:59 +0100
  • 6c2b6c4f08
    Refactoring Marco Hinz 2017-01-18 02:42:00 +0100
  • fcecc3c868
    Remove rather useless :SignifyDebugDiff Marco Hinz 2017-01-18 00:14:36 +0100
  • 31d4c55187
    Make sy#verbose() slightly more useful Marco Hinz 2017-01-17 23:57:29 +0100
  • 0e609fdf1d
    Make Vim and job_start() work Marco Hinz 2017-01-17 23:12:00 +0100
  • 72c7ba9e2b
    Make all supported VCS work Marco Hinz 2017-01-17 20:37:58 +0100
  • d2fda2847f
    Propagate the correct VCS Marco Hinz 2017-01-17 19:45:03 +0100
  • 0df130ac6e
    Make Vim + system() work Marco Hinz 2017-01-17 19:41:55 +0100
  • a67b613acf
    Add more calls to sy#verbose() Marco Hinz 2017-01-17 17:03:34 +0100
  • e72ccb952d
    PoC: make async work with git and Neovim Marco Hinz 2017-01-17 16:17:16 +0100
  • 3ad10c65b5
    First changes Marco Hinz 2017-01-17 14:22:19 +0100
  • 379db4ad0b
    Add missing comment v1.9 Marco Hinz 2017-01-10 14:45:28 +0100
  • 32d8797d88 Check whether :tcd exists before using tab-specific haslocaldir() James McCoy 2016-12-30 23:13:13 -0500
  • 79d867a7a6
    Remove unused argument Marco Hinz 2016-12-30 14:24:04 +0100
  • 4aca2ee9c5 Don't rely on :language Marco Hinz 2016-12-15 14:13:53 +0100
  • fab2a9d878 SignifyRefresh: use window ID instead of number Marco Hinz 2016-12-09 15:17:34 +0100
  • fa5053105f
    README: typo Marco Hinz 2016-11-27 16:46:24 +0100
  • b78d545c30
    README: slight polishing Marco Hinz 2016-11-27 14:36:47 +0100
  • a7e3219de8 Fix tcd breakage Henry Kupty 2016-10-06 19:51:19 -0300
  • 3f9f292d0f
    FAQ: The plugin is slow! Marco Hinz 2016-10-05 17:59:53 +0200
  • faf7a03071
    New option: g:signify_sign_show_text Marco Hinz 2016-09-28 17:05:40 +0200
  • 472668fbd2 Doc: add remark about nested autocmds Marco Hinz 2016-07-21 19:46:03 +0200
  • 0639b7f094 Doc: remove outdated note about <nomodeline> Marco Hinz 2016-07-21 19:44:39 +0200
  • 3037d0bd8a Only emit User event if there is a receiving end Marco Hinz 2016-07-21 16:56:39 +0200
  • 76bde232d1 Avoid errors from older Vims that don't support <nomodeline> Marco Hinz 2016-06-19 13:47:53 +0200
  • cb975a8c6f Help out submodule users by ignoring doc/tags Marco Hinz 2016-06-08 12:47:24 +0200
  • f708bc475f Stop clearing stats in sy#sign#remove_all_the_signs James McCoy 2016-03-31 20:26:47 -0400
  • 3f0df1498c Trigger the User autocommand when Sy detects differences James McCoy 2016-03-31 10:47:33 -0400
  • 9c0e901579 TFS: support incomplete lines Marco Hinz 2016-06-01 18:11:44 +0200
  • 37376d9970 Treat v:shell_error >= 2 as "not version controlled" for AccuRev James McCoy 2016-04-08 11:16:14 -0400
  • 6b4abcd754 Detect AccuRev controlled, but unmodified, files properly James McCoy 2016-03-31 10:12:22 -0400
  • a02c8793bf New option: g:signify_skip_filename_pattern Marco Hinz 2016-03-03 12:50:55 +0100
  • ca302f7233 Replace all modifiers in a vcs_cmd string, not just the first. James McCoy 2016-02-23 09:37:52 -0500
  • 051dc1a853 Add support for Team Foundation Server Marco Hinz 2016-02-25 01:18:41 +0100
  • 4f69c11c7c De Morgan Marco Hinz 2016-01-15 17:02:53 +0100
  • e73a0114f3 Add sy#buffer_is_active() Marco Hinz 2016-01-15 12:56:20 +0100
  • e8530b2d57 README: remove badges Marco Hinz 2016-01-15 02:22:41 +0100
  • a96f1a7dc7 Register non-versioned files as inactive Marco Hinz 2016-01-15 02:04:59 +0100
  • 2a3dafd045 Add ]C and [C mappings Marco Hinz 2016-01-14 03:40:52 +0100
  • e134c152e0 Add :SignifyEnable and :SignifyDisable William Clemens 2016-01-06 17:00:21 -0600
  • 812b305b79 README: complete revamp Marco Hinz 2015-12-27 23:09:26 +0100
  • 54e09bc36e Remove .gitignore Marco Hinz 2015-12-27 22:54:49 +0100
  • ecb796139e Doc: remove obsolete reference to :SignifyToggleFold Marco Hinz 2015-12-09 00:46:56 +0100
  • 8fd6be4f21 Add :SignifyFold! Marco Hinz 2015-12-09 00:40:51 +0100
  • 8ecfde45ec Doc: add :SignifyFold! Marco Hinz 2015-12-09 00:40:21 +0100
  • 2dc2526426 SignifyToggleFold -> SignifyFold! Marco Hinz 2015-12-09 00:31:59 +0100
  • 75cdb17d99 Use :mkview for restoring manual folds Marco Hinz 2015-12-08 23:47:15 +0100
  • a0e061a5cf Refactoring Marco Hinz 2015-12-08 22:19:46 +0100