index
:
vis
FreeBSD-single
lua_changes
master
old
a neat vi-like editor
Mitchell Riedstra
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-14
view: cleanup option handling
Marc André Tanner
1
-1
/
+0
2015-10-05
vis: introduce keyboard actions
Marc André Tanner
1
-1
/
+8
2015-10-05
vis: remove now unused common_prefix mode attribute
Marc André Tanner
1
-1
/
+0
2015-10-05
vis: add rudimentary support for key aliases
Marc André Tanner
1
-0
/
+1
2015-10-05
vis: change key binding function prototypes
Marc André Tanner
1
-1
/
+3
2015-10-05
vis: rework input handling using libtermkey
Marc André Tanner
1
-8
/
+9
2015-07-31
vis: cleanup handling of charwise/linewise motions
Marc André Tanner
1
-2
/
+1
2015-07-28
vis: pass cursor to operator implementations
Marc André Tanner
1
-0
/
+1
2015-07-26
vis: add infrastructure to support multiple cursors/selections
Marc André Tanner
1
-2
/
+1
2015-07-21
ui: further separate curses related user interface code
Marc André Tanner
1
-3
/
+2
2015-07-19
vis: handle file truncation more gracefully
Marc André Tanner
1
-0
/
+4
2015-07-19
text: move regex related functions to separate file
Marc André Tanner
1
-0
/
+1
2015-07-11
vis: rename struct member to avoid conflict with standard library
Marc André Tanner
1
-1
/
+1
2015-07-09
ui: move input handling code to ui specific files
Marc André Tanner
1
-5
/
+0
2015-07-06
Warn when saving a file which has been changed outside the editor
Marc André Tanner
1
-0
/
+1
2015-07-06
text: remove text_load_fd and text_fd_get
Marc André Tanner
1
-1
/
+1
2015-07-06
Move filename from Text to File
Marc André Tanner
1
-2
/
+4
2015-06-30
Cleanup insert/replace mode input handling
Marc André Tanner
1
-3
/
+3
2015-05-17
Filter command :!
Marc André Tanner
1
-0
/
+2
2015-05-16
Release macro data
Marc André Tanner
1
-1
/
+3
2015-04-29
Make operators return new cursor position
Marc André Tanner
1
-1
/
+1
2015-04-22
Rename window.[ch] to view.[ch]
Marc André Tanner
1
-2
/
+2
2015-04-22
Yet more renames (EditorWin -> Win)
Marc André Tanner
1
-17
/
+17
2015-04-22
More renames, no functional changes
Marc André Tanner
1
-3
/
+3
2015-04-22
More renaming vis->win->view instead of vis->win->win
Marc André Tanner
1
-1
/
+1
2015-04-22
Better variable naming (VisText -> File)
Marc André Tanner
1
-7
/
+7
2015-04-21
Cleanup implementation of movements to marks
Marc André Tanner
1
-4
/
+2
2015-04-21
Implement ';' and ','
Marc André Tanner
1
-0
/
+1
2015-04-21
Clean up to/till movements
Marc André Tanner
1
-1
/
+1
2015-04-11
Eliminate global running variable
Marc André Tanner
1
-0
/
+1
2015-04-11
Remove global mode state
Marc André Tanner
1
-0
/
+3
2015-04-11
Move structs to editor.h remove global action{,_prev}
Marc André Tanner
1
-0
/
+115
2015-04-11
Eliminate global state for repetition of last modification
Marc André Tanner
1
-0
/
+1
2015-04-11
Eliminate global state for :set options
Marc André Tanner
1
-0
/
+1
2015-04-11
Lazy initialization of :-commands
Marc André Tanner
1
-0
/
+2
2015-04-07
Set '< and '> marks
Marc André Tanner
1
-0
/
+1
2015-04-05
Remove unused struct member
Marc André Tanner
1
-1
/
+0
2015-04-05
Introduce new struct VisText
Marc André Tanner
1
-16
/
+27
2015-04-03
Preliminary user interface separation
Marc André Tanner
1
-24
/
+15
2015-01-06
Rudimentary change list (accessible via g; and g,)
Marc André Tanner
1
-0
/
+9
2015-01-04
implement rudimentary autoindent
Matthias Braun
1
-0
/
+1
2015-01-01
Add rudimentary support for jump list (CTRL+{O,I})
Marc André Tanner
1
-0
/
+7
2014-12-18
Macro support
Marc André Tanner
1
-0
/
+3
2014-10-24
Make command prompt available in visual modes
Marc André Tanner
1
-2
/
+2
2014-10-17
Read stdin when given - as filename
Marc André Tanner
1
-0
/
+1
2014-09-24
Change split/vsplit API
Marc André Tanner
1
-4
/
+5
2014-09-22
Add support for the '<', '>' marks
Marc André Tanner
1
-0
/
+2
2014-09-19
Implement expand tab functionality, make tabwidth configurable
Marc André Tanner
1
-0
/
+6
2014-09-18
Clean up window splitting API
Marc André Tanner
1
-7
/
+7
2014-09-15
More efficient syntax highlighting, first match wins
Marc André Tanner
1
-3
/
+1
[next]