Recent commits to dotfiles.git (1cb349bd2081c2614efe19e4ed19478ea3857b19) https://git.dlma.com/dotfiles.git/tree/1cb349bd2081c2614efe19e4ed19478ea3857b19 Recent commits feed provided by GitList. Add --all to Log command in vimrc https://git.dlma.com/dotfiles.git/commit/1cb349bd2081c2614efe19e4ed19478ea3857b19 david.blume@gmail.com (dblume) Sun, 18 Jun 2023 19:08:10 -0700 1cb349bd2081c2614efe19e4ed19478ea3857b19 Add fnameescape() for Raspberry Pi; remove log1 https://git.dlma.com/dotfiles.git/commit/62f69f000aad67c974bc215f3fe645c99a85e647 david.blume@gmail.com (dblume) Sun, 18 Jun 2023 18:58:13 -0700 62f69f000aad67c974bc215f3fe645c99a85e647 Use fnamescape (for raspberry pi vim 8.0) https://git.dlma.com/dotfiles.git/commit/92958a55a7d1a6e0f75794068c4a5aab86733130 david.blume@gmail.com (dblume) Sat, 17 Jun 2023 23:02:42 -0700 92958a55a7d1a6e0f75794068c4a5aab86733130 Avoid duplicate buffer name error by using orig buffer https://git.dlma.com/dotfiles.git/commit/97b0fced5b3ae9b5d86fcb89ae7ebb5142aa7565 david.blume@gmail.com (dblume) Sat, 17 Jun 2023 22:46:13 -0700 97b0fced5b3ae9b5d86fcb89ae7ebb5142aa7565 Log command should check for filename after "--" too. https://git.dlma.com/dotfiles.git/commit/d424c9a8fa22a9daf6957e08dbd1e6b1367b11e6 david.blume@gmail.com (dblume) Fri, 16 Jun 2023 22:14:28 -0700 d424c9a8fa22a9daf6957e08dbd1e6b1367b11e6 Add vim command ShowFile for git show HASH:fname Show does "git show HASH" to display commit message ShowFile does "git show HASH:fname" to display old version of file https://git.dlma.com/dotfiles.git/commit/097d6508080f226045fdc63c521fb97eea18c4d2 dblume@roku.com (dblume) Wed, 07 Jun 2023 09:49:30 -0700 097d6508080f226045fdc63c521fb97eea18c4d2 Whitespace fix https://git.dlma.com/dotfiles.git/commit/42a3bce6f1159a5fecdf9acf785d540bbb797513 david.blume@gmail.com (dblume) Wed, 26 Apr 2023 21:24:53 -0700 42a3bce6f1159a5fecdf9acf785d540bbb797513 Harmonize Git in vim; If <cword> is hash, use it Now Blame, Show, Diff and Log all work together a little better. If the current word is a git hash then: * Blame: Will "git blame <hash>^ -- filename" * Diff: Will diff that commit with the previous one. This works even if running on a Log or Show window. https://git.dlma.com/dotfiles.git/commit/4d6529950749533e869b60d87dcfb5997c1f9415 dblume@roku.com (dblume) Wed, 26 Apr 2023 10:28:31 -0700 4d6529950749533e869b60d87dcfb5997c1f9415 Repeatedly call Blame to go further back in history https://git.dlma.com/dotfiles.git/commit/4677edbe75a19975643452e314740e11dc4a55cb dblume@roku.com (dblume) Tue, 25 Apr 2023 21:52:21 -0700 4677edbe75a19975643452e314740e11dc4a55cb 'Blame' in vim restores your current position https://git.dlma.com/dotfiles.git/commit/1420bac1edfd09352b11fff8693230c66a6c0516 dblume@roku.com (dblume) Tue, 25 Apr 2023 16:42:45 -0700 1420bac1edfd09352b11fff8693230c66a6c0516