diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-28 10:30:49 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-28 10:30:49 -0300 |
commit | d77f88995f3b4485bbf79ea9056c79541751baf5 (patch) | |
tree | ed033dd278eeaa2ff921d8f2e984009609e708c0 /vim.dot.link/filetype.vim | |
parent | 3e6dc904dfdd0bb6662f026de55ac1cfdffe2742 (diff) | |
download | vim-d77f88995f3b4485bbf79ea9056c79541751baf5.tar.gz vim-d77f88995f3b4485bbf79ea9056c79541751baf5.tar.bz2 |
Fix: run FixAllNERDTreeWidths() only once
Diffstat (limited to 'vim.dot.link/filetype.vim')
-rw-r--r-- | vim.dot.link/filetype.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vim.dot.link/filetype.vim b/vim.dot.link/filetype.vim index 6679641..9204987 100644 --- a/vim.dot.link/filetype.vim +++ b/vim.dot.link/filetype.vim @@ -1,7 +1,7 @@ " Vim support file to detect file types if exists("did_load_filetypes") - finish + finish endif " Markdown |