master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit e34744b677 - Show all commits

View File

@@ -41,6 +41,8 @@ opt.spelllang= 'en,de'
opt.completeopt= 'menu,menuone,noselect' opt.completeopt= 'menu,menuone,noselect'
opt.expandtab= true opt.expandtab= true
opt.smartindent= true opt.smartindent= true
opt.title = true
opt.titlestring = '%{getcwd()} - %t'
-- go to previous/next line with h,l,left arrow and right arrow -- go to previous/next line with h,l,left arrow and right arrow
-- when cursor reaches end/beginning of line -- when cursor reaches end/beginning of line