From 16cf0684409d79e8506c3218e8ddba7cf63e70ad Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 14 Oct 2021 15:16:01 +1300 Subject: [PATCH] enable lastplace --- .vim/doc/lastplace.txt | 1 + .vim/plugin/lastplace.vim | 1 + 2 files changed, 2 insertions(+) create mode 120000 .vim/doc/lastplace.txt create mode 120000 .vim/plugin/lastplace.vim diff --git a/.vim/doc/lastplace.txt b/.vim/doc/lastplace.txt new file mode 120000 index 0000000..9c00f5b --- /dev/null +++ b/.vim/doc/lastplace.txt @@ -0,0 +1 @@ +/usr/share/vim/addons/doc/lastplace.txt \ No newline at end of file diff --git a/.vim/plugin/lastplace.vim b/.vim/plugin/lastplace.vim new file mode 120000 index 0000000..a5f9974 --- /dev/null +++ b/.vim/plugin/lastplace.vim @@ -0,0 +1 @@ +/usr/share/vim/addons/plugin/lastplace.vim \ No newline at end of file -- 2.39.2