This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" dein {{{ | |
let s:dein_base = '~/.local/share/nvim/dein' | |
let s:dein_repo = s:dein_base.'/repos/github.com/Shougo/dein.vim' | |
if empty(glob(s:dein_repo, 1)) | |
execute 'silent !git clone --branch vimproc https://github.com/Shougo/dein.vim' s:dein_repo | |
endif | |
execute 'set runtimepath^='.s:dein_repo | |
if dein#load_state(s:dein_base) | |
call dein#begin(s:dein_base) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" dein {{{ | |
let s:dein_base = '~/.local/share/nvim/dein' | |
let s:dein_repo = s:dein_base.'/repos/github.com/Shougo/dein.vim' | |
if empty(glob(s:dein_repo, 1)) | |
execute 'silent !git clone --branch vimproc https://github.com/Shougo/dein.vim' s:dein_repo | |
endif | |
execute 'set runtimepath^='.s:dein_repo | |
if dein#load_state(s:dein_base) | |
call dein#begin(s:dein_base) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
times in msec | |
clock self+sourced self: sourced script | |
clock elapsed: other lines | |
000.040 000.040: --- NVIM STARTING --- | |
000.584 000.544: locale set | |
001.253 000.669: inits 1 | |
001.280 000.027: window checked |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if dein#load_state('~/.local/share/dein') | |
call dein#begin('~/.local/share/dein') | |
" TODO CUSTOM KEYBINDINGS FOR DIRECTORY SELECTION AND STUFF | |
" TODO MAGIT | |
" TODO neomake/async linting engine | |
call dein#add('Shougo/dein.vim') | |
call dein#add('Shougo/denite.nvim') | |
call dein#add('Shougo/deoplete.nvim') | |
call dein#add('Shougo/neco-vim') | |
call dein#add('Shougo/neosnippet.vim') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
times in msec | |
clock self+sourced self: sourced script | |
clock elapsed: other lines | |
000.049 000.049: --- NVIM STARTING --- | |
000.632 000.583: locale set | |
001.442 000.810: inits 1 | |
001.461 000.019: window checked |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
times in msec | |
clock self+sourced self: sourced script | |
clock elapsed: other lines | |
000.040 000.040: --- NVIM STARTING --- | |
000.570 000.530: locale set | |
001.219 000.649: inits 1 | |
001.235 000.017: window checked |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[dein] Update started: (2016/12/31 20:49:30) | |
[dein] Error deleting directory: /Users/nhooyr/.cache/dein/.cache/init.vim/temp/72463 | |
[dein] Vim(call):E16: Invalid range | |
[dein] function <SNR>73_job_handler_neovim[1]..<SNR>73_job_handler[15]..<SNR>73_install_async[9]..<SNR>73_done[7]..dein#install#_recache_runtimepath[7]..<SNR>73_clear_runtimepath[26]..dein#install#_rm, li | |
ne 7 | |
[dein] Error deleting directory: /Users/nhooyr/.cache/dein/.cache/init.vim/temp/75770 | |
[dein] Vim(call):E16: Invalid range | |
[dein] function <SNR>73_job_handler_neovim[1]..<SNR>73_job_handler[15]..<SNR>73_install_async[9]..<SNR>73_done[7]..dein#install#_recache_runtimepath[7]..<SNR>73_clear_runtimepath[26]..dein#install#_rm, li | |
ne 7 | |
[dein] Error deleting directory: /Users/nhooyr/.cache/dein/.cache/init.vim/temp/76022 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function! man#highlight_backspaced_text() abort | |
set modifiable | |
let b = nvim_get_current_buf() | |
while 1 | |
let pos = searchpos('\%(.\b.\)\+') | |
if pos[0] == 0 | |
break | |
endif | |
let pos[0] -= 1 | |
let pos[1] -= 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function! man#highlight_backspaced_text() abort | |
set modifiable | |
let b = nvim_get_current_buf() | |
while 1 | |
let pos = searchpos('\%(.\b.\)\+') | |
if pos[0] == 0 | |
break | |
endif | |
let pos[0] -= 1 | |
let pos[1] -= 1 |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GNU Make 3.81 | |
Copyright (C) 2006 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. | |
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A | |
PARTICULAR PURPOSE. | |
This program built for i386-apple-darwin11.3.0 | |
Reading makefiles... | |
Reading makefile `Makefile'... | |
Reading makefile `.alias_registry.debug.d' (search path) (don't care) (no ~ expansion)... |