aboutsummaryrefslogtreecommitdiffstats
path: root/projects
diff options
context:
space:
mode:
Diffstat (limited to 'projects')
-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