Home
last modified time | relevance | path

Searched refs:directories (Results 1 – 25 of 90) sorted by relevance

1234

/vim-8.2.3635/nsis/lang/
H A Denglish.nsi110 "Create plugin directories. Plugin directories allow extending Vim \
116 "Create plugin directories in HOME directory."
121 "Create plugin directories in Vim install directory, it is used for \
145 "Remove plugin directories"
147 "Remove the plugin directories if they are empty."
152 "Remove the plugin directories from HOME directory."
157 "Remove the plugin directories from Vim install directory."
H A Ddutch.nsi118 "Create plugin directories in HOME directory."
147 "Remove plugin directories"
149 "Remove the plugin directories if they are empty."
154 "Remove the plugin directories from HOME directory."
159 "Remove the plugin directories from Vim install directory."
H A Dtradchinese.nsi116 "Create plugin directories in HOME directory."
145 "Remove plugin directories"
147 "Remove the plugin directories if they are empty."
/vim-8.2.3635/runtime/plugin/
H A DREADME.txt11 netrwPlugin.vim edit files over a network and browse (remote) directories
20 taken over browsing directories (also for remote directories).
/vim-8.2.3635/runtime/doc/
H A Dpi_netrw.txt520 browsed remote directories, for example.
986 hosts; browsing includes listing files and directories, entering directories,
987 editing files therein, deleting files/directories, making new directories,
988 moving (renaming) files and directories, copying files and directories, etc.
1203 :NetrwMB[!] [files/directories]
1595 :NetrwMB! [files/directories]
2145 |netrw-a| Hide marked files/directories
2146 |netrw-D| Delete marked files/directories
2842 Copies directories to target directory.
4129 directories
[all …]
H A Dmlang.txt29 directories (for Unix):
113 directories listed in the PATH environment value. Vim also looks for the
168 Check the 'runtimepath' option for directories which are searched. In that
H A Dhelphelp.txt159 files in the directories specified in the 'runtimepath' option.
230 When {dir} is ALL then all "doc" directories in
234 sub-directories are scanned for a help tag definition
254 files. Vim will search for all help in "doc" directories in 'runtimepath'.
317 Users can drop it in one of the "doc" directories and start use it.
H A Dpi_vimball.txt41 appropriate directories. Note that one doesn't need to be in any
107 g:vimball_mkdir. This command is used to make directories that
148 (but not any directories it may have made). One may choose a path
H A Dfiletype.txt269 directories!
304 The "plugin" directory can be in any of the directories in the 'runtimepath'
305 option. All of these directories will be searched for plugins and they are
314 then Vim will load all plugins in these directories and below:
322 Note that when using a plugin manager or |packages| many directories will be
510 parent directories to search.
H A Dusr_11.txt92 directories where the swap file for files in the current directory may be
93 located. It will not find swap files in any other directories though, it
137 Vim tries to find the swap file by searching the directories in the
H A Dediting.txt305 about relative directories and wildcards.
383 ** matches anything, including nothing, recurses into directories
393 This allows searching a directory tree. This goes up to 100 directories deep.
403 only matched in the top directory. They are not used for directories further
1005 The directories given with the 'backupdir' option are used to put the backup
1309 directories listed in |'cdpath'|.
1711 - It ONLY matches directories.
1740 a file. You could give stop-directories to limit the upward search. The
1741 stop-directories are appended to the path (for the 'path' option) or to
1743 stop-directories separate them with ';'. If you want no stop-directory
[all …]
H A Drecover.txt59 - You will not pollute the directories with ".swp" files.
64 directories (although Vim tries to avoid that by comparing the path name).
H A Drepeat.txt280 directories are added to 'runtimepath'. This is
296 First all the directories found are added to
298 directories are sourced. This allows for a plugin to
579 When Vim starts up, after processing your .vimrc, it scans all directories in
581 directories are added to 'runtimepath'. Then all the plugins are loaded.
726 This works, because loading packages will first add all found directories to
/vim-8.2.3635/src/testdir/
H A Dtest_getcwd.vim148 " Setup different directories for the tab pages and windows
161 " Check the directories of various windows
172 " Check the tabpage directories
H A Dtest_cd.vim67 " Create a few tabpages and windows with different directories
114 " Create a few tabpages and windows with different directories
/vim-8.2.3635/src/
H A Dcmdexpand.c2048 char *directories[] = {"colors", NULL}; in ExpandFromContext() local
2050 directories); in ExpandFromContext()
2054 char *directories[] = {"compiler", NULL}; in ExpandFromContext() local
2055 return ExpandRTDir(pat, 0, num_file, file, directories); in ExpandFromContext()
2059 char *directories[] = {"syntax", NULL}; in ExpandFromContext() local
2060 return ExpandRTDir(pat, 0, num_file, file, directories); in ExpandFromContext()
2064 char *directories[] = {"syntax", "indent", "ftplugin", NULL}; in ExpandFromContext() local
2065 return ExpandRTDir(pat, 0, num_file, file, directories); in ExpandFromContext()
/vim-8.2.3635/runtime/autoload/
H A DREADME.txt7 netrw*.vim browsing (remote) directories and editing remote files
H A Dspellfile.vim38 " Find spell directories we can write in.
182 " Get a list of writable spell directories and choices for confirm().
H A Dvimball.vim289 " make directories if they don't exist yet
291 " call Decho("making directories if they don't exist yet (fname<".fname.">)")
393 " vimball#RmVimball: remove any files, remove any directories made by any {{{2
/vim-8.2.3635/runtime/compiler/
H A Dgcc.vim5 " changed pattern for entering/leaving directories
/vim-8.2.3635/runtime/macros/
H A DREADME.txt1 The macros in the maze, hanoi and urm directories can be used to test Vim for
/vim-8.2.3635/READMEdir/
H A DREADME_extra.txt41 runtime/macros/file_select.vim Vim script to browse directories (Unix only).
/vim-8.2.3635/runtime/syntax/
H A Dreadline.vim139 \ mark-directories
141 \ mark-symlinked-directories
/vim-8.2.3635/
H A Duninstall.txt43 remember where they are, look in the directories from the $PATH environment
/vim-8.2.3635/nsis/
H A Dgvim.nsi26 # It must contain two directories: gettext32 and gettext64.
530 StrCpy $1 "$1 -create-directories home"
536 StrCpy $1 "$1 -create-directories vim"

1234