From 7da9847a4477a7dfe01fbe29f64c1bc001bb9d03 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Mon, 24 Nov 2025 20:47:21 +0000 Subject: Updated line 195 to remove unused function --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 9ccd6c4..e342f93 100644 --- a/.vimrc +++ b/.vimrc @@ -192,7 +192,7 @@ call StatusLineHighlights() " ignored on subsequent 'so $MYVIMRC' calls to prevent " active buffer statusline from being 'blurred'. if has('vim_starting') - let &statusline = ' %{StatusLineFilename()}%= %l:%c ' + let &statusline = ' %F%= %l:%c ' endif augroup vimrc -- cgit v1.2.3