doc: job/channel, misc #7783

doc: termios defaults. ref #6992
doc: :help shell-powershell
doc: provider: Python minimum version is 2.7, 3.4
doc: remove :!start special-case. #5844
doc: mention #7917 change which accepts empty Array for Dictionary parameter
doc: <Cmd> pseudokey
doc: lmap change #5658
doc: -s, -es
This commit is contained in:
Justin M. Keyes
2017-12-27 19:30:23 +01:00
parent c69ea3b4b8
commit f72f638f97
25 changed files with 427 additions and 412 deletions

View File

@@ -236,7 +236,7 @@ int main(int argc, char **argv)
char_u *fname = NULL; // file name from command line
mparm_T params; // various parameters passed between
// main() and other functions.
char_u *cwd = NULL; // current workding dir on startup
char_u *cwd = NULL; // current working dir on startup
time_init();
// Many variables are in `params` so that we can pass them around easily.