From babe48b29fc2b6f49d64e06f29014defc0159932 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 27 Jul 2015 00:17:07 -0400 Subject: projects/flashnotes.vim: Remove g:CommandTMaxFiles setting No longer using the Command-T plugin, so this setting is irrelevant now. --- projects/flashnotes.vim | 3 --- 1 file changed, 3 deletions(-) (limited to 'projects') diff --git a/projects/flashnotes.vim b/projects/flashnotes.vim index e3ac873..294ccef 100644 --- a/projects/flashnotes.vim +++ b/projects/flashnotes.vim @@ -12,7 +12,4 @@ augroup Flashnotes autocmd BufRead,BufEnter $VIM_PROJECT_PATH_FLASHNOTES/*.{js} \ nnoremap gc :silent! execute '!tmux new -d "ctags --options=$VIM_PROJECT_PATH_FLASHNOTES_ROOT/.ctags.conf --languages=js --excmd=number -f $VIM_PROJECT_PATH_FLASHNOTES_ROOT/jstags -R $VIM_PROJECT_PATH_FLASHNOTES/flashnotes/static/js"' \| redraw! | \ setlocal tags+=jstags; - - " We have so many files, Command-T's default of 30000 isn't enough! - autocmd BufRead,BufEnter $VIM_PROJECT_PATH_FLASHNOTES/* let g:CommandTMaxFiles=50000 augroup END -- cgit v1.2.3