diff options
author | tv <tv@krebsco.de> | 2015-11-01 14:06:58 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-11-01 14:06:58 +0100 |
commit | 8338c94d9c3851ac2bd15f0535db1010f1464d78 (patch) | |
tree | 9eb66a5dd65ca47dd70c0b58af0794a9a53b6b6b | |
parent | 901043ca8bbc47ca2b8a780ff58986181f958c84 (diff) |
tv: what's majmin?
-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 b9ee725..8c6c9fb 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 |