log plugin/lawrencium.vim @ 133:add9f0ed0b49

age author description
Tue, 19 Apr 2016 21:12:37 -0700 Ludovic Chabant Save/restore `&foldenable` when diffing files.
Fri, 19 Feb 2016 15:54:53 -0800 Ludovic Chabant Merge pull request #9 from GitHub.
Wed, 17 Feb 2016 10:46:03 +0100 Karl Yngve Lerv?g Fix minor error in paths for s:HgRecord
Fri, 19 Feb 2016 15:50:34 -0800 Ludovic Chabant Merge pull request #8 from GitHub.
Fri, 18 Dec 2015 13:16:08 +0100 Christian Brabandt add complete commit message to annotate window
Fri, 19 Feb 2016 15:39:56 -0800 Ludovic Chabant Merge pull request #7 from GitHub.
Wed, 02 Dec 2015 22:45:12 +0400 namark Shellescaped all command arguments in HgRepo.GetCommand,
Tue, 16 Feb 2016 22:44:44 -0800 Ludovic Chabant Don't use `HGPLAIN` for `:Hg`.
Tue, 16 Feb 2016 22:14:26 -0800 Ludovic Chabant Correctly escape the command on Windows when `&shellslash` is enabled.
Tue, 16 Feb 2016 21:53:42 -0800 Ludovic Chabant Use HGPLAIN to ensure command outputs are clean.
Tue, 06 Oct 2015 23:13:43 -0700 Ludovic Chabant Escape paths to fix issues with repository paths with spaces in them.
Mon, 05 Oct 2015 23:51:42 -0700 Ludovic Chabant Check for `.hg` directory instead of `.hg/store`.
Mon, 05 Oct 2015 22:56:00 -0700 Ludovic Chabant Add `:Hgremove` command.
Fri, 20 Feb 2015 13:35:19 -0800 Ludovic Chabant Correctly escape filename when opening a buffer from the status window.
Sat, 24 Jan 2015 13:27:42 -0800 Ludovic Chabant Revert files from the status window.
Sat, 27 Dec 2014 18:03:13 -0800 Ludovic Chabant Bumped version. I should release this stuff more often.
Sat, 27 Dec 2014 17:58:36 -0800 Ludovic Chabant Fix a bug with `:Hgstatus` showing diff summaries in its own window.
Wed, 10 Dec 2014 21:50:48 -0800 Ludovic Chabant Fix double escaping when Lawrencium is stored in a folder with spaces.
Thu, 04 Dec 2014 11:09:19 +1100 Shane Harper Don't touch vim registers holding deletions.
Tue, 16 Sep 2014 22:53:48 +0200 Ghennadi Pilipenco adding HgCmdPost custom autocmd
Fri, 15 Aug 2014 17:12:49 -0700 Ludovic Chabant Added new `Hgrecord` command.
Fri, 15 Aug 2014 17:11:28 -0700 Ludovic Chabant Improvements for the `Hgdiff` family of commands
Fri, 15 Aug 2014 17:08:40 -0700 Ludovic Chabant Callback system for `Hgcommit` so we can refresh the `Hgstatus` window.
Fri, 15 Aug 2014 17:05:14 -0700 Ludovic Chabant Infrastructure improvements
Fri, 15 Aug 2014 16:52:49 -0700 Ludovic Chabant Simpler looking repo paths.
Tue, 05 Aug 2014 17:12:22 -0700 Ludovic Chabant Fix stupid typo, make sure paths are normalized.
Tue, 29 Jul 2014 16:45:10 -0700 Ludovic Chabant More advanced way to know what window to pick to show a diff summary.
Tue, 29 Jul 2014 16:35:54 -0700 Ludovic Chabant Keep alternate buffer intact when opening the status window.
Tue, 29 Jul 2014 16:34:49 -0700 Ludovic Chabant Fix for Lawrencium files having folded sections deleted incorrectly.
Tue, 29 Jul 2014 16:34:17 -0700 Ludovic Chabant Handle absolute/relative paths properly.