aboutsummaryrefslogtreecommitdiffstats
path: root/projects/flashnotes.vim
diff options
context:
space:
mode:
authorTeddy Wing2015-07-27 00:17:07 -0400
committerTeddy Wing2015-07-27 00:17:07 -0400
commitbabe48b29fc2b6f49d64e06f29014defc0159932 (patch)
tree3df0afb3b1edc0044c09415e5b8497c7dae1b24e /projects/flashnotes.vim
parentaa43b8334aea182a442f6a88854065ec9a1f3c24 (diff)
downloaddotvim-babe48b29fc2b6f49d64e06f29014defc0159932.tar.bz2
projects/flashnotes.vim: Remove g:CommandTMaxFiles setting
No longer using the Command-T plugin, so this setting is irrelevant now.
Diffstat (limited to 'projects/flashnotes.vim')
-rw-r--r--projects/flashnotes.vim3
1 files changed, 0 insertions, 3 deletions
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 <buffer> <leader>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!<cr> |
\ 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