File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22" Always use "sh", don't use the value of "$SHELL".
33set shell = sh
44
5- " While some tests overwrite $HOME to prevent them from polluting user files,
6- " we need to remember the original value so that we can tell external systems
7- " where to ask about their own user settings.
8- let g: tester_HOME = $HOME
5+ " Only when the +eval feature is present.
6+ if 1
7+ " While some tests overwrite $HOME to prevent them from polluting user files,
8+ " we need to remember the original value so that we can tell external systems
9+ " where to ask about their own user settings.
10+ let g: tester_HOME = $HOME
11+ endif
912
1013source setup.vim
Original file line number Diff line number Diff line change @@ -764,6 +764,8 @@ static char *(features[]) =
764764
765765static int included_patches [] =
766766{ /* Add new patch number below this line */
767+ /**/
768+ 285 ,
767769/**/
768770 284 ,
769771/**/
You can’t perform that action at this time.
0 commit comments