Searched +refs:imap +refs:find +refs:next +refs:line (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/vim-55/runtime/autoload/
H A Dnetrw.vim430 " following line causes a Press ENTER in windows -- can't seem to work around it!!!
538 " mode: =0 read remote file and insert before current line
539 " =1 read remote file and insert after current line
551 if a:mode == 0 " read remote file before current line
553 elseif a:mode == 1 " read file after current line
693 " call Decho("filter input: ".getline(line("$")))
696 " call Decho("filter input: ".getline(line("$")))
698 call setline(line("$")+1,'get "'.netrw_fname.'" '.tmpfile)
699 " call Decho("filter input: ".getline(line("$")))
716 if bufname("%") == "" && getline("$") == "" && line('
[all...]

Completed in 187 milliseconds