diff options
| author | 2026-02-28 14:49:37 -0500 | |
|---|---|---|
| committer | 2026-02-28 14:49:37 -0500 | |
| commit | ef40a5119a77280863c21ba67397818514714ccc (patch) | |
| tree | 8fbfa43e86f2594875bb7e415fee2ac0ecf35cda /files/vim/autoload | |
| parent | 61c027738785e0585202b7b3a828e05344510f66 (diff) | |
| download | dotfiles-ef40a5119a77280863c21ba67397818514714ccc.tar.gz dotfiles-ef40a5119a77280863c21ba67397818514714ccc.tar.bz2 dotfiles-ef40a5119a77280863c21ba67397818514714ccc.zip | |
Random stuff since last check in
Diffstat (limited to 'files/vim/autoload')
| -rw-r--r-- | files/vim/autoload/Juliana.vim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/files/vim/autoload/Juliana.vim b/files/vim/autoload/Juliana.vim index 492f3d5..660aa17 100644 --- a/files/vim/autoload/Juliana.vim +++ b/files/vim/autoload/Juliana.vim @@ -15,7 +15,6 @@ function! Juliana#CompleteTab(type) let g:Juliana#stop = 0 return "" endif - if !g:Juliana#stop " Vanilla <Tab> if we are at the front of a line. if a:type == "TAB" && col(".") >= col("$") && !pumvisible() @@ -33,7 +32,6 @@ function! Juliana#CompleteTab(type) return "\<C-n>" endif endif - return "" endfunction |