diff options
author | tv <tv@shackspace.de> | 2015-11-01 14:06:58 +0100 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-11-01 14:06:58 +0100 |
commit | 33b7521bca9354d219c575ec1ff0a271707bb78b (patch) | |
tree | af436ec65966e083b6dac85e121148a2f05d9390 /tv | |
parent | 6412cdf137a7b1993473937988648517a06629a9 (diff) |
tv: what's majmin?
Diffstat (limited to 'tv')
-rw-r--r-- | tv/2configs/vim.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index b9ee725b8..8c6c9fb45 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -112,9 +112,5 @@ let noremap <esc>[d <nop> | noremap! <esc>[d <nop> vnoremap u <nop> ''; - - # "7.4.335" -> "74" - majmin = x: concatStrings (take 2 (splitString "." x)); in out -#https://github.com/mbbill/undotree |