Home
last modified time | relevance | path

Searched refs:doit (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/
H A Dinstall-sh51 doit=${DOITPROG-}
52 doit_exec=${doit:-exec}
423 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
424 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
445 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
446 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
464 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
477 $doit $rmcmd -f "$dst" 2>/dev/null ||
478 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
479 { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
[all …]
H A Duninstall.c223 remove_batfiles(int doit) in remove_batfiles() argument
239 if (doit) in remove_batfiles()
H A Dindent.c515 int doit = FALSE; in set_indent() local
591 doit = TRUE; in set_indent()
610 doit = TRUE; in set_indent()
621 doit = TRUE; in set_indent()
634 doit = TRUE; in set_indent()
643 if (!doit && !VIM_ISWHITE(*p) && !(flags & SIN_INSERT)) in set_indent()
H A Ddrawscreen.c2798 int doit = FALSE; in update_debug_sign() local
2810 doit = TRUE; in update_debug_sign()
2814 if (!doit || updating_screen in update_debug_sign()
/vim-8.2.3635/runtime/doc/
H A Dusr_05.txt579 Let us use the "doit.vim" plugin as an example. This plugin comes with
580 documentation: "doit.txt". Let's first copy the plugin to the right
586 :!cp /tmp/doit.vim ~/.vim/plugin
596 :!cp /tmp/doit.txt ~/.vim/doc
605 :help doit
607 command to find help for "doit" in the help file you just added. You can see
/vim-8.2.3635/src/po/
H A Dfr.po2671 # DB : On doit pouvoir trouver nettement mieux que �a.
2768 msgstr "E918: le tampon doit �tre charg� : %s"
2786 msgstr "E900: maxdepth doit �tre un nombre positif"
4231 msgstr "E529: 'term' ne doit pas �tre une cha�ne vide"
4269 msgstr "E528: Une valeur ' doit �tre sp�cifi�e"
4589 msgstr "E924: La fen�tre courante doit �tre ferm�e"
7510 msgstr "E487: L'argument doit �tre positif"
7779 msgstr "E686: L'argument de %s doit �tre une Liste"
7850 msgstr "index doit �tre int ou slice, et non %s"
7880 msgstr "le nombre doit �tre plus grand que z�ro"
[all …]
/vim-8.2.3635/runtime/tutor/
H A Dtutor.fr.utf-8427 3. Tapez r suivi du caractère qui doit corriger l'erreur.
453 4. Appuyez <Échap> et placez-vous sur le prochain caractère qui doit
486 ---> La fin de cette ligne doit être rendue identique à la seconde.
487 ---> La fin de cette ligne doit être corrigée avec la commande c$ .
610 plage où la substitution doit être faite.
H A Dtutor.fr427 3. Tapez r suivi du caract�re qui doit corriger l'erreur.
453 4. Appuyez <�chap> et placez-vous sur le prochain caract�re qui doit
486 ---> La fin de cette ligne doit �tre rendue identique � la seconde.
487 ---> La fin de cette ligne doit �tre corrig�e avec la commande c$ .
610 plage o� la substitution doit �tre faite.
/vim-8.2.3635/runtime/syntax/
H A Dncf.vim3 " Maintainer: Jonathan J. Miner <miner@doit.wisc.edu>