diff options
| author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-01-31 10:39:15 -0300 |
|---|---|---|
| committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-01-31 10:39:15 -0300 |
| commit | 72cf89bce8e4230dbc161dc5606f48ef9884ba70 (patch) | |
| tree | 3ee06dbd8c57e291a8713289670ae1cb51397d44 /src/testdir/test4.ok | |
| download | rneovim-72cf89bce8e4230dbc161dc5606f48ef9884ba70.tar.gz rneovim-72cf89bce8e4230dbc161dc5606f48ef9884ba70.tar.bz2 rneovim-72cf89bce8e4230dbc161dc5606f48ef9884ba70.zip | |
Import vim from changeset v5628:c9cad40b4181
- Cleanup source tree, leaving only files necessary for compilation/testing
- Process files through unifdef to remove tons of FEAT_* macros
- Process files through uncrustify to normalize source code formatting.
- Port the build system to cmake
Diffstat (limited to 'src/testdir/test4.ok')
| -rw-r--r-- | src/testdir/test4.ok | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/testdir/test4.ok b/src/testdir/test4.ok new file mode 100644 index 0000000000..dffecda4d2 --- /dev/null +++ b/src/testdir/test4.ok @@ -0,0 +1,17 @@ +startstart +start of test file Xxx +vim: set noai : + this is a test + this is a test + this is a test + this is a test + this should be auto-indented +end of test file Xxx +start of test file Xxx +vim: set noai : + this is a test + this is a test + this is a test + this is a test +this should be in column 1 +end of test file Xxx |